html,
body {
    margin: 0;
    padding: 0;
    font-family: Arial, "Microsoft YaHei", 微软雅黑, sans-serif;
    width: 100%;
    height: 100vh;
}

@font-face {
    font-family: 'AlibabaPuHuiTi';
    src: url('ALIBABA-PUHUITI-REGULAR.TTF');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AlibabaPuHuiTiBOLD';
    src: url('ALIBABA-PUHUITI-BOLD.TTF');
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
    transition: 0.4s;
}

p {
    margin: 0;
}

img {
    line-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

header {
    width: 100%;
    height: 80px;
    background: url(../img/navBg.jpg) 50% 50% no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    z-index: 5;
    text-align: center;
    animation: fadeDown_In .5s;
    transition: .2s;
}

.logo {
    float: left;
    display: inline-block;
    margin: 25px 0 0 15px;
    overflow: hidden;
    display: none;
}

.logo img {
    height: 30px;
}

.menu {
    font-family: 'AlibabaPuHuiTi';
    display: inline-block;
    margin: 22px auto 0 auto;
}

.menu ul li {
    display: inline-block;
    border-right: 1px solid #508ff8;
}

.menu ul li:nth-last-of-type(1) {
    border: none;
}

.menu ul li a {
    position: relative;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 3px;
    margin: 0 50px;
    padding: 3px 0;
}

.menu ul li a:hover {
    color: #fff478;
}

.menu ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    height: 2px;
    background: #9cbdff;
    transition: .5s;
}

.menu ul li a:hover::before {
    right: 0%;
    transition: .2s;
}

.btn_mobile_menu {
    font-size: 35px;
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 15px;
    opacity: 0;
    pointer-events: none;
}

.menu_m {
    position: absolute;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 1);
    /* background: rgba(3, 68, 217, .95); */
    overflow-x: hidden;
    position: fixed;
    z-index: 10000;
    top: -20%;
    right: 0;
    transition: .5s;
    box-shadow: 0 2px 10px rgb(0 0 0 / 30%);
    opacity: 0;

}

.menu_m_close {
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 35px;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: calc(50% - 17px);
    bottom: 30%;
    background: #0344d9;
    cursor: pointer;
    transition: .5s;
}

.menu_m_close:hover {
    transform: rotate(90deg);
}

.menu_m.active {
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
}

.menu_m ul {
    text-align: center;
    padding: 50px 0 80px;
    width: 100%;
    text-align: center;
    display: none;
}

.menu_m ul li {
    margin: 0 auto;
    width: 30%;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.menu_m ul li:nth-last-child(1) {
    border: none;
}

.menu_m ul li a {
    letter-spacing: .5px;
    color: #111;
    font-weight: 500;
    font-size: 1.2rem;
    transition: .5s;
}
.menu_m ul li a:hover{
    color: #0344d9;
    letter-spacing: 5px;
    margin: 0 0 0 5px;
}

/* banner */
.mySwiper01{
    opacity: 0;
    animation: fadeIn .5s .5s forwards;
    /* transition: .2s; */
}
.swiper {
    margin: 80px 0 0 0;
    width: 100%;
    height: 450px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #ddd;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-pagination-bullet {
    background: #0074f7;
    opacity: 1;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .6);
}

.banner .swiper-pagination-bullet-active {
    background: #fff;
}


.section {
    font-family: 'AlibabaPuHuiTi';
    text-align: center;
    background: #fff;
}

.section .container {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.section .container {
    width: 750px;
}

.section .title {
    padding: 10px 0;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.section .title02 {
    padding: 30px 0 20px;
}

.section .title img,
.section .title h1 {
    display: inline-block;
    vertical-align: middle;
}

.section .title img:nth-of-type(1) {
    transform: rotate(180deg);
}

.section .title h1 {
    margin: 0 30px;
    color: #0344d9;
    font-size: 2.6rem;
    font-family: 'AlibabaPuHuiTiBOLD';
}


.section01 .title::before,
.section .title03::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 98%;
    margin: 0 auto;
    background: #d4d1d1;
}

.section .content {
    border: 1px solid #d4d1d1;
    border-radius: 8px;
    padding: 0 20px 30px 20px;
    margin: 30px auto;
}
/* .section01 .content,.section02 .content{
    animation: fadeIn .8s 1s forwards;
    opacity: 0;
} */
.content p {
    margin: 10px 0;
    color: #53575f;
    font-size: 1.3rem;
}

/* section02 */
.section02 {
    background: #f0f5fe;
}

.section .content02 {
    border: 3px solid #006bf2;
    border-radius: 8px;
    margin: 30px auto;
}

.section02 .content .box {
    margin-bottom: 30px;
}

/* 熱門遊戲輪播 */
.mySwiper02 {
    margin: -20px 0 0 0;
    padding: 25px 0 0 0;
    height: 325px;
    overflow: visible;
    overflow-x: hidden;
    overflow-y: visible;
}

.mySwiper02 .swiper-wrapper {
    height: 325px;
}

.mySwiper02 .swiper-slide {
    padding: 12px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #e4eeff;
    box-sizing: border-box;
}

.mySwiper02 .swiper-button-next:after,
.mySwiper02 .swiper-button-prev:after {
    content: none;
}

.swiper-button-box {
    top: 0;
    right: 0;
    position: absolute;
    display: inline-block;
    width: 80px;
}

.mySwiper02 .swiper-button-prev {
    /* position: initial; */
    float: left;
    /* bottom: 0; */
    height: 15px;
    background: url(../img/arrow.png) 50% 50% no-repeat;
    transform: rotate(180deg);
    margin: 0;
}

.mySwiper02 .swiper-button-next {
    float: right;
    margin: 0;
    height: 15px;
    background: url(../img/arrow.png) 50% 50% no-repeat;
}

.hotgame_img_border {
    width: 540px;
    height: 200px;
    overflow: hidden;
    display: inline-block;
}

.mySwiper02 .hotgame_img {
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
    transition: 1s;
}

.mySwiper02 .hotgame_img:hover {
    transform: scale(1.1);
    transition: 1s;
}

.mySwiper02 .hotgame_logo {
    width: auto;
    height: auto;
}

.hotgame_detail {
    display: grid;
    grid-template-columns: 82px auto;
    grid-column-gap: 15px;
    width: 540px;
    margin: 0 auto;
}

.hotgame_detail {
    text-align: left;
}

.mySwiper02 .hotgame_logo,
.hotgame_detail .text {
    vertical-align: middle;
    display: inline-block;
}

.hotgame_detail .text {
    position: relative;
}

.hotgame_detail .text h3 {
    margin: 5px 0 0 0;
}

.hotgame_detail .text p {
    font-size: .9rem;
    margin: 3px 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
}

.hotgame_detail_btn {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: .95rem;
    color: #235bc0;
    background: #dae5f8;
    padding: 3px 15px;
    border-radius: 3px;
}

.hotgame_detail_btn:hover {
    background: #e5ecfa;
    padding: 3px 20px;

}

/* 特色遊戲 */
.featured_game_box {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
}

.featured_game_box a {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 5px;
    position: relative;
    border: 3px solid #fff;
    border-radius: 8px;
    box-shadow: 0 6px 2px rgba(204, 217, 240, .6);
    box-sizing: border-box;
    z-index: 2;
    text-align: center;
}

.featured_game_box a:hover {
    transform: translateY(-8px);
}

.featured_game_box img {
    width: 100%;
    display: inline-block;
    display: block;
    border-radius: 5px;
    margin: 0;
    font-size: 0;
    line-height: 0;
    box-shadow: inset 1px 1px 4px rgba(0, 0, 0, .5);
    z-index: 1;
}

.featured_game_box p {
    width: 100%;
    text-align: center;
    display: block;
    text-shadow: 0 4px 5px rgba(4, 41, 58, .8),
        0px -5px 17px rgba(0, 0, 0, .3),
        0px -10px 17px rgba(0, 0, 0, .3),
        0px -15px 17px rgba(0, 0, 0, .3),
        0px 10px 9px rgba(0, 0, 0, .3),
        0px 0px 9px rgba(0, 0, 0, .3);
    color: #fff;
    position: absolute;
    bottom: 15px;
    letter-spacing: 2px;
}

/* 高RTP */
.mySwiper03 {
    margin: -20px auto 0px;
    padding: 45px 0px 0px;
    width: 100%;
    max-width: 380px;
}

.mySwiper03 .swiper-wrapper {
    height: 400px;
}

.mySwiper03 .swiper-slide {
    border-radius: 18px;
    overflow: hidden;
    transition: .3s;
}

.mySwiper03 .swiper-button-next:after,
.mySwiper03 .swiper-button-prev:after {
    content: none;
}

.mySwiper03 .swiper-button-box {
    top: 7px;
    right: 0;
    position: absolute;
    display: inline-block;
    width: 80px;
}

.mySwiper03 .swiper-button-prev {
    float: left;
    height: 15px;
    background: url(../img/arrow.png) 50% 50% no-repeat;
    transform: rotate(180deg);
    margin: 0;
}

.mySwiper03 .swiper-button-next {
    float: right;
    margin: 0;
    height: 15px;
    background: url(../img/arrow.png) 50% 50% no-repeat;
}

.mySwiper03 .swiper-slide01 {
    background: rgba(83, 3, 6);
}

.mySwiper03 .swiper-slide02 {
    background: #311702;
}

.mySwiper03 .swiper-slide03 {
    background: #1b164a;
}

.mySwiper03 .swiper-slide04 {
    background: #284713;
}

.mySwiper03 .swiper-slide05 {
    background: #0ba294;
}

.RTP_banner {
    width: 100%;
    height: 180px;
}

.RTP_banner01 {
    background: url(../img/RTP01.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.RTP_banner02 {
    background: url(../img/RTP02.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.RTP_banner03 {
    background: url(../img/RTP03.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.RTP_banner04 {
    background: url(../img/RTP04.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.RTP_banner05 {
    background: url(../img/RTP05.jpg) 50% 50% no-repeat;
    background-size: cover;
}


.RTP_bg01 {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/RTP01.jpg) 50% 100% no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    transform: rotate(180deg) scaleX(-1);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(.6, transparent), color-stop(.94, #000), color-stop(1, rgba(83, 3, 6)));
}

.RTP_bg02 {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/RTP02.jpg) 50% 100% no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    transform: rotate(180deg) scaleX(-1);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(.6, transparent), color-stop(.94, #000), color-stop(1, rgba(83, 3, 6)));
}

.RTP_bg03 {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/RTP03.jpg) 50% 100% no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    transform: rotate(180deg) scaleX(-1);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(.6, transparent), color-stop(.94, #000), color-stop(1, rgba(83, 3, 6)));
}

.RTP_bg04 {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/RTP04.jpg) 50% 100% no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    transform: rotate(180deg) scaleX(-1);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(.6, transparent), color-stop(.94, #000), color-stop(1, rgba(83, 3, 6)));
}

.RTP_bg05 {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/RTP05.jpg) 50% 100% no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    transform: rotate(180deg) scaleX(-1);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(.6, transparent), color-stop(.94, #000), color-stop(1, rgba(83, 3, 6)));
}

.RTP_bottom {
    position: relative;
    width: 100%;
    height: calc(100% - 180px);
}

.RTP_detail_content {
    position: absolute;
    padding: 15px;
    width: 100%;
    height: 220px;
    box-sizing: border-box;
    backdrop-filter: blur(12px);
    z-index: 2;
    bottom: 0;
    transition: .5s;
    color: #fff;
    text-align: left;
    box-sizing: border-box;
}

.RTP_detail {
    margin: 0 0 15px 0;
}

.RTP_detail01 {
    display: grid;
    grid-template-columns: 80px auto;
}

.RTP_detail02 {
    display: grid;
    grid-template-columns: 35% 35% auto;
    grid-column-gap: 10px;
}

.RTP_detail_content img,
.RTP_detail_content .title {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    height: initial;
    width: initial;
    margin: 0;
    padding: 0;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
}

.RTP_detail_content .title h4,
.RTP_detail_content h5 {
    margin: 0;
    font-weight: normal;
    color: #fff;
}

.RTP_detail_content h5 {
    margin: 0 0 3px 0;
    display: inline-block;
}

.RTP_detail_content p {
    font-size: .75rem;
    color: #fff;
    opacity: .8;
    margin: 0;
}

.RTP_detail_content .title p {
    margin: 0;
    color: #fff;
    font-size: 12px;
    opacity: .7;
}

.RTP_btn {
    font-weight: normal;
    display: block;
    width: 100%;
    padding: 15px 0;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: .8rem;
    transition: .5s;
    opacity: .1;
}

.RTP_btn:hover {
    background: rgba(255, 255, 255, .2);
}

.mySwiper03 .swiper-slide:hover {
    transform: translateY(-15px);
    box-shadow: 5px 15px 20px -10px rgba(0, 0, 0, .3);
}

.swiper-slide:hover .RTP_detail_content {
    bottom: 45px;
    transition: .5s;
}

.swiper-slide:hover .RTP_btn {
    transition: .5s;
    opacity: 1;
}



/* 所有遊戲 */
.section03 .content02 {
    position: relative;
}

.card_box {
    text-align: center;
}

.card_box a {
    display: inline-block;
    margin: 5px 8px 15px 8px;
    /* width: 21%; */
}

.card_box a:hover {
    transform: scale(.98);
}

.card_box a img {
    width: 100%;
}

.section03_item {
    width: 510px;
    position: absolute;
    bottom: -15px;
    right: -5px;
}

/* footer */
footer {
    font-family: 'AlibabaPuHuiTi';
    position: relative;
    text-align: center;
    background: #2449c9;
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
}

.footer_menu {
    display: inline-block;
    margin: 0 0 15px 0;
}

.footer_menu ul,
.footer_menu img {
    display: inline-block;
    vertical-align: middle;
}

.footer_menu ul {
    margin: 0 50px 0 0;
}

.footer_menu ul li {
    display: inline-block;
    border-right: 1px solid #486ef0;
}

.footer_menu ul li:nth-of-type(4) {
    border: none;
}

.footer_menu ul li:nth-of-type(1) a {
    margin-left: 0;
}

.footer_menu ul li a {
    color: #fff478;
    font-size: 1.2rem;
    display: inline-block;
    margin: 0 15px;
}

footer p {
    color: #fff;
}

.copyright {
    text-align: center;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    color: #86a8ce;
    background: #193594;
    font-size: .9rem;
    letter-spacing: .5px;
}

/* .section04{
    background: #f0f5fe;
}
.section04 .container{
    padding: 50px 0;
    text-align: left;
}
.game_banner{
    margin: 80px 0 0 0;
    width: 100%;
    height: 680px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.game_banner img{
    margin: 0 auto;
    display: inline-block;
    width: 1920px;
    position: absolute;
    left: calc(50% - 960px);
}
.game_detail{
    margin: 30px 0;
}
.game_detail p{
    color: #777676;
}
.game_title{
    margin: 0 0 30px 0;
    text-align: left;
}
.game_title img,.game_title h2{
    display: inline-block;
    color: #0344d9;
    vertical-align: middle;
}
.game_title img{
    margin: 0 30px 0 0;
}

.game_detail02{
    display: grid;
} */

.section04 {
    background: #f0f5fe;
   
}

.section04 .container {
    width: 750px;
    margin: 0 auto;
    padding: 50px 0;
    text-align: left;
    box-sizing: border-box;
}

.game_banner {
    margin: 80px 0 0 0;
    width: 100%;
    height: 424px;
    overflow: hidden;
    text-align: center;
    position: relative;
    animation: fadeIn .8s .5s forwards;
    opacity: 0;
}

.game_banner img {
    margin: 0 auto;
    display: inline-block;
    height: 424px;
    position: absolute;
    left: calc(50% - 599px);
}

.game_detail {
    margin: 30px 0;
    opacity: 0;
    animation: fadeIn .5s .5s forwards;
}

.game_detail p {
    color: #777676;
    line-height: 2rem;
}

.game_title {
    margin: 0 0 30px 0;
    text-align: left;
}

.game_title img,
.game_title h2 {
    display: inline-block;
    color: #0344d9;
    vertical-align: middle;
}

.game_title img {
    height: 156px;
    margin: 0 30px 0 0;
    transition: .2s;
}

.game_detail_left,
.game_detail_phone {
    display: inline-block;
    vertical-align: top;
}

.game_detail_left {
    width: 65%;
}

.game_detail_phone {
    width: 34%;
}

.game_detail_phone img {
    width: 98%;
    max-width: 440px;
}

.game_detail_info {
    display: inline-block;
    margin: 0 30px 30px 0;
    width: 15%;
    min-width: 200px;
}

.game_detail_info.type {
    width: initial;
    min-width: 200px;
}

.game_detail_info h4,
.compatible h4 {
    display: inline-block;
    font-weight: normal;
    margin: 0 0 10px;
    color: #777676;
}

.game_detail_info span {
    color: #36588c;
    font-size: 1.3rem;
}

.compatible {
    margin: 0 0 25px 0;
}

.compatible div {
    display: inline-block;
    margin: 0 15px 0 0;
}

.compatible span,
.compatible img {
    display: inline-block;
    vertical-align: middle;
}

.compatible span {
    color: #596b86;
    font-size: 1.1rem;
}

.compatible img {
    height: 1.2rem;
}

.flag {
    margin: 0 2px 3px 0;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
@keyframes fadeDown_In {
	from {
		margin-top: -25px;
		opacity: 0;
	}

	to {
		margin-top: 0;
		opacity: 1;
	}
}

@media screen and (max-width: 850px) {
    header {
        background: url(../img/navBg_m.jpg) 50% 50% no-repeat;
        background-size: cover;
    }

    .logo {
        display: block;
        height: 30px;
    }

    .menu {
        /* width: 0; */
        opacity: 0;
    }

    .menu ul li a {
        font-size: 0;
        transition: 0;
    }

    .btn_mobile_menu {
        opacity: 1;
        pointer-events: initial;
    }

    .mySwiper01.swiper {
        transition: .2s;
        height: 320px;
    }

    .section .container {
        width: 95%;
    }

    .section04 .container {
        width: 100%;
        padding: 50px;
    }

    .game_banner {
        height: 48vw;
    }

    .game_banner img {
        height: initial;
        width: 130vw;
        left: calc(50% - 65vw);
    }

    .game_detail {
        margin: 0 auto;
    }

    .game_title img {
        height: 100px;
    }

    .game_detail_left {
        width: 100%;
    }

    .game_detail_info {
        margin: 0 3vw 30px 0;
        min-width: 120px;
    }

    .game_detail_phone {
        width: 100%;
    }
    footer {
        padding: 50px 5vw 30px 5vw;
    }

    .footer_menu ul {
        margin: 0 0 15px 0;
        /* text-align: left; */
        display: block;
    }

    .footer_menu ul li {
        width: 100%;
        border: none;
        /* margin: 5px 0; */
        padding: 15px 0;
        border-top: 1px solid #7b95cc69;
    }

    .footer_menu ul li:nth-of-type(4) {
        border-top: 1px solid #7b95cc69;
        border-bottom: 1px solid #7b95cc69;
    }

    .footer_menu ul li a {
        margin: 0;
    }

    .footer_menu img {
        margin: 10px 0;
    }

    footer p {
        font-size: .9rem;
        text-align: center;
        line-height: 1.5rem;
    }

    .copyright {
        font-size: .8rem;
    }
}



@media screen and (max-width: 550px) {
    header {
        height: 60px;
        /* transition: .2s; */
    }
    .logo{
        margin: 16px 0 0 15px;
    }
    .section .content{
        padding: 0 3vw 30px 3vw;
    }

    .section .title img {
        display: none;
    }
    .hotgame_detail .text h3{
        font-size: 1.1rem;
    }
    .hotgame_detail .text p{
        font-size: .85rem;
    }
    .btn_mobile_menu {
        top: 7px;
    }

    .mySwiper01.swiper {
        margin: 60px 0 0 0;
        height: 50vw;
    }

    .mySwiper02 .swiper-wrapper {
        height: auto;
    }

    .mySwiper02 {
        height: auto;
    }

    .hotgame_img_border,
    .hotgame_detail {
        width: 100%;
        height: auto;
    }
    .hotgame_detail{
        grid-template-columns: 70px auto;
        grid-column-gap: 10px;
    }
    .hotgame_detail_btn{
        top: 0;
    }
    .mySwiper02 .hotgame_logo{
        height: 70px;
    }

    .section04 .container {
        padding: 50px 7vw;
    }

    .section .title h1 {
        font-size: 7vw;
    }

    .section .title img {
        width: 20%;
    }

    .content p {
        font-size: 1.1rem;
    }

    .RTP_detail_content p {
        font-size: .75rem;
    }

    .card_box a {
        width: 46%;
        margin: 5px 1vw;
    }

    .featured_game_box {
        display: initial;
    }
    .game_title{
        margin: 0 0 7vw 0;
    }
    .game_title img{
        height: 22vw;
        margin: 0 20px 0 0;
    }
    .game_title h2{
        font-size: 1.3rem;
    }
}