a,
body,
div,
form,
h1,
header,
html,
img,
ins,
p,
span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: Roboto, sans-serif;
    vertical-align: baseline
}

header {
    display: block
}

h1 {
    font-weight: 400
}

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: none
}

*,
:after,
:before {
    box-sizing: inherit
}

input {
    -webkit-appearance: none
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

body {
    font-family: Exo\ 2, sans-serif;
    background: #fff;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 600;
    color: #1e1e1e
}

@media only screen and (min-width:640px) {
    body {
        font-size: 16px
    }
}

.page {
    min-height: 100vh;
    min-width: 320px
}

.content,
.page {
    display: flex;
    flex-direction: column
}

.content {
    flex-grow: 1
}

.page-wrapper {
    width: 100%;
    flex: 100%;
    padding: 0 15px;
    max-width: 1280px;
    margin: 0 auto
}

.hide {
    display: none !important
}

.flex-hr {
    width: 100%;
    flex-basis: 100%
}

@media screen and (min-width:600px) and (max-width:1023.5px) {
    .tablet-hide {
        display: none !important
    }
}

@media screen and (min-width:1024px) and (max-width:1364.5px) {
    .laptop-hide {
        display: none !important
    }
}

@media screen and (max-width:599.5px) {
    .mobile-hide {
        display: none !important
    }
}

@media screen and (min-width:1365px) {
    .desktop-hide {
        display: none !important
    }
}

.img-loading {
    background: #f7f7f7 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMCIgd2lkdGg9IjQ4IiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMTI4IDEyOCI+PGc+PHBhdGggZD0iTTc1LjQgMTI2LjYzYTExLjQzIDExLjQzIDAgMCAxLTIuMS0yMi42NSA0MC45IDQwLjkgMCAwIDAgMzAuNS0zMC42IDExLjQgMTEuNCAwIDEgMSAyMi4yNyA0Ljg3aC4wMmE2My43NyA2My43NyAwIDAgMS00Ny44IDQ4LjA1di0uMDJhMTEuMzggMTEuMzggMCAwIDEtMi45My4zN3oiIGZpbGw9IiMwMGM4YmUiLz48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMCA2NCA2NCIgdG89IjM2MCA2NCA2NCIgZHVyPSIyMDAwbXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9nPjwvc3ZnPg==) no-repeat 50%
}

.thumb-wrapper {
    width: auto;
    height: auto;
    min-width: 0;
    max-width: none;
    padding-top: 46.25%;
    position: relative
}

.thumb-wrapper.square {
    padding-top: 56.25%
}

.thumb-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0
}

.show-more {
    display: flex;
    justify-content: center;
    height: 32px;
    width: 100%;
    margin-bottom: 16px
}

.header {
    display: block;
    background: #f9729e;
    box-shadow: 0 3px 6px rgba(87, 183, 235, .15);
    padding: 0 15px;
    position: relative
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-items: center;
    flex-wrap: nowrap;
    height: 50px
}

.header__menu-btn {
    border: none;
    background: none;
    cursor: pointer
}

.header__menu-btn svg {
    height: 15px
}

.header__logo svg {
    width: 200px;
    height: 18px
}

.header__spacer {
    width: 31px
}

@media only screen and (min-width:1280px) {
    .header__menu-btn {
        margin-left: 80px
    }
    .header__spacer {
        margin-right: 80px
    }
}
.banner-container {margin:10px 0 15px 0}

.drawer {
    position: fixed;
    top: 0;
    left: -100%;
    width: 25vw;
    height: 100vh;
    background-color: rgba(249, 114, 158, .95);
    z-index: 1000;
    transition: left .3s;
    min-width: 320px;
    overflow: auto
}

.drawer.is-active {
    left: 0
}

.drawer__close {
    margin-top: 35px;
    margin-left: 60px;
    cursor: pointer
}

.drawer__list {
    margin-top: 50px;
    margin-left: 60px;
    padding-left: 0;
    overflow: auto
}

.drawer__item {
    list-style: none;
    line-height: 1.5em;
    margin-bottom: 20px
}

.drawer__link {
    font-size: 26px
}

.drawer__link,
.drawer__sublink {
    color: #fff;
    font-weight: 700;
    text-decoration: none
}

.drawer__sublink {
    font-size: 18px;
    padding-left: 30px
}

.cookie-banner {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    font-size: 10px
}

.cookie-banner__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    min-height: 40px;
    background: rgba(33, 40, 50, .92)
}

.cookie-banner__text {
    padding: 5px
}

.about a:hover,
.cookie-banner__link {
    color: #ff603c
}

.cookie-banner__btn-wrap {
    padding-right: 8px
}

.cookie-banner__btn {
    vertical-align: top;
    margin: 0;
    padding: 5px;
    border: 0;
    border-radius: 5px;
    background: #41d63f;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0
}

.footer {
    background-color: #f9729e;
    padding: 0;
    visibility: visible;
    position: static;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.footer__toggle {
    text-align: center;
    margin: 15px 0 10px;
    cursor: pointer
}

.footer__toggle.is-active {
    margin-bottom: 0
}

.footer__menu_icon {
    width: 20px;
    height: 20px
}

.footer__menu_icon path {
    fill: #fff !important
}

.footer__in {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 20px 15px
}

@media screen and (max-width:1364.5px) {
    .footer__in {
        display: none
    }
}

.footer__in.is-active {
    display: flex
}

@media screen and (max-width:1364.5px) {
    .footer__in.is-active {
        justify-content: center
    }
}

.footer__copyright {
    background-color: #f9729e;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    height: 32px;
    line-height: 32px;
    display: flex;
    justify-content: space-between;
    padding: 0 15px
}

.footer__copyright a {
    color: #fff
}

.footer__logopath {
    fill: #0d5aa7 !important
}

@media screen and (max-width:600px) {
    .footer__logo {
        margin: 0;
        width: 100%;
        text-align: center
    }
}

.footer__nav {
    align-items: center;
    font-size: 10.42px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    padding-top: 3px
}

@media screen and (min-width:1364.5px) {
    .footer__nav {
        max-width: 39%;
        width: 39%
    }
}

.footer__nav-item {
    margin-bottom: 7px;
    flex: 50%;
    width: 50%
}

@media screen and (max-width:1364.5px) {
    .footer__nav-item {
        flex: 100%;
        width: 100%;
        text-align: center
    }
}

.footer__nav-link {
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.footer__nav-link:hover {
    text-decoration: underline
}

@media only screen and (min-width:640px) and (max-width:1023px) {
    .footer__logo {
        margin-right: auto
    }
    .footer__nav {
        font-size: 18px;
        margin-top: 3px
    }
    .footer__nav-item {
        margin-bottom: 17px
    }
}

@media only screen and (min-width:640px) {
    .footer__in {
        align-items: center
    }
    .footer__logo {
        margin-right: 7%
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .footer__logo {
        margin-right: auto
    }
}

@media only screen and (min-width:1024px) {
    .footer__logo,
    .footer__nav {
        margin-right: auto
    }
    .footer__nav {
        font-size: 15px;
        padding-top: 0;
        width: 100%
    }
    .footer__nav-item {
        margin-bottom: 0;
        line-height: 28px;
        flex: 33%;
        width: 33%
    }
}

.seo-text {
    background-color: hsla(0, 0%, 76.9%, .1);
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #595959
}

.seo-text h2 {
    color: #0b6274;
    font-size: 30px;
    font-weight: 700;
    line-height: .75em
}

.seo-text a {
    color: #0b6274;
    text-decoration: none
}

.seo-text a:hover {
    text-decoration: underline
}

.game-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.game-card {
    width: 100%;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column
}

@media screen and (min-width:1024px) {
    .game-card {
        max-width: 24%
    }
}

.game-card a {
    text-decoration: none
}

.game-card__thumb img {
    border-radius: 6px
}

.game-card__title {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #0b6274;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.index-page {
    padding-top: 15px;
    padding-bottom: 15px
}

.tag-title{
    font-weight:700;
    text-align:center
}
.tag-title{
    color:#595959;
    font-size:20px
}
.search_header {
	display: flex;
	flex-direction: row;
	height: 53px;
	background-color: #f9729e;
}
.search_header .left {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 10px;
	padding-left: 16px;
}
.search {
	display: flex;
	flex-direction: column;
	position: fixed;
	width: 100%;
	height: 53px;
	background-color: #f9729e;
	z-index:9
}

.search .search-input {
	display: flex;
	flex: 1;
	flex-direction: row;
	align-items: center;
	background-color: #FFFFFF;
	height: 36px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	overflow: hidden;
	padding-right: 5px;
	align-self: flex-end;
	margin-bottom: 8px;
	margin-right: 10px;
	margin-left: 10px;
}

.search .search-input input {
	display: flex;
	height: 100%;
	width: 100%;
	font-size: 13px;
	color: #999999;
	padding-left: 20px;
	border-width: 0;
}

.search .search-btn {
	display: flex;
	justify-content: center;
	align-items: center;
}

.search .search-btn > img {
	width: 56px;
	height: 29px;
}

.search .search-tip {
	padding-left: 21px;
}

.search .search-tip-title {
	font-size: 14px;
	font-weight: bold;
	color: #1A1A1A;
}

.search .search-tip-item {
	padding: 5px 10px;
	text-decoration: none;
	font-size: 12px;
	background-color: #EAF2FF;
	color: #333333;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	line-height: 30px;
	white-space: nowrap;
}

#close-search-btn > img {
	width: 11px;
	height: 20px;
}
