/*清楚固定样式*/
@charset "utf-8";

body,
ul,
ol,
li,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
textarea,
select,
figure {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

body {
    background-color: #f0f0f0;
}

input,
textarea,
select {
    border: none;
    background-color: transparent;
    outline: none;
}

textarea {
    resize: none;
}

img {
    border: none;
    vertical-align: top;
}

a {
    text-decoration: none;
}

a {
    -webkit-tap-highlight-color: transparent;
}

html {
    -webkit-text-size-adjust: none;
}

/*清浮动*/
.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}


/*左右浮动*/
.fl {
    float: left;
}

.fr {
    float: right;
}

/*公共宽*/


/* 隐藏滚动条 */
::-webkit-scrollbar {
    width: 0;
    height: 0;
    color: transparent;
}

/* 超出一行省略号 */
.lineFeed_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* 超出两行换行 */
.lineFeed_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 超出三行换行 */
.lineFeed_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* 底部公共样式 */
.botton {
    color: #fff;
    background-color: black;
    padding: 0.5rem 0.25rem;
    font-size: 0.6rem;
    text-align: center;
    padding-bottom: 3rem;
    box-sizing: border-box;
}

.botton p:nth-child(1) {
    margin-bottom: 0.2rem;
}

.botton p:nth-child(1) span:nth-child(2) {
    margin: 0 0.5rem;
}

.botton p:nth-child(2) {
    margin: 0.2rem 0;
}

.section-bd .tempWrap {
    display: flex;
}

.tempWrap li {
    margin-right: 1rem;

}

/* 顶部公共样式 */
.header {
    position: sticky;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    box-sizing: border-box;
    height: 60px;
    box-shadow: 0 3px 6px rgb(87 183 235 / 15%);
    /* padding: 0 15px; */
    background: #fff;
    /* background: red; */
}

.home-name,
.header p a {
    font-size: 26px;
    color: #38affd;
    display: flex;
    align-items: center;
    width: calc(100vw - 80px);
    justify-content: center;
    font-weight: 700;
    font-family: "comic sans ms";
}

.category-page {
    width: 100%;
}

.header p img {
    margin: 0 4px;
}

.header img {
    display: block;
    width: 40px;
    height: 3cap;
}

.leftMode img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.pcBgc {
    background: #f0f5f6;
}

.leftMode {
    display: flex;
    width: 100vw;
    padding: 60px 0 0 0;
    background: transparent;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    color: #fff;
    z-index: 999;
}

.leftMode .lf-content {
    width: 70vw;
    height: 100%;
    /* background: pink; */
    background: #38affd;
}

.leftMode .mask {
    width: 30vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}








.buttonBox {
    width: 100%;
    background: #f2f3f3;
    padding: 30px 15px 15px;
    box-sizing: border-box;
}

.buttonBox img {
    width: 25px;
    height: 25px;
    margin: 0 auto 20px auto;
    display: block;
}

.copyright {
    font-size: 12px;
    background: #3f4140;
    text-align: center;
    color: #7d817f;
    padding: 0.9rem 0.5rem;
}

.copyright a {
    font-size: 0.9rem;
    color: #7d817f;
    display: block;
    margin-bottom: 0.5rem;
}

.buttonBox ul {
    min-width: 200px;
    /* display: none; */
}

.buttonBox ul li {
    text-align: center;
    color: #686b6a;
    font-size: 14px;
    margin-bottom: 6px;
}

.buttonBox ul li a {
    color: #686b6a;
}

.header .iconPosition {
    position: fixed;
    transform: translate(200%, -130%);
    z-index: 999999;
}

.positionFixed {
    bottom: 0px;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0%);
    z-index: 999;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center;
}

.weight {
    font-weight: 700;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex1 {
    display: flex;
    align-items: center;
}

.flex2 {
    display: flex;
    justify-content: center;
}

.flex3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-content {
    padding-top: 3rem;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    font-size: .8rem;
    margin: 0.5rem;
}

.page-content p,
.topContent p {
    font-size: .65rem;
    line-height: 1.2rem;
    margin: 0.5rem;
}

.topContent h1,
.topContent h2,
.topContent h3,
.topContent h4,
.topContent h5,
.topContent h6 {
    font-size: .8rem;
    margin: 0.5rem;
}

.topContent {
    margin-top: 2.4rem;
    box-sizing: border-box;
}

.topContent ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    /* align-items: flex-end; */
    padding: 0.4rem;
    box-sizing: border-box;
}

.topContent ul li {
    width: 5rem;
    height: 5rem;
    /* margin: 0.25rem; */
    padding: 0.4rem;
    box-sizing: border-box;
}

.topContent ul li img {
    border: 0.1rem solid #fff;
    overflow: hidden;
    border-radius: 1rem;
    width: 100%;
    height: 100%;
}

.about {
    box-sizing: border-box;
    width: 100%;
    background: #f0f0f0;
    padding: 10px;
    margin: 0;
    border: 0;
    font-size: 100%;
    font-family: Roboto, sans-serif;
    vertical-align: baseline;

}

.about p {
    margin: 9pt 0pt 0pt;
    text-align: justify;
    font-family: Candara;
    font-size: 11pt;
    font-weight: bold;
    padding-bottom: 30px;
    color: #4f4f4f;
}

.banner-container {
    margin: 10px auto;
    display: flex;
    justify-content: center;
}

.de_iv_adv {
    width: 100%;
    min-height: 8rem;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0.5rem 0;
    border-bottom: 0.5rem solid #E4E4E4;
}

.t_de {
    height: 0.2rem;
    width: 100%;
    line-height: 0.3rem;
    font-size: 0.6rem;
    padding: .5rem 0 1rem 0;
    box-sizing: border-box;
    color: #707070;
    text-align: center;
    background-color: #e4e4e4;
}

.tp-category {
    height: 3rem;
    line-height: 3rem;
    border: 1px solid red;
    display: flex;
    overflow-x: scroll;
}

.tp-name {
    color: #4f4f4f;
    font-size: 0.6rem;
}

.listCommone {
    background-color: #fff;
}

.open {
    visibility: visible !important;
}

.dropdown-menu {
    width: 100%;
    text-align: left;
    background: #ececec;
    padding: 0.3rem 0.1rem 0;
    overflow: hidden;
    box-shadow: 0 0.1rem 0.1rem rgba(104, 107, 106, 0.2);
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 20;
}


.dropdown-menu li {
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 0.4rem;
}

.dropdown-menu .btn {
    display: inline-block;
    width: 80%;
    padding: 0.12rem 0;
    background: #dbdbdb;
    color: #686b6a;
    border: none;
    font-size: 12px;
    border-radius: 1rem;
}

.dropdown-menu .btn.on {
    background: #38CD7E;
    color: #FFF;
}

.section-hd img {
    position: absolute;
    top: 50%;
    left: 3.5rem;
    transform: translatey(-50%);
}

.header .iconPosition {
    position: fixed;
    transform: translate(200%, -130%);
    z-index: 999999;
}

.leftMode ul {
    width: 100vw;
    margin-top: 20px;
    overflow-y: auto;
    height: 100vh;
}


.leftMode ul li {
    padding: 20px 20px 0 20px;
    font-size: 20px;
    border-bottom: 1px solid #fff;
}

.leftMode ul li:nth-child(1) {
    padding: 0 20px 0 20px;
}

.leftMode a {
    color: #fff;
}

.contact-container {
    margin: 10pt 0;
}

.font-a {
    font-family: 'Lunchtype'
}

@font-face {
    font-family: 'Lunchtype';
    src: url("../eot/lunchtype.eot") format("embedded-opentype"), url("../woff/lunchtype.woff") format("woff"), url("../ttf/lunchtype.ttf") format("truetype"), url("../svg/lunchtype.svg#lunchtype") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Lunchtype';
    src: url("../eot/lunchtype-bold.eot") format("embedded-opentype"), url("../woff/lunchtype-bold.woff") format("woff"), url("../ttf/lunchtype-bold.ttf") format("truetype"), url("../svg/lunchtype-bold.svg#lunchtype-bold") format("svg");
    font-weight: 700;
    font-style: normal
}

* {
    margin: 0;
    padding: 0;
    outline: none
}

html,
body {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0;
    padding: 0
}

body {
    font-size: 12px;
    line-height: 1.4;
    color: #1A1A1A
}

html,
button,
input,
select,
textarea {
    font-family: "Lunchtype", "Helvetica";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.opac a:hover {
    opacity: .9;
    filter: alpha(opacity=90)
}

.invisible {
    visibility: hidden
}

.hidden {
    display: none !important;
    visibility: hidden
}

small {
    font-size: 80%
}

::-webkit-scrollbar {
    width: 7px;
    background: #fff
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

::-webkit-scrollbar-thumb {
    background: #1A1A1A
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

a {
    outline: none;
    color: #00bff3;
    text-decoration: none;
    _noFocusLine: expression(this.hideFocus=true);
    cursor: pointer
}

a:active,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    text-decoration: none;
    _noFocusLine: expression(this.hideFocus=true)
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #1A1A1A
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

nav ul,
nav ol,
li {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    outline: none;
    _noFocusLine: expression(this.hideFocus=true);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

textarea {
    outline: none;
    resize: none
}

button,
input {
    line-height: normal
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

/* Load font */
@import url("ba16022c7c494775a3bd8106861af7cc.css");
@import url("00a6cb98ccf24c5dadb8c79ef4379c72.css");

/* root font size */
html {
    font-family: Roboto, sans-serif;
    font-size: 28vw;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

strong,
b {
    font-family: Roboto, sans-serif;
    font-weight: bold;
}

body {
    margin: 0;
    background-color: #fff;
    color: #666666;
    margin-left: auto;
    margin-right: auto;
}

.bd-stop-scrolling {
    height: 100%;
    overflow: hidden;
}

table {
    border-collapse: collapse;
    font-size: 14px;
}

ul {
    font-size: 14px;
}

p {
    font-size: 14px;
}

h3 {
    font-size: 14px;
}

u {
    font-size: 14px;
}

table td,
table th {
    padding: 0;
}

a,
a:visited,
a:active,
a:link {
    text-decoration: none;
    color: inherit;
    padding: 0;
    margin: 0;
}

/* Some other stuff */

.clear {
    clear: both;
}

.underline {
    text-decoration: underline;
}

/****************** Banners ******************/

.banner {
    padding: 0;
    margin-top: 2px;
    margin-bottom: 2px;
    position: relative;
    overflow: hidden;
}

.banner img {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
}

/****************** Contents ******************/

.contents {
    position: relative;
    font-size: 14px;
    overflow: hidden;
}

.contents_inner {
    /*background-color: #c5c8ca; */
    /*background-color: #ffffff;*/
    line-height: .20rem;
}

.centered_contents {
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.centered_contents.nbp {
    padding-bottom: 0px;
}

/****************** Product page ******************/

.contents_product {
    display: block;
    width: 95%;
    max-width: 450px;
    margin: 0 auto;
}

.contents_product .poster_wrapper {
    position: relative;
    width: 99%;
    margin-left: auto;
    margin-right: auto;
}

.contents_product .poster {
    display: inline-block;
    width: 100%;
}

.contents_product .product_info {
    width: 90%;
    margin: 0 auto;
}

.contents_product .game_title_buttons {
    display: block;
    padding-top: 16px;
}

/** Product rating **/

.contents_product .product_rating strong {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.contents_product .game_rating {
    display: inline-block;
    height: 19px;
    vertical-align: middle;
}

/* .contents_product .product_rating {
} */

/** Age rating stuff **/

.contents_product .age_rating {
    font-family: OpenSans, sans-serif;
    font-weight: bold;

}

.contents_product .age_rating .highlight {
    color: #129170;
}

/** Description section **/

.contents_product .game_desc_title {
    font-family: OpenSans, sans-serif;
    font-weight: bold;
    color: #0796f0;

}

/****************** Prebuy page ******************/

.centered_contents.payment {
    background-color: transparent;
}

.payment .payment_method {
    color: #ffffff;
    margin: 0 auto;
    padding: 0 10px;
}

.payment .method_info {
    text-align: center;
}

.payment .method_info .description {
    color: #1A1A1A000;
    padding-top: 10px;
    font-size: 0.8em;
}

.payment .payment_method .method_image_vertical {
    float: left;
}

.payment .method_info .method_text {
    font-family: OpenSans, sans-serif;
    color: #b2ddf8;
    font-weight: bold;
}

.payment .method_info .method_contents {
    margin-top: 8px;
}

.payment .method_info .inline_image {
    float: left;
}

/*** Common styles with the Gameloft Club login page and the MyDownloads page ***/

.payment .method_info .method_button,
.login .method_button,
.downloads .method_button {
    display: inline-block;
    float: right;
    margin-left: 5px;
}

.payment .outer_input,
.login .outer_input,
.downloads .outer_input {
    width: 60%;
    float: left;
    margin-right: 8px;
}

.payment .outer_input .styled_input,
.login .outer_input .styled_input,
.downloads .outer_input .styled_input {
    width: 100%;
}

.payment .method_button.special,
.login .method_button.special,
.downloads .method_button.special {
    display: inline-block;
    float: left;
    margin-left: 5px;
}

.payment .btn_bblue_bg,
.login .btn_bblue_bg,
.downloads .btn_bblue_bg {
    padding: 8px;
}

/****************** Gameloft Club Login page ******************/

.login {
    color: #ffffff;
}

.login .container_button_bg {
    padding-left: 30px;
    padding-right: 30px;
}

.login .outer_input {
    width: 50%;
}

.login .method_button.special {
    margin-left: 10px;
}

/****************** GA Promote ******************/

.promote_option {
    float: left;
    width: 50%;
}


/****************** Game listing *******************/

#game_list {
    width: 101%;
    margin-left: -3px;
    padding: 0;
}

/*** default 2 games per page ***/

#game_list .game_box {
    display: inline-block;
    margin: 0;
    float: left;
    width: 50%;
    color: #312f2f;
}

#game_list .game_contents {
    height: 110px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
    /*border-right: 2px solid #e5e5e5;*/
}

#game_list .game_box:nth-child(even)>div {
    border-right: 0px !important;
}

#game_list .game_rating {
    position: relative;
    float: left;
    left: 58px;
    bottom: 7px;
}

#game_list .game_rating img {
    width: 11px;
}

/* common style  */
.common-more-games {
    width: 80vw;
    height: 12.22vw;
    box-sizing: border-box;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 2px solid #b9596a;
    border-radius: 3vw;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: .18rem;
    line-height: .20rem;
    text-align: center;
    letter-spacing: 0.02em;
    color: #b9596a;
}

body {
    --zi-search-layout: 1001;
    --zi-side-menu: 1000;
    --zi-overlay-profile-menu: 900;
    --zi-overlay: 900;
    --zi-ath-pop-up: 900;
    --zi-siufpu-pop-up: 22;
    --zi-ghs-pop-up: 21;
    --zi-overlay-pop-up: 20;
    --zi-stack-pop-up: 19;
    --zi-sticky-ads: 11;
}

.ellipsis-nh {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-nh::after {
    content: '';
    padding: 1px;
}

.ellipsis-h2 {
    overflow: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-h2::after {
    content: '';
    padding: 1px;
}

.fs16-lh24 {
    font-size: .16rem;
    line-height: .24rem;
}

.fs14-lh16 {
    font-size: 14px;
    line-height: .16rem;
}

.fs14-lh24 {
    font-size: 14px;
    line-height: .24rem;
}

.fs12-lh16 {
    font-size: .12rem;
    line-height: .16rem;
}

.px-8 {
    padding-left: .08rem;
    padding-right: .08rem;
}

.py-8 {
    padding-top: .08rem;
    padding-bottom: .08rem;
}

.px-16 {
    padding-left: .16rem;
    padding-right: .16rem;
}

.pl-8 {
    padding-left: .08rem;
}

.pr-8 {
    padding-right: .08rem;
}

.pl-16 {
    padding-left: .16rem;
}

.pr-16 {
    padding-right: .16rem;
}

.py-16 {
    padding-top: .16rem;
    padding-bottom: .16rem;
}

.pt-16 {
    padding-top: .16rem;
}

.pb-16 {
    padding-bottom: .16rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.mr-4 {
    margin-right: .04rem;
}

.mr-8 {
    margin-right: .08rem;
}

.mr-12 {
    margin-right: .12rem;
}

.ml-4 {
    margin-left: .04rem;
}

.ml-8 {
    margin-left: .08rem;
}

.ml-12 {
    margin-left: .12rem;
}

.mt-4 {
    margin-top: .04rem;
}

.mt-8 {
    margin-top: .08rem;
}

.mt-12 {
    margin-top: .12rem;
}

.mt-16 {
    margin-top: .16rem;
}

.mb-8 {
    margin-bottom: .08rem;
}

.mb-12 {
    margin-bottom: .12rem;
}

.mb-16 {
    margin-bottom: .16rem;
}

.df-jcc-aic {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hidden {
    display: none;
}

#gpt-top-ad {
    /* min-height:  3rem; */
}

.gpt-title {
    font-family: Roboto;
    color: #8F8F8F;
    background: #F5F5F5;
    padding: 2.22vw;
}

/* common style  end*/

/* uck add games-grid-nx3 (row * col): ex.: popular games */
.game-grid-nx3 {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.game-grid-nx3 .game-grid-box {
    float: left;
    width: 28.88%;
    height: 40vw;
    margin-left: 2.22%;
    margin-right: 2.22%;
    margin-top: 0px;
    margin-bottom: 16px;
    color: #312f2f;
}

.game-grid-nx3 .game-grid-contents {
    height: auto;
}

.game-grid-nx3 .game-grid-pill {
    height: 100%;
    background: #ffffff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

.game-grid-nx3 .game-grid-pill-padding {
    padding: 4px;
}

.game-grid-nx3 .game-grid-image {
    position: relative;
    text-align: center;
}

.game-grid-image img {
    width: 100%;
    height: auto;
}

.game-grid-nx3 .game-grid-title {
    margin-top: 2.22vw;

    font-weight: 500;
    text-align: left;

    color: #1A1A1A000;
}

.game-grid-nx3 .game-grid-n-play {
    font-size: .10rem;
    line-height: .12rem;
    text-align: left;

    color: #595959;
}

/* uck end games-grid-nx3*/

/* grid-1-container */
.grid-1-container {
    margin-top: .40rem;
}

.g1c-title {
    font-family: Quicksand;
    font-size: .20rem;
    line-height: .24rem;
    font-weight: bold;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
}

.g1c-games-item {
    margin-top: .24rem;
}

.game-list-nx1 {
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.game-list-nx1:nth-child(n+7) {
    display: none;
}

.game-list-nx1 .game-list-box {
    display: flex;
    margin: 0 2.22vw 2.22vw;
    width: 95.55vw;
    height: 20vw;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #E3E3E3;
}

.game-list-nx1 .game-list-flex1 {
    flex: 74;
    padding: 0;
}

.game-list-flex1 .flex1-padding-rect {
    padding: 2.22vw;
}

.flex1-padding-rect img {
    width: 100%;
    height: auto;
}

.game-list-nx1 .game-list-flex2 {
    flex: 152;
    padding: 0;
}

.game-list-flex2 .flex2-padding-rect {
    height: 100%;
    box-sizing: border-box;
    padding-left: 2.22vw;
}

.flex2-padding-rect .flex2-container {
    height: 100%;
    width: 42.22vw;
    display: flex;
    flex-direction: column;
}

.flex2-padding-rect .flex2-title {
    flex: 1;
    min-width: 0;
    display: flex;
    font-weight: 500;
    color: #1A1A1A000;
}

.flex2-title .tilte-text {
    margin-top: 2.27vw;
}

.flex2-padding-rect .flex2-category {
    flex: 1;
    font-weight: 500;
    font-size: .10rem;
    line-height: .12rem;
    color: #595959;
}

.flex2-category .category-text {
    margin-top: 1.9vw;
}

.flex2-padding-rect .flex2-n-play {
    flex: 1;
    font-weight: 500;
    font-size: .12rem;
    line-height: .12rem;
    color: #262626;
}

.flex2-n-play .n-play-text {
    margin-top: 0;
}

.game-list-nx1 .game-list-flex3 {
    flex: 120;
}

.glnx1-f3-gi-button {
    width: 30.00vw;
    height: 8.89vw;
    right: 2.22vw;
    top: 5.56vw;
    background: #1890FF;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.25);
    border-radius: 2.22vw;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.glnx1-f3-gib-svg {
    width: 6.66vw;
    height: 6.66vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../svg/game-white.svg)
}

.glnx1-f3-gib-text {
    font-family: Quicksand;
    font-weight: bold;
    font-size: .12rem;
    line-height: .32rem;
    color: #FFFFFF;
}

.g1c-load-more {
    width: 95.56vw;
    height: 16.11vw;
    margin: auto;
    border: 1px solid #1890FF;
    box-sizing: border-box;
    border-radius: 1.11vw;
    font-family: Quicksand;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    color: #1890FF;
}

.absolute-right {
    position: absolute;
    right: 0;
}

.absolute-top {
    position: absolute;
    top: 0;
}

/* grid-1-container end */

/* game-h-scroll */
.game-h-scroll {
    width: 100%;
}

.game-h-scroll .h-scroll-padding-box {
    margin-left: 2.44vw;
    box-sizing: border-box;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}

.h-scroll-padding-box::-webkit-scrollbar {
    display: none;
}

.ghs-item-padding {
    margin-right: 2.22vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.ghs-item-padding .item-rect {
    width: 62.22vw;
    background: #ffffff;
    border-radius: 8px;
    border: 2px solid #bfe0ff;
}

.item-rect .game-preview-rect {
    width: 100%;
    position: relative;
    border-radius: 8px;
}

.game-preview-rect img {
    width: 100%;
    height: auto;
}

.like-game-template {
    display: flex;
    width: 6.67vw;
    height: 6.67vw;
    position: absolute;


    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}

.game-h-scroll .like-game-template {
    top: 2.22vw;
    right: 2.22vw;
}

.game-grid-nx3 .like-game-template {
    top: 0;
    right: 0;
}

.lgt-svg {
    width: 4.44vw;
    height: 4.44vw;

    background-image: url("../svg/heart-black.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.like-game-template.enabled .lgt-svg {
    background-image: url("../svg/heart-red-fill.svg");
}

.item-rect .icon-name-plus {
    display: flex;
    width: 62.22vw;
    height: 13.33vw;
}

.icon-name-plus .inp-flex1 {
    flex: 48;
    padding: 0;
}

.inp-flex1 .flex1-padding-rect {
    padding: 2.22vw;
}

.icon-name-plus .inp-flex2 {
    flex: 136;
    padding: 0;
}

.inp-flex2 .inp-flex2-padding-rect {
    height: 100%;
    box-sizing: border-box;
    padding-left: 0vw;
}

.inp-flex2 .inp-flex2-container {
    width: 37.78vw;
    padding-top: 2vw;
    display: flex;
    flex-direction: column;
}

.inp-flex2-container .inp-flex2-title {
    min-width: 0;
    display: flex;
}

.inp-flex2-title .inp-tilte-text {
    font-weight: bold;
    letter-spacing: 0.02em;

    color: #1A1A1A000;
}

.inp-flex2-n-play .inp-n-play-text {
    margin-top: 0;
    font-size: .10rem;
    line-height: .12rem;

    color: #1A1A1A000;
}

.icon-name-plus .inp-flex3 {
    flex: 40;
}

.inp-flex3 .ghs-inp-flex3-padding-rect {
    height: 100%;
    box-sizing: border-box;
}

/* game-h-scroll end */



/* test */

/* .game-h-scroll div {
  border: 1px solid #f00;
} */

/* test end */

/** For download page, for example **/

.container_button_bg {
    border-radius: 6px;
    padding: 10px 15px 10px 15px;
    background: #ffffff;
    /* Old browsers */
    background: white;
    border: 1px solid #eee;
}

/****************** Delimiters ******************/

.delimiter {
    height: 3px;
}

.delimiter_6 {
    height: 6px;
}

.delimiter_12 {
    height: 12px;
}

.delimiter_border_1 {
    height: 1px;
    width: 100%;
    background-color: #d4d4d4;
}

.delimiter_border_2 {
    height: 2px;
    width: 100%;
    background-color: #c2c2c2;
}

/**************** FROM V2.5 ****************/

/* Gameloft Account Button CSS */

.ga_button {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Buttons */

.center {
    margin-right: auto !important;
    margin-left: auto !important;
}

.green_button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    font: 18px/100% OpenSans, sans-serif;
    padding: 0.5em 0em !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    position: relative;
    width: 100%;
    color: #ffffff !important;
    border: solid 0px #33cc33;
    background: #33cc33;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#2eb82e),
            to(#47d147));
    background: -moz-linear-gradient(top, #2eb82e, #47d147);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2EB82E', endColorstr='#47D147');
}

.red_button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    font: 18px/100% OpenSans, sans-serif;
    padding: 0.5em 0em !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    position: relative;
    width: 100%;
    color: #ffffff !important;
    border: solid 0px #eb474b;
    background: #db1d1d;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#b82e2e),
            to(#d14747));
    background: -moz-linear-gradient(top, #b82e2e, #d14747);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#B82E2E', endColorstr='#D14747');
}

.button_80 {
    width: 80px !important;
    padding: 9px !important;
}

.button {
    width: auto !important;
    padding: 9px !important;
}

.btext {
    position: relative;
    z-index: 100;
}

/*****************************************************************************************************/

/*                                          MENU STYLES                                              */

/*****************************************************************************************************/

/* General styles for all menus */

.cbp-spmenu {
    background: #ffffff;
    position: fixed;
}

.cbp-spmenu-3d {
    box-shadow: 0.5em 0 0.7em 0 rgba(2, 3, 3, 0.2);
}

.cbp-spmenu h3 {
    color: #e8e8e8;
    font-size: 1.9em;
    padding: 15px;
    margin: 0;
    font-weight: 300;
    background: #0d77b6;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 66.67vw;
    height: calc(100% - 11.11vw);
    top: 11.11vw;
    z-index: var(--zi-side-menu);
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.sm-menu-item-box {
    height: 15.56vw;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sm-item-icon {
    width: 6.67vw;
    margin-left: 5.56vw;
    margin-right: 4.44vw;
}

.sm-item-icon svg {
    width: 100%;
    height: auto;
}

.sm-item-text {
    letter-spacing: 0.02em;

    color: #1A1A1A000;
}

.sm-mli-box {
    width: 100%;
    height: 33.33vw;
    box-sizing: border-box;
    padding-top: 10vw;
    padding-bottom: 5.56vw;
}

.sm-mli-1st-line {
    width: 27.78vw;
    height: 0;

    margin-left: 19.44vw;
    border: 2px solid #d9d9d9;
}

.sm-mli-2nd-line {
    margin-top: 2.22vw;

    font-family: Open Sans;
    font-weight: bold;
    text-align: center;
    color: #262626;
}

.sm-mli-3rd-line {
    margin-top: 2.22vw;

    text-align: center;
    color: #8c8c8c;
}

/* Vertical menu that slides from the left */
.cbp-spmenu-left {
    left: -66.67vw;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-right {
    right: -66.67vw;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    right: -240px;
}

.cbp-spmenu-push-toleft {
    left: -240px;
}

.header {
    width: 100%;
    padding: 0px;
    position: fixed;
    z-index: var(--zi-side-menu);
    top: 0px;
    left: 0px;
    right: 0px;

    overflow: hidden;
    background-color: #1A1A1A;
    color: #ffffff;
}

.header-adapter {
    height: 11.11vw;
    display: flex;

    background: #067be7;
    box-shadow: 0px 22px 106px rgba(0, 0, 0, 0.07),
        0px 9.19px 44.28px rgba(0, 0, 0, 0.0503),
        0px 4.91px 23.68px rgba(0, 0, 0, 0.0417),
        0px 2.75px 13.27px rgba(0, 0, 0, 0.035),
        0px 1.46px 7.05px rgba(0, 0, 0, 0.0283),
        0px 0.61px 2.93px rgba(0, 0, 0, 0.0197);
}

.ha-flex0 {
    flex: 40;

}

.haf0-svg {
    width: 5vw;
    height: 3.33vw;

    background-image: url("../svg/burger.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.header .ha-flex1 {
    flex: 230;


    font-family: Quicksand;
    font-weight: normal;
}

.hat-first {
    font-weight: bold;
}

.ha-flex2 {
    flex: 90;

    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.haf2-svg0 {
    visibility: hidden;
}

.haf2-svg {
    width: 5.56vw;
    height: 5.56vw;

    background-image: url("../svg/user-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 2.78vw;
}

/* ath-sticky-bar */
.ath-sticky-bar {
    display: none;
    /* position: fixed; */
    /* z-index: var(--zi-overlay-pop-up); */
    /* top: 11.11vw; */
    /* left: 0px; */
    width: 100%;

    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
}

.athsb-img {
    width: 7.66vw;
    height: 7.66vw;
    background-image: url("../svg/game1-blue.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 4.44vw;
}

.athsb-scroll-container {
    position: relative;
    overflow: hidden;
    width: 53.89vw;
    height: 11.11vw;
}

.athsb-text {
    font-weight: 600;
    font-size: 14px;
    line-height: .49rem;
    color: #1890FF;
    margin-left: -2.5vw;
    LETTER-SPACING: 0.28px;
}

.text-scroll-left-template {
    position: absolute;
    animation: text-scroll-left-template 6s linear infinite;
    white-space: nowrap;
}

@keyframes text-scroll-left-template {
    0% {
        transform: translateX(90%);
    }

    100% {
        transform: translateX(-90%);
    }
}

.athsb-btn {
    width: 27.78vw;
    height: 7.78vw;
    margin: 2.22vw;
    background: #1890FF;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.25);
    border-radius: 1.11vw;
    font-family: Quicksand;
    font-weight: bold;
    font-size: .12rem;
    line-height: .32rem;
    color: #FFFFFF;
}

.ath-adapter {
    display: none;
    height: 12.22vw;
}

/* ath-sticky-bar end */

/* new-feature-bar */
.new-feature-bar {
    display: flex;
    height: 11.11vw;
    z-index: var(--zi-overlay-pop-up);
    left: 0px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: #F24678;
    padding: 2.22vw;
    box-sizing: border-box;
}

.nfb-scroll-container {
    width: 66.67vw;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.nfb-text {
    display: flex;
    color: #FFFFFF;
}

.nfb-gcoin {
    width: 4.44vw;
    height: 4.44vw;
    margin: 0 1.11vw 0;

    background-image: url("../png/gcoin.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.nfb-btn {
    background: linear-gradient(180deg, #FFD159 0%, #FFAD33 100%);
    border-radius: 1.11vw;
    width: 26.67vw;
    height: 100%;
}

/* new-feature-bar end */

/* huawei */
.sbt-sticky {
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;

    color: #1A1A1A000;
    background: #B7E7F1;
}

.sbt-s-text {
    width: 60%;
}

.sbt-st-red {
    color: #EE2E8E;
}

.sbt-s-button {
    width: 28.8%;
    padding: 2.22vw 0;

    background: #FEE600;
    box-shadow: 0px 5px 0px #C6B304;
    border-radius: 100px;
}

/* huawei end */

.menu-right {
    width: 5vw;
    height: 3.33vw;
    margin-right: 3.33vw;
}

.menu-right svg {
    width: 100%;
    height: auto;
}

/* profile-menu */
.overlay-profile-menu {
    position: fixed;
    z-index: var(--zi-overlay-profile-menu);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #1A1A1A000;
    display: none;
    opacity: 0.5;
}

.profile-menu {
    width: 66.67vw;
    position: fixed;
    top: 11.11vw;
    z-index: var(--zi-side-menu);
    ;

    transition: right 0.3s ease;
    right: -66.67vw;

    background: #ffffff;
    border-radius: 2.22vw;
}

.profile-menu.enabled {
    right: 0;
}

.pml-title-sign-button {
    height: 24.44vw;
    display: flex;

    flex-flow: column;
    justify-content: space-evenly;
    align-items: center;
}

.pmltsb-title {
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
}

.pmltsb-title span:nth-child(2) {
    font-weight: 700;
    font-size: .18rem;
    color: #FFbf46;
}

.pmltsb-t-icon {
    width: 4.44vw;
    height: 4.44vw;
    display: inline-block;
    background-image: url("../png/gcoin.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.pmltsb-sign-button {
    width: 57.78vw;
    height: 11.11vw;


    background: #b9596a;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.25);
    border-radius: 2.22vw;
}

.pmltsb-sb-text {
    width: 80%;

    font-family: Quicksand;
    font-weight: bold;
    font-size: .12rem;
    line-height: .32rem;
    color: #ffffff;
}

.pmet-entry-flex {
    height: 15.56vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pmet-title {
    background: #F5F5F5;
    padding: 1.67vw 4.44vw;
}

.pmet-ef-svg {
    width: 5.55vw;
    height: 5.55vw;

    margin-left: 6.11vw;

    background-repeat: no-repeat;
    background-size: contain;
}

.pmet-ef-svg svg {
    width: 100%;
    height: auto;
}

.pmet-ef-store-svg {
    background-image: url("../png/gcoin.png");
}

.pmet-ef-profile-svg {
    background-image: url("../svg/user-blue.svg");
}

.pmet-ef-setting-svg {
    background-image: url("../svg/cog-blue.svg");
}

.pmet-ef-log-out-svg {
    background-image: url("../svg/sign-out-blue.svg");
}

.pmet-ef-text {
    min-width: 30.56vw;
    margin-left: 5vw;

    letter-spacing: 0.02em;
}

.pmet-ef-new {
    border: 0.5px solid #ff1818;
    max-width: 8.88vw;
    padding: 0.56vw;
    font-size: .10rem;
    line-height: .10rem;
    color: #ff1818;
    border-radius: 0.56vw;
}

.profile-menu-login .pmet-ef-text {
    color: #dadada;
}

.profile-menu-user .pmet-ef-text {
    color: #1A1A1A000;
}

.pmet-ef-promiss {
    font-style: italic;
    font-size: .10rem;
    line-height: .16rem;
    text-align: right;
    color: #FF1818;
}

.pmet-ath-flex {
    height: 15.56vw;

    display: none;
    justify-content: center;
    align-items: center;

    background: #1D88E9;
    border-radius: 0 0 2.22vw 2.22vw;
}

.pmet-athf-text {
    width: 25.56vw;

    display: flex;
    align-items: center;

    font-weight: bold;

    color: #FFFFFF;
}

.pmet-athf-ath-button {
    width: 27.78vw;
    margin-left: 1.11vw;

    background: #FFFFFF;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.25);
    border-radius: 2.22vw;

    font-family: Quicksand;
    font-weight: bold;
    font-size: .12rem;
    line-height: .32rem;
    text-align: center;


    color: #1890FF;
}

/* profile-menu end*/

/* CSS3 Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    transition: left 0.3s ease;
}

.overlay {
    position: fixed;
    z-index: var(--zi-overlay);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #1A1A1A000;
    display: none;
    opacity: 0.5;
}

.overlay-pop-up {
    position: fixed;
    z-index: var(--zi-overlay-pop-up);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #1A1A1A000;
    display: none;
    opacity: 0.5;
}

.add-to-home-pop-up {
    position: fixed;
    bottom: 22.22vw;
    z-index: var(--zi-ath-pop-up);
    left: 2.22vw;

    display: none;

    background: #fafafa;
    box-shadow: 0px 22px 106px rgba(0, 0, 0, 0.07),
        0px 9.19px 44.28px rgba(0, 0, 0, 0.0503),
        0px 4.91px 23.68px rgba(0, 0, 0, 0.0417),
        0px 2.75px 13.27px rgba(0, 0, 0, 0.035),
        0px 1.46px 7.05px rgba(0, 0, 0, 0.0283),
        0px 0.61px 2.93px rgba(0, 0, 0, 0.0197);
    border-radius: 4px;
}

.ath-container {
    width: 95.56vw;
    height: 20vw;

    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.athc-lines {
    margin-right: 3.33vw;

    display: flex;
    flex-flow: column;
    align-items: center;

}

.athcl-title {
    font-weight: normal;
    color: #595959;
}

.athcl-description {
    font-weight: bold;
    color: #262626;
}

.athc-add-button {
    min-width: 27.78vw;
    height: 8.89vw;
    margin-right: 3.33vw;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #b9596a;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.25);
    border-radius: 8px;

    font-family: Quicksand;
    font-weight: bold;
    font-size: .12rem;
    line-height: .32rem;
    color: #ffffff;


}

.ath-close-button {
    box-sizing: border-box;
    height: 6.66vw;
    width: 6.66vw;
    position: absolute;
    top: 0vw;
    padding: 1.67vw;
}

.ath-close-button svg {
    width: 100%;
    height: auto;
}

/* sign in up forget pop up */
.sign-in-up-forget-pop-up {
    display: none;
    position: fixed;
    top: 11.11vw;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;

    z-index: var(--zi-siufpu-pop-up);
    width: 100%;
    box-sizing: border-box;
    background: #FFFFFF;
}

.siufpu-danger-description-template {
    width: 100%;
    margin: 4.44vw 0 4.44vw;

    font-size: 14px;
    line-height: .24rem;
    text-align: center;
    letter-spacing: 0.01em;

    color: #FF1818;
}

.siufpu-title {
    width: 100%;
    margin: 4.44vw 0 4.44vw;

    font-size: 14px;
    line-height: .24rem;
    text-align: center;
    letter-spacing: 0.01em;

    color: #424242;
}

.siufpu-input-template {
    position: relative;
    width: 91.11vw;
    height: 15.56vw;

    margin: 4.44vw 4.44vw 0;

    display: flex;
    justify-content: left;
    align-items: center;

    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    border-radius: 2.22vw;
}

.siufpu-create-account.user-exits .siufpu-input-template.email {
    border: 1px solid #FF1818;
}

.siufpu-create-account.pass-if .siufpu-input-template.password {
    border: 1px solid #FF1818;
}

.siufpu-create-account.pass-if .siufpu-input-template.confirm-password {
    border: 1px solid #FF1818;
}

.siufpu-it-input {
    width: 72.22vw;
    margin: 0 1.11vw 0 6.66vw;

    outline: none;
    border-style: hidden;
}

.siufpu-it-email-svg {
    width: 5.55vw;
    height: 3.89vw;

    background-image: url("../svg/email-black.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.siufpu-it-label {
    position: absolute;
    height: 4.44vw;
    top: -2.22vw;
    left: 4.44vw;

    background: #FFFFFF;

    color: #A3A3A3;
}

.siufpu-it-label.email {
    width: 14.44vw;
}

.siufpu-it-label.password {
    width: 22.22vw;
}

.siufpu-create-account.user-exits .siufpu-it-label.email {
    color: #FF1818;
}

.siufpu-create-account.pass-if .siufpu-it-label.password {
    color: #FF1818;
}

.siufpu-it-label.confirm-password {
    width: 37.78vw;
}

.siufpu-create-account.pass-if .siufpu-it-label.confirm-password {
    color: #FF1818;
}

.siufpu-it-label.yob {
    width: 27.78vw;
}

.siufpu-des-box {
    width: 82.22vw;
    margin-left: 8.88vw;
}

.siufpu-email-exits {
    color: #FF1818;
    width: 82.22vw;
    height: 8.88vw;
    /*margin-left: 8.88vw;*/
    display: none;
}

.siufpu-create-account.user-exits .siufpu-email-exits {
    display: inline;
}

.siufpu-create-account.user-exits .siufpu-email-exits.action {
    margin-left: 2.8px;
    color: #1890FF;
}

.siufpu-it-lock-svg {
    width: 6.66vw;
    height: 6.66vw;

    background-image: url("../svg/show-password-black.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.siufpu-create-account.pass-if .siufpu-it-lock-svg {
    background-image: url("../svg/show-password-red.svg");
}

.siufpu-si-forgot-password-flex {
    display: flex;
    justify-content: flex-end;
}

.siufpu-si-forgot-password {
    margin-right: 4.44vw;

    display: flex;
    justify-content: flex-end;
    align-items: center;

    text-align: right;
    text-decoration-line: underline;
    color: #1890FF;
}

.siufpu-it-calendar-svg {
    width: 6.66vw;
    height: 6.66vw;

    background-image: url("../svg/calendar-grey.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.siufpu-password-description {
    font-size: 12px;
    line-height: 16px;
    color: #6E6E6E;
    width: 82.22vw;
    height: 8.88vw;
    margin-left: 8.88vw;
}

.siufpu-create-account.pass-if .siufpu-password-description {
    color: #FF1818;
}

.siufpu-ask-action-small-template {
    margin-left: 8.88vw;

    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.siufpu-aast-ask {
    color: #6E6E6E;
}

a.siufpu-aast-action {
    max-width: 30.56vw;
    text-decoration-line: underline;
    color: #067BE7;
}

.g-recaptcha {
    display: none;
    justify-content: center;
    margin-top: 5.55vw;
}

.siufpu-button-template {
    width: 91.11vw;
    height: 15.56vw;
    margin: 4.44vw 4.44vw 4.44vw;
    border-radius: 1.11vw;

    font-family: Quicksand;
    font-weight: bold;
    letter-spacing: 0.05em;

    color: #FFFFFF;
}

.siufpu-button-template.sign-in {
    background: #C6C6C6;
}

.siufpu-button-template.sign-in.enabled {
    background: #1890FF;
}

.siufpu-button-template.create-account {
    background: #E3E3E3;
}

.siufpu-button-template.create-account.enabled {
    background: #1890FF;
}

.siufpu-button-template.reset-password {
    background: #C6C6C6;
}

.siufpu-button-template.reset-password.enabled {
    background: #1890FF;
}

.siufpu-si-or {
    margin: 4.44vw 4.44vw 0;

    display: flex;
    justify-content: flex-start;
    align-items: center;

    text-align: center;
    /*text-transform: lowercase;*/
    color: #1A1A1A000;
}

.siufpu-gg-sign-in-template {
    margin: 0 4.44vw 4.44vw;

    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.siufpu-footer-ask-action-template {
    width: 100%;
    margin: 6.66vw 0 4.44vw;
}

.siufpu-faat-ask {
    margin: 0 2.22vw 0;
    color: #959595;
}

.siufpu-faat-action {
    text-decoration-line: underline;
    color: #1890FF;
}

.siufpu-highlight-description-template {
    width: 95.56vw;
    height: 17.78vw;
    box-sizing: border-box;
    padding: 2.22vw;
    margin: 6.66vw 2.22vw 6.66vw;

    background: #E5FFDE;
    border-radius: 1.11vw;

    font-size: 14px;
    line-height: .24rem;
    text-align: center;
    letter-spacing: 0.01em;
    color: #042508;
}

.siufpu-highlight-description-template.red {
    background: #FFF2F2;
}

.siufpu-ask-action-template {
    width: 100%;

}

.siufpu-aat-ask {
    margin: 0 2.22vw 0;
    color: #959595;
}

.siufpu-aat-action {
    text-decoration-line: underline;
    color: #1890FF;
}

.siufpu-av-loading-text-box {
    width: 100%;
}

.siufpu-av-ltb-loading-svg {
    width: 5.55vw;
    height: 5.55vw;
    margin-right: 4.44vw;

    background-image: url("../png/loading-blue.png");
    background-repeat: no-repeat;
    background-size: contain;

    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.siufpu-av-ltb-text {
    font-family: Quicksand;
    font-weight: bold;
    letter-spacing: 0.05em;

    color: #111111;
}

.siufpu-fp-instructions {
    width: 95.56vw;
    height: 17.78vw;
    box-sizing: border-box;
    padding: 2.22vw;
    margin: 6.66vw 2.22vw 6.66vw;
    border-radius: 1.11vw;

    text-align: center;
    color: #656565;
}

.siufpu-ca-age-pop-up {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.52);
    height: 100%;
    width: 100%;
    display: none;
}

.siufpu-caapu-box {
    width: 95.56vw;
    height: 53.33vw;
    margin: 42.22vw 2.22vw 0;

    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;

    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    box-shadow: 0px 22px 106px rgba(0, 0, 0, 0.07), 0px 9.19px 44.28px rgba(0, 0, 0, 0.0503), 0px 4.91px 23.68px rgba(0, 0, 0, 0.0417), 0px 2.75px 13.27px rgba(0, 0, 0, 0.035), 0px 1.46px 7.05px rgba(0, 0, 0, 0.0283), 0px 0.61px 2.93px rgba(0, 0, 0, 0.0197);
    border-radius: 2.22vw;
}

.siufpu-caapub-x {
    width: 4.44vw;
    height: 4.44vw;
    background-image: url("../svg/cancel-black.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin: 1.11vw 0 0 88.88vw;
}

.siufpu-caapub-svg {
    width: 6.66vw;
    height: 6.66vw;
    background-image: url("../svg/aware-black.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin: 2.22vw 0 0 0px;
}

.siufpu-caapub-description.en {
    width: 66.11vw;
}

.siufpu-caapub-description {
    height: 13.33vw;
    margin-top: 2.22vw;

    text-align: center;
    color: #1A1A1A000;
}

.siufpu-caapub-text {
    width: 82.22vw;
    height: 13.33vw;
    margin-top: 2.22vw;

    font-size: 14px;
    line-height: .24rem;
    text-align: center;
    color: #6E6E6E;
}

span.siufpu-caapubt-link {
    color: #1890FF;
}

.siufpu-sign-in {
    display: none;
}

.siufpu-create-account-intro {
    display: none;
}

.siufpu-create-account {
    display: none;
}

.siufpu-create-account-check-email {
    display: none;
}

.siufpu-account-verified {
    display: none;
}

.siufpu-forgot-password {
    display: none;
}

.siufpu-reset-password-check-email {
    display: none;
}

.siufpu-reset-password-new-pass {
    display: none;
}

/* siufpu-reset-password-check-email */
.siufpu-rpce-ask {
    color: rgba(0, 0, 0, 0.87);
    text-align: center;
}

.siufpu-rpce-clock {
    margin-top: 4.44vw;

    font-weight: bold;
    font-size: .20rem;
    line-height: .24rem;
    text-align: center;
    color: #6E6E6E;
}

.siufpu-reset-password-check-email.clock-enabled .siufpu-rpce-clock {
    color: #1890FF;
}

.siufpu-rpce-resend-btn {
    margin: 2.22vw auto 0;
    width: max-content;
    padding: 3.33vw 13.33vw;

    background: #E3E3E3;
    border-radius: 1.11vw;
    font-family: Quicksand;
    text-align: center;
}

.siufpu-reset-password-check-email.clock-disabled .siufpu-rpce-resend-btn {
    background: #1890FF;
    color: #FFFFFF;
}

/* siufpu-reset-password-check-email end*/
/* siufpu-create-account-intro */
.siufpu-cai-first-line {
    width: 41.67vw;
    height: 6.66vw;
    background: #F20174;
    box-shadow: 0px 0.56vw 0px #ae1b61;
    font-family: Quicksand;
    font-weight: bold;
    font-size: .12rem;
    line-height: .24rem;
    color: #FFFFFF;
    text-align: center;
    margin: auto;
}

.siufpu-cai-coins {
    width: 48.33vw;
    height: 26.11vw;

    background-image: url("../png/coins.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin: 4.44vw auto 0;
}

.siufpu-cai-second-line {
    margin-top: .12rem;
    color: rgba(0, 0, 0, 0.82);
    text-align: center;
}

.siufpu-cai-third-line {
    font-weight: bold;
    font-size: .18rem;
    line-height: .24rem;
    margin: 1.11vw auto 0;
    text-align: center;
    color: #1890FF;
}

.siufpu-cai-feature-container {
    justify-content: space-around;
    align-items: baseline;
    margin: 4.44vw auto .48rem;
}

.siufpu-cai-fc-item {
    max-width: 18.89vw;
    flex-flow: column;
    text-align: center;
}

.first .siufpu-cai-fci-img {
    width: 16.11vw;
    height: 14.44vw;

    background-image: url("../png/avatar.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.second .siufpu-cai-fci-img {
    width: 14.44vw;
    height: 14.44vw;

    background-image: url("../png/premium.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.third .siufpu-cai-fci-img {
    width: 18.89vw;
    height: 17.22vw;

    background-image: url("../png/favorite.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.fourth .siufpu-cai-fci-img {
    width: 15.00vw;
    height: 14.44vw;

    background-image: url("../png/leaderboard.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.siufpu-cai-fci-text {
    margin-top: .10rem;
    color: rgba(0, 0, 0, 0.87);
    font-size: .12rem;
    line-height: 14px;
}

.siufpu-cai-sign-up {
    margin: 0 4.44vw 4.44vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0px 0px 1px rgb(0 0 0 / 12%), 0px 1px 1px rgb(0 0 0 / 24%);
    border-radius: 0.56vw;
    width: 91.11vw;
    height: 11.11vw;
    color: #1890FF;
    font-weight: 500;
}

.siufpu-cai-si-svg {
    width: 8.88vw;
    height: 5.25vw;
    margin: 0 2.78vw 0 4.44vw;
    border-right: 0.28vw solid #E3E3E3;
}

.siufpu-cai-si-svg svg {
    width: 69%;
    height: 100%;
}

.siufpu-create-account-intro .siufpu-footer-ask-action-template {
    margin-top: .50rem;
}

/* siufpu-create-account-intro end*/
/* sign in up forget pop up end */

/* search layout */
.search-layout {
    position: fixed;
    z-index: var(--zi-search-layout);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    width: 100%;
    background: #FFFFFF;
}

.sl-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #A3A3A3;
}

.sl-h-svg {
    margin: 2.22vw 2.22vw 3.33vw;
}

input.sl-h-input {
    width: 72.78vw;
    margin-right: 2.78vw;

    outline: none;
    border: 0;
    font-size: 14px;
    line-height: .24rem;
    color: #A3A3A3;
}

.sl-info {
    display: none;
}

.sl-info.enabled {
    display: block;

    font-weight: bold;
    letter-spacing: 0.02em;
    color: #1A1A1A000;
    padding: 2.22vw 4.44vw;
    border-bottom: 1px solid #A3A3A3;
}

.sl-i-text1 {
    display: none;
}

.sl-info.enabled .sl-i-text1 {
    display: block;
}

.sl-info.enabled.error .sl-i-text1 {
    display: none;
}

.sl-i-text2 {
    display: none;
}

.sl-info.error .sl-i-text2 {
    display: block;
}

.sl-i-text2 span:nth-child(1) {
    color: #FF1818;
}

.search-game-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 3.33vw;
}

.sgi-icon img {
    width: 8.33vw;
    height: 8.33vw;
}

.search-game-item.locked .sgi-lock {
    display: flex;
}

.sgi-lock {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 8.33vw;
    height: 8.33vw;

    background: rgba(0, 0, 0, 0.82);
    border-radius: 1.11vw;
}

.sgi-title {
    width: 57.78vw;
    margin-left: 3.33vw;

    letter-spacing: 0.02em;

    color: rgba(0, 0, 0, 0.87);
}

.sgi-cat {
    width: 23.33vw;
    font-size: .12rem;
    line-height: .24rem;
    text-align: right;
    letter-spacing: 0.02em;

    color: #6E6E6E;
}

/* search layout end */

/* stack pop up */
.stack-pop-up {
    display: none;
    position: fixed;
    top: 11.11vw;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    z-index: var(--zi-stack-pop-up);
    width: 100%;
    box-sizing: border-box;
    background: #1A1A1A0007f;
}

.stack-pop-up-item-template {
    width: 88.89vw;
    margin: 27.78vw 5.56vw;
    padding-bottom: 0.1px;

    background: #FFFFFF;
    border-radius: 2.22vw;
}

.spu-title-template {
    padding: 1.67vw 0 0.56vw 0;
    position: relative;

    background: #067BE7;
    border-radius: 2.22vw 2.22vw 0 0;
    color: #E6F7FF;
}

.spu-close-btn-template {
    width: 6.66vw;
    height: 6.66vw;

    position: absolute;
    top: 1.11vw;
    right: 2.22vw;
}

.spu-tm-sign-in-successful {
    width: 88.89vw;
    margin: 27.78vw 5.56vw;
    padding-bottom: 0.1px;
    position: relative;
}

.spu-tm-sign-in-successful .spu-close-btn-template {
    right: 4.22vw;
}

.spu-mid-box-template {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 2.22vw;
    margin: 2.78vw 3.33vw;
    padding-bottom: .12rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.spu-tmsismb-img {
    width: 17.22vw;
    height: 23.89vw;
    background-image: url("../png/congratulations.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin: 4.44vw 0 2.78vw;
}

.spu-tmsismb-text {
    color: rgba(0, 0, 0, 0.87);
    text-align: center;
}

.spu-big-text-template {
    font-family: Quicksand;
    font-weight: 500;
    font-size: .18rem;
    line-height: .24rem;
    color: rgba(0, 0, 0, 0.87);
    margin: 1.11vw;
}

.spu-small-text-template {
    text-align: center;
    color: rgba(38, 38, 38, 0.75);
}

.spu-tmsismb-claim-flex {
    background: #FFFFFF;
    box-sizing: border-box;
    margin-bottom: 2.78vw;
    padding: 1.11vw 2.22vw;
}

.spu-tmsismbcf-text {
    font-family: Quicksand;
    font-weight: bold;
    font-size: .10rem;
    line-height: .32rem;
    color: rgba(38, 38, 38, 0.75);
}

.spu-tmsismbcf-img {
    width: 6.66vw;
    height: 6.66vw;
    background-image: url("../png/ava205.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0.55vw;
    border-radius: 50%;
}

.spu-tmsismbcf-img1 {
    width: 6.66vw;
    height: 6.66vw;
    background-image: url("../png/ava1.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0.55vw;
}

.spu-tmsismbcf-img2 {
    width: 6.67vw;
    height: 6.67vw;
    background: #1890FF;
    border-radius: 27.78vw;
    color: #F1FBFF;
}

.spu-tmsismbcf-text1 {
    margin: 0.55vw 2.22vw;
    font-weight: bold;
    color: #CCCCCC;
}

.spu-tmsismbcf-text2 {
    font-family: Quicksand;
    font-weight: bold;
    color: #FFD159;
}

.spu-tmsismbcf-img3 {
    width: 4.44vw;
    height: 4.44vw;
    background-image: url("../png/gcoin.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 1.11vw;
}

.spu-bot-box-template {
    font-weight: bold;
    display: flex;
    text-align: center;
    justify-content: center;
    height: 8.33vw;
    text-decoration-line: underline;
    color: #067BE7;
}

.spu-tm-coin-collected .spu-mid-box-template {
    position: relative;
}

.spu-tmccmb-img {
    width: 23.33vw;
    height: 23.33vw;
    margin-top: 10.56vw;

    background-image: url(../png/gcoin-no-logo-gold.png);
    background-repeat: no-repeat;
    background-size: contain;

    font-family: Quicksand;
    font-weight: bold;
    font-size: .22rem;
    line-height: .24rem;
    text-align: center;
    color: #F6E461;
}

.spu-tmccmb-12-gcoin-img {
    position: absolute;
    display: none;
    width: 1.05rem;
    height: .41rem;
    top: 0.9rem;
    left: auto;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: contain;
}

.spu-ga-avatar-unlocked .spu-tmccmb-img {
    border-radius: 11.67vw;
}

.spu-ug-game-unlocked .spu-tmccmb-img {
    width: 40.00vw;
    height: 45.00vw;
    border-radius: 2.22vw;
}

.spu-ug-game-ask-buy .spu-tmccmb-img {
    width: 40.00vw;
    height: 45.00vw;
    border-radius: 2.22vw;
}

.spu-tmccmb-title {
    margin-top: .16rem;

    font-weight: bold;
    font-size: .21rem;
    line-height: .24rem;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
}

.spu-tmccmb-description {
    margin-top: 3.33vw;
    min-height: 20.56vw;

    font-size: .18rem;
    line-height: .24rem;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
}

.spu-ga-avatar-unlocked .spu-tmccmb-description {
    margin-top: 8.88vw;
}

.spu-ug-game-unlocked .spu-tmccmb-description {
    min-height: 13.89vw;
}

.spu-ug-game-ask-buy .spu-tmccmb-description {
    min-height: 0;
}

.spu-ga-avatar-ask-buy {}

.spu-ga-avatar-ask-buy .spu-tmccmb-img {
    border-radius: 11.67vw;
}

.spu-ga-aab-mb-description {
    margin-top: 3.33vw;
    font-size: .18rem;
    line-height: .24rem;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
}

.spu-ga-aab-mb-price-container {
    padding: 0 .08rem;
    background: #1890FF;
    box-shadow: 0rem .02rem .01rem rgb(0 0 0 / 25%);
    border-radius: .08rem;
    margin: .12rem auto 0;
}

.spu-ga-aab-mb-price-container.disabled {
    background: #E3E3E3;
}

.spu-ga-aab-mb-pc-price {
    font-family: Quicksand;
    font-weight: bold;
    font-size: .12rem;
    line-height: .32rem;
    color: #E6F7FF;
}

.disabled .spu-ga-aab-mb-pc-price {
    color: #A3A3A3;
}

.disabled .spu-ga-aab-mb-pc-number {
    color: #A3A3A3;
}

.spu-ga-aab-mb-pc-number {
    font-family: Quicksand;
    font-weight: bold;
    font-size: .18rem;
    line-height: .32rem;
    color: #FFFFFF;
    margin-left: .08rem;
}

.spu-ga-aab-mb-pc-svg {
    width: 4.44vw;
    height: 4.44vw;
    background-image: url(../png/gcoin.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: -0.28vw 0 0 1.11vw;
}

.spu-ga-aab-mb-not-enount-gcoin {
    color: #FF1818;
    margin-top: .08rem;
}

.spu-tm-log-everyday .spu-mid-box-template {
    position: relative;
}

.spu-tmlemb-img {
    width: 23.33vw;
    height: 23.33vw;
    margin-top: 10.56vw;

    background-image: url(../png/gcoin-no-logo-grey.png);
    background-repeat: no-repeat;
    background-size: contain;
    font-family: Quicksand;
    font-weight: bold;
    font-size: .22rem;
    line-height: .24rem;
    text-align: center;
    color: #BCBCBC;
}

.spu-tmlemb-title {
    margin-top: 3.33vw;
    font-weight: bold;
    font-size: .21rem;
    line-height: .24rem;
    display: flex;
    align-items: center;
    text-align: center;
    color: #6E6E6E;
}

.spu-tmlemb-description {
    margin-top: 3.33vw;
    min-height: .48rem;
    font-size: .18rem;
    line-height: .24rem;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
}

.spu-tmlemb-12-gcoin-img {
    position: absolute;
    display: none;
    width: 1.05rem;
    height: .41rem;
    top: 0.9rem;
    left: auto;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: contain;
}

.spu-dqimb-img {
    width: 11.11vw;
    height: 15.56vw;
    margin-top: 8.89vw;

    background-image: url(../png/dq-illustration-incomplete.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.spu-dqimb-progress {
    margin-top: 2.22vw;
    padding: 0 2.22vw;

    background: #FFEBB9;
    border: 1px solid #FFEBB9;
    border-radius: 0 2.22vw;
    font-weight: bold;
    font-size: .10rem;
    line-height: .16rem;
    color: #553E04;
}

.spu-dqimb-title {
    margin-top: 5.55vw;

    font-size: .18rem;
    line-height: .24rem;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
}

.spu-dqimb-number {
    padding: 0 2.22vw;
    margin: 7.78vw 0;

    display: flex;
    align-items: center;

    background: #DADADA;
    box-shadow: 0px 2px 1px rgb(0 0 0 / 25%);
    border-radius: 2.22vw;
    font-family: Quicksand;
    font-weight: bold;
    font-size: .16rem;
    line-height: .32rem;
    text-align: right;
    color: #A3A3A3;
}

span.spu-dqimbn-icon {
    width: 4.44vw;
    height: 4.44vw;
    margin-left: 1.11vw;
    display: inline-block;
    background-image: url(../png/gcoin.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.spu-cimb-img {
    width: 28.89vw;
    height: 28.89vw;
    margin-top: 8.89vw;

    background-image: url(../png/chest-closed.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.spu-cimb-title {
    font-family: Quicksand;
    font-size: .18rem;
    line-height: .24rem;
    color: rgba(0, 0, 0, 0.87);
    text-align: center;
    font-weight: 500;
}

.spu-cimb-keys {
    margin-top: .08rem;
}

.spu-cimb-k-item {
    width: 6.66vw;
    height: 6.66vw;
    background-image: url(../png/key-uncollected.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.spu-cimb-k-item.yellow {
    background-image: url(../png/key-collected.png);
}

.spu-cimb-des {
    margin: .16rem .16rem .12rem;
    font-size: 14px;
    line-height: .20rem;

    text-align: center;

    color: rgba(0, 0, 0, 0.87);
}

/* spu-chest-claimed */
.spu-ccmb-img {
    width: 28.89vw;
    height: 28.89vw;
    margin-top: .08rem;
    background-image: url(../png/chest-open.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.spu-ccmb-title {
    margin-top: 6.66vw;

    display: flex;
    align-items: center;

    font-size: .18rem;
    line-height: .24rem;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
}

.spu-ccmb-number {
    margin-top: .08rem;

    display: flex;
    align-items: center;

    font-family: Quicksand;
    font-weight: bold;
    font-size: .16rem;
    line-height: .32rem;
    text-align: right;
    color: rgba(0, 0, 0, 0.87);
}

span.spu-ccmbn-icon {
    width: 4.44vw;
    height: 4.44vw;
    margin-left: 1.11vw;
    display: inline-block;
    background-image: url(../png/gcoin.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.spu-ccmb-warn {
    margin: .20rem 0 0;
    text-align: center;
    color: #FF1818;
}

/* spu-chest-claimed end */

.spu-dqcmb-img {
    width: 11.11vw;
    height: 15.56vw;
    margin-top: 8.89vw;
    background-image: url(../png/dq-illustration-claimed.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.spu-dqcmb-title {
    margin-top: 6.66vw;

    display: flex;
    align-items: center;

    font-size: .18rem;
    line-height: .24rem;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
}

.spu-dqcmb-number {
    margin-top: 3.89vw;

    display: flex;
    align-items: center;

    font-family: Quicksand;
    font-weight: bold;
    font-size: .16rem;
    line-height: .32rem;
    text-align: right;
    color: rgba(0, 0, 0, 0.87);
}

span.spu-dqcmbn-icon {
    width: 4.44vw;
    height: 4.44vw;
    margin-left: 1.11vw;
    display: inline-block;
    background-image: url(../png/gcoin.png);
    background-repeat: no-repeat;
    background-size: contain;
}

span.spu-dqcmbn-key-icon {
    width: 4.44vw;
    height: 4.44vw;
    margin-left: 1.11vw;
    display: inline-block;
    background-image: url(../png/key.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.spu-dqcmb-warn {
    margin: 9.99vw 0 3.33vw;
    text-align: center;
    color: #FF1818;
}

.spu-hnf-mid-box-img {
    width: 85.56vw;
    margin: 1.67vw;
}

.spu-hnf-mid-box-img img {
    width: 100%;
}

.spu-uggab-buy-btn {
    padding: 1.67vw 2.22vw;
    margin: 2.22vw 0;

    font-family: Quicksand;
    font-weight: bold;
    font-size: .18rem;
    line-height: .32rem;
    color: #ffffff;
    background: #b9596a;
    box-shadow: 0px 2px 1px rgb(0 0 0 / 25%);
    border-radius: 2.22vw;
}

.spu-uggabbb-svg {
    width: 4.44vw;
    height: 4.44vw;
    background-image: url(../png/gcoin.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: -0.28vw 0 0 1.11vw;
}

.spu-open-chrome {
    width: 100vw;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding-bottom: 0.1px;
    background: #FFFFFF;
}

.spu-oc-title {
    padding: 2.22vw 0;
    position: relative;
    background: #2196F3;
    color: #fff;
}

.spu-open-chrome .spu-close-btn-template {
    width: 4.44vw;
    height: 4.44vw;
    position: absolute;
    top: 3.33vw;
    right: 3.33vw;
}

.spu-close-btn-template svg {
    width: 100%;
    height: 100%;
}

.spu-oc-mid-box {
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 2.22vw;
    margin: 2.78vw 3.33vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.spu-oc-img {
    width: 39.44vw;
    height: 11.11vw;
    background-image: url(../png/globe-americas.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.spu-oc-description {
    margin-top: 3.33vw;

    text-align: center;
    color: rgba(0, 0, 0, 0.87);
}

.spu-oc-btn-2 {
    width: 82.22vw;
    height: 11.11vw;
    margin-top: 3.33vw;

    font-size: 14px;
    line-height: .24rem;

    background: #1890FF;
    box-shadow: 0px 2px 1px rgb(0 0 0 / 25%);
    border-radius: 2.22vw;
    color: #FFFFFF;
}

.spu-ocb2-img {
    width: 6.66vw;
    height: 6.66vw;
    background-image: url(../png/chrome_24.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.spu-sub2-text {
    margin-left: 1.11vw;
}

.spu-ua-register {
    background: #FFFFFF;
    font-size: 0;
}

.spu-ua-r-end-in {
    height: .7rem;
    text-align: center;
    color: #1A1A1A;
}

.spu-ua-r-ei-text {
    font-size: .12rem;
    line-height: .2rem;
    padding: .1rem 0 0;
}

.spu-ua-r-ei-timer {
    font-size: .17rem;
    line-height: .23rem;
}

.spu-ua-r-container {
    position: relative;
    height: 6.88rem;
    text-align: center;
    background: linear-gradient(153.43deg, #FFCE28 16.67%, #FF9A00 100%);
}

.spu-ua-r-c-background {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.spu-ua-r-c-icon {
    position: absolute;
    left: 1.64rem;
    top: -0.16rem;
    width: .32rem;
    height: .32rem;
}

.spu-ua-r-c-ludi {
    font-size: 14px;
    line-height: .2rem;
    color: #553E04;
    padding-top: 0.20rem;
}

.spu-ua-r-c-des {
    position: relative;
    font-weight: bold;
    font-size: .32rem;
    line-height: .38rem;
    color: #553E04;
}

.spu-ua-r-c-info-flex.df-jcc-aic {
    margin-top: .16rem;
}

.spu-ua-r-c-if-item {
    background: #FFFFFF;
    border-radius: 5.25798px;
    width: 1.46rem;
    height: .58rem;
    margin-left: .08rem;
    position: relative;
    filter: drop-shadow(0px 14.4429px 14.4429px rgba(50, 50, 71, 0.08)) drop-shadow(0px 21.6643px 28.8857px rgba(50, 50, 71, 0.08)) drop-shadow(0px 14.4429px 14.4429px rgba(50, 50, 71, 0.08));
}

.spu-ua-r-c-if-i-img {
    width: 0.5rem;
    height: auto;
}

.avatar .spu-ua-r-c-if-i-img {
    border-radius: 50%;
}

.spu-ua-r-c-if-i-text {
    font-weight: 500;
    font-size: .12rem;
    line-height: .16rem;
    color: #3F4042;
    max-width: .5rem;
    margin-left: .08rem;
    text-align: left;
}

.spu-ua-r-c-if-i-btn {
    font-size: .13rem;
    line-height: .13rem;
    position: absolute;
    right: 0;
    bottom: 0;
    width: .16rem;
    height: .16rem;
    background: #1890FF;
    color: #FCFCFC;
    border-radius: 0.052rem 0px .052rem;
}

.spu-ua-r-c-banner {
    position: relative;
    margin-top: .24rem;
}

.spu-ua-r-c-b-phone {
    background: #F3F5F7;
    box-shadow: .32rem .48rem .64rem rgba(62, 68, 128, 0.25), inset -1.61068px -8.05342px 16.1068px rgba(102, 131, 188, 0.25), inset 8.05342px 1.61068px 16.1068px #FFFFFF;
    border-radius: .33rem;
    width: 2.58rem;
    height: 4.03rem;
    position: absolute;
    top: 0rem;
    left: .51rem;
    z-index: 0;
}

.spu-ua-r-c-b-img {
    width: 2.53rem;
    height: 3.92rem;
    z-index: 1;
    position: relative;
    margin-top: .08rem;
    border-radius: .33rem;
}

.spu-ua-r-c-btn {
    position: absolute;
    left: 0;
    top: 4.47rem;
    z-index: 2;
}

.spu-ua-r-c-b-google {
    position: relative;
    z-index: 1;
}

.spu-ua-r-c-b-close {
    width: 2.58rem;
    height: 1.88rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -13.94%, #FFFFFF 64.41%);
    position: absolute;
    left: .51rem;
    top: -.56rem;
    border-radius: 0 0 .33rem .33rem;
}

.spu-ua-r-c-b-c-text {
    text-decoration-line: underline;
    font-size: .12rem;
    line-height: 14px;
    color: #818181;
    margin-top: .4rem;
}

.spu-ua-register-gcoin {
    width: 3.6rem;
    height: 4rem;
    box-sizing: border-box;
    background: #F8F8F8;
    border-radius: .16rem .16rem 0px 0px;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: .2rem .2rem 0;
    font-size: 0;
}

.spu-ua-rc-title {
    font-weight: bold;
    font-size: .2rem;
    line-height: .29rem;
    color: #1890FF;
    margin-top: .2rem;
}

.spu-ua-rc-des {
    font-size: 14px;
    line-height: .2rem;
    color: #141414;
    margin-top: .12rem;
}

.spu-ua-rc-suggestion {
    font-size: 14px;
    line-height: .20rem;
    font-weight: 500;
    color: #E2295F;
    margin-top: .12rem;
}

.spu-ua-rc-register {
    width: 3.2rem;
    height: .53rem;
    margin-top: .2rem;
    background: linear-gradient(301.76deg, #FFAE33 21.08%, #FFCF58 76.69%);
    border: .01rem solid #FFD493;
    box-sizing: border-box;
    border-radius: .12rem;
    font-size: .16rem;
    line-height: .19rem;
    font-weight: bold;
    color: #553E04;
}

.spu-ua-rc-close {
    position: absolute;
    right: .2rem;
    top: .2rem;
    font-size: 14px;
    line-height: .16rem;
}

.spu-ua-register-avatar {
    width: 3.6rem;
    height: 4.6rem;
    box-sizing: border-box;
    background: #F8F8F8;
    border-radius: .16rem .16rem 0px 0px;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: .2rem .2rem 0;
    font-size: 0;
}

.spu-ua-ra-icon {
    border-radius: 50%;
}

.spu-ua-ra-title {
    font-weight: bold;
    font-size: .2rem;
    line-height: .29rem;
    color: #1890FF;
    margin-top: .2rem;
}

.spu-ua-ra-des {
    font-size: 14px;
    line-height: .2rem;
    color: #141414;
    margin-top: .12rem;
}

.spu-ua-ra-suggestion {
    font-size: 14px;
    line-height: .20rem;
    font-weight: 500;
    color: #E2295F;
    margin-top: .12rem;
}

.spu-ua-ra-banner {
    margin: 0.2rem 0 0;
    width: 3.2rem;
}

.spu-ua-ra-register {
    width: 3.2rem;
    height: .53rem;
    margin-top: .2rem;
    background: linear-gradient(301.76deg, #FFAE33 21.08%, #FFCF58 76.69%);
    border: .01rem solid #FFD493;
    box-sizing: border-box;
    border-radius: .12rem;
    font-size: .16rem;
    line-height: .19rem;
    font-weight: bold;
    color: #553E04;
}

.spu-ua-ra-close {
    position: absolute;
    right: .2rem;
    top: .2rem;
    font-size: 14px;
    line-height: .16rem;
}

.spu-ua-register-later {
    width: 3.6rem;
    height: 4.4rem;
    box-sizing: border-box;
    background: #F8F8F8;
    border-radius: .16rem .16rem 0px 0px;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: .2rem .2rem 0;
    font-size: 0;
}

.spu-ua-rl-title {
    font-weight: bold;
    font-size: .2rem;
    line-height: .29rem;
    color: #1890FF;
}

.spu-ua-rl-des {
    font-size: 14px;
    line-height: .2rem;
    color: #141414;
    margin-top: .12rem;
}

.spu-ua-rl-reward {
    margin-top: .2rem;
}

.spu-ua-rl-r-gcoin {
    width: 1.32rem;
    height: 1.56rem;
    box-sizing: border-box;
    border-radius: .08rem;
    background: rgba(255, 255, 255, 0.98);
    filter: drop-shadow(0px .16rem .16rem rgba(50, 50, 71, 0.08)) drop-shadow(0px .24rem .32rem rgba(50, 50, 71, 0.08));
}

.spu-ua-rl-r-img {
    height: .86rem;
    width: auto;
    display: block;
    margin: .12rem auto 0;
}

.spu-ua-rl-r-text {
    font-weight: 500;
    font-size: 14px;
    line-height: .20rem;
    margin-top: .12rem;
    color: #2C343B;
    text-align: center;
}

.spu-ua-rl-r-avatar {
    width: 1.32rem;
    height: 1.56rem;
    margin-left: .10rem;
    box-sizing: border-box;
    border-radius: .08rem;
    background: rgba(255, 255, 255, 0.98);
    filter: drop-shadow(0px .16rem .16rem rgba(50, 50, 71, 0.08)) drop-shadow(0px .24rem .32rem rgba(50, 50, 71, 0.08));
}

.spu-ua-rl-r-a-img {
    height: .86rem;
    width: auto;
    display: block;
    margin: .12rem auto 0;
    border-radius: 50%;
}

.spu-ua-rl-register {
    width: 3.2rem;
    height: .53rem;
    margin-top: .2rem;
    background: linear-gradient(301.76deg, #FFAE33 21.08%, #FFCF58 76.69%);
    border: .01rem solid #FFD493;
    box-sizing: border-box;
    border-radius: .12rem;
    font-size: .16rem;
    line-height: .19rem;
    font-weight: bold;
    color: #553E04;
}

.spu-ua-rl-cancel {
    font-weight: 500;
    font-size: 14px;
    line-height: .16rem;
    margin-top: .20rem;
    text-align: center;
    color: #1A1A1A000;
}

/* stack pop up end */

/* Lazy loade CSS */

.loader-wait-container {
    position: relative;
    display: none;
    padding: 5px;
}

.loader-wait-anim {
    top: 50%;
    left: 50%;
    margin-left: -22px;
    position: relative;
    background-image: url("data:image/gif;base64,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") no-repeat;
    width: 25px;
    height: 25px;
}

/* footer */
.seo-en-footer-container {
    width: 3.44rem;
    margin: .08rem;
    padding: .16rem;
    background: #FCFCFC;
    border: .01rem solid #F3F3F3;
    box-sizing: border-box;
    box-shadow: 0rem .02rem .01rem rgb(0 0 0 / 25%);
    border-radius: .08rem;
}

.sefc-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: .12rem;
}

.sefc-t-svg {
    width: .20rem;
    height: .20rem;
    background-image: url(../png/ludigames_logo_192-8.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.sefc-t-text {
    font-family: Quicksand;
    font-weight: bold;
    font-size: .12rem;
    line-height: .20rem;
    color: #1890FF;
    margin-left: .08rem;
}

.sefc-brief {
    font-family: Quicksand;
    font-weight: bold;
    font-size: .16rem;
    line-height: .24rem;
    color: #141414;
}

.sefc-description {
    font-weight: normal;
    font-size: 14px;
    line-height: .20rem;
    color: #666666;
}

.browse-category-container {
    margin-top: .40rem;
}

.f-title {
    font-family: Quicksand;
    font-weight: bold;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    margin: 0 0 3.33vw;
}

/*** footer-6-category */
.footer-6-category {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-6-category .f6c-box {
    height: 8.88vw;
    padding: 0 2.22vw 0;
    margin: 0 1.11vw 2.22vw;
    display: flex;
    align-items: center;

    background: #F1FBFF;
    border-radius: 4.44vw;
}

.f6c-box-icon {
    width: 4.44vw;
    height: 4.44vw;
    margin-right: 2.22vw;
}

.f6c-box-icon svg {
    width: 100%;
    height: auto;
}

.f6c-box-title {
    font-weight: 500;
    text-align: center;
    color: #006ACC;
}

/*** footer-6-category end*/
/*** footer-lines end*/
.footer-lines {
    margin-top: 4.44vw;
    font-size: 0;
    text-align: center;
}

.fl-title {
    font-family: Quicksand;
    font-weight: bold;
    text-align: center;
    color: #262626;
}

.fl-copy-right {
    text-align: center;
    color: #8c8c8c;
}

.fl-policy {
    font-size: .10rem;
    line-height: .16rem;
    text-align: center;
    text-decoration-line: underline;
    color: #8c8c8c;
}

.fl-warning {
    font-size: .08rem;
    line-height: .12rem;
    text-align: center;
    color: #8c8c8c;
}

.fl-buttons {
    margin-top: 2.22vw;
}

.flb-icon {
    margin: 0 2.22vw 0;
}

/*** footer-lines end */
/* footer end */

/* Section Heading uck modify */

.section-heading {
    display: flex;
}

.sh-category-label {
    font-family: Quicksand;
    font-weight: normal;

    color: #595959;
    margin-left: 8px;
    flex: 230;
}

.sh-more-games {
    flex: 32;
}

.sh-more-games-box {
    font-weight: bold;
    text-align: center;
    color: #e6f7ff;
    background: #b9596a;
    border-radius: 100px;
}

.section-heading .sh-view-all {
    flex: 82;
    margin-right: 8px;

    display: flex;
    justify-content: flex-end;
    align-items: center;

    font-family: Open Sans;
    font-weight: bold;
    /* text-align: right; */
    color: #595959;
}

.sh-svg-arrow {
    margin-left: 2.22vw;
}

/* More Link */

.more-link {
    outline: none;
    margin-top: 5px;
    cursor: pointer;
    text-decoration: underline;
    text-align: center;
}

.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.game_desc {
    overflow: hidden;
}

/* Carousel CSS (Swiper) */

.s0 {
    margin: 0 auto;
}

/* Added styling ( */

.plate-shape-1 {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Sections */

.basic-section {
    background: #ffffff;
    padding: 5px;
}

.basic-section a {
    display: block;
}

.promote-plate {
    width: 95%;
    background: #ffffff;
    margin: 0 auto;
}

.promote-plate>div {
    padding: 15px;
}

.promote-option .button {
    width: auto !important;
    padding: 5px !important;
}

/* Plate Wrappers */

.nf-plate-wrapper {
    width: 95%;
    margin: 0 auto;
}

.nf-plate-wrapper>div {
    padding: 10px;
}

.sub-plate {
    background: #ffffff;
}

.inline-center {
    text-align: center;
}

.heavy {
    font-weight: bold;
}

.logo-image {
    width: auto !important;
    height: 17px;
    padding-top: 7px;
    padding-right: 5px;
}

.small_center_text {
    font-size: 75%;
    text-align: center;
    width: 100%;
}

.medium_center_text {
    font-size: 87%;
    text-align: center;
    width: 100%;
}

.normal_center_text {
    font-size: 100%;
    text-align: center;
    width: 100%;
}

.normal_center_text a {
    text-decoration: underline !important;
}

.big_link {
    font-weight: bold;
    text-decoration: underline !important;
}

/*************************** TRIANGLE PLAY BUTTON ***************************/

/*container for triangle button used on the banners*/

/* the banner triangle */

/* If you want to use the triangle as a link to different location than the banner location, use triangle_css3, of course, there are small issues with IE browser.*/

.triangle {
    /*triangle*/
    width: 0 !important;
    height: 0 !important;
    border-style: solid;
    border-width: 0 0 20px 30px;
    border-color: transparent transparent #47d147 transparent;
    height: 100%;
    line-height: 0px;
    /*triangle form for IE*/
    _border-color: #1A1A1A000 #1A1A1A000 #47d147 #1A1A1A000;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#1A1A1A000');
    /*position*/
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
    /*web layout*/
    cursor: pointer;
}

/* the banner triangle, compatible with most browsers except IE versions older than 9 */

.triangle_css3 {
    /*triangle*/
    background: none repeat scroll 0 0 #47d147;
    height: 50%;
    width: 40%;
    -ms-transform: rotate(-30deg);
    /* IE 9 */
    -ms-transform-origin: 100% 0 0;
    /* IE 9 */
    -webkit-transform: rotate(-30deg);
    /* Chrome, Safari, Opera */
    -webkit-transform-origin: 100% 0 0;
    /* Chrome, Safari, Opera */
    transform: rotate(-30deg);
    /* general case */
    transform-origin: 100% 0 0;
    /* general case */
    /*position*/
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
    /*web layout*/
    cursor: pointer;
}

.triangle_link {
    /*position*/
    position: absolute;
    font-weight: bold;
    bottom: 2px;
    right: 3px;
    color: #ffffff !important;
    display: block !important;
    /* used to increase the clickable area */
    white-space: nowrap;
    font-size: 100%;
    text-align: right;
    z-index: 150;
    text-shadow: 1px 2px 3px #666;
    width: auto;
    height: auto;
}

@media screen and (max-width: 300px) {
    .triangle_link {
        bottom: 1px;
        right: 1px;
    }
}

.special_section {
    width: 100% !important;
    text-align: center !important;
    color: #ffffff !important;
    font-size: 75% !important;
    background-color: rgba(0, 0, 0, 0.5);
}

.poster_center {
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 100%;
    max-width: 450px;
}

.optin {
    height: 20px;
    width: 20px;
}

.optin_text {
    font-size: 110%;
    vertical-align: middle;
}

/* Pagination */

.pagination {
    position: relative;
    background-color: #ffffff;
    border-top: 1px solid #d1d1d3;
    border-bottom: 1px solid #d1d1d3;
    border-left: 0px;
    border-right: 0px;
    border-width: 0px !important;
    font-size: .16rem;
    text-align: center;
    color: #144877 !important;
    display: inline-block;
    padding: 17px !important;
    vertical-align: middle;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    font-weight: bold;
}

.pagination_active {
    background-color: #eeeeee;
    border-top-color: #eeeeee;
}

.pagination_container {
    text-align: center;
    background: #ffffff;
    margin-top: 7px;
    margin-bottom: 7px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.pagination-separator {
    width: 1px;
    background: #d1d1d3;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 17px !important;
    padding-bottom: 17px !important;
    margin: 0px;
    border: 0px;
}

.pagination-window {
    display: inline-block;
    position: relative;
}

.paginator-slider {
    display: inline-block;
}

.pagination-nav-right {
    border: 0px !important;
    border-right: 1px solid #d1d1d3 !important;
}

.pagination-nav-left {
    border: 0px !important;
    border-left: 1px solid #d1d1d3 !important;
}

.pagination-nav-inactive {
    color: #cccccc !important;
}

.intex_logo {
    width: auto !important;
    height: 17px;
    padding-top: 7px;
    padding-right: 5px;
}

.middleText {
    text-align: center;
    position: absolute;
    top: 30%;
    font-size: 1.5em;
    font-weight: bold;
    margin: 10px;
}

/* top-grid-container */
.top-grid-container {
    margin-top: .40rem;
}

.grid-4-game-item {
    width: 22.22vw;
    margin-left: 2.22vw;
}

.tgc-title {
    font-family: Quicksand;
    font-size: .20rem;
    line-height: .24rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.87);
    margin-top: 2.22vw;
}

.tgc-game-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: .24rem;
    margin-bottom: 2.22vw;
}

.g4-gi-banner {
    position: relative;
}

.g4-gi-banner img {
    width: 100%;
    height: auto;
    border-radius: 1.11vw;
}

.g4-gi-banner .like-game-template {
    top: 1.11vw;
    right: 1.11vw;
}

.g4-gi-title {
    color: #1A1A1A000;
    margin-top: 2.22vw;
}

/* top-grid-container end */

/* mid-grid-container */
.mgc-title {
    font-family: Quicksand;
    font-weight: bold;
    font-size: .20rem;
    line-height: .24rem;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
}

.mgc-game-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: .24rem;
}

.grid-3-game-item {
    width: 28.89vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4.44vw;
}

.grid-3-game-item:nth-child(n + 10) {
    display: none;
}

.g3-gi-banner {
    position: relative;
}

.g3-gi-banner img {
    width: 100%;
    height: auto;
    border-radius: 4.44vw;
}

.g3-gi-banner .like-game-template {
    top: 1.11vw;
    right: 1.11vw;
}

.g3-gi-title {
    margin-top: 3.33vw;

    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
}

.g3-gi-n-play {
    margin-top: 0.83vw;

    font-size: .10rem;
    line-height: .12rem;
    color: #6E6E6E;
}

.grid-3-load-more {
    width: 80vw;
    height: 16.11vw;
    margin: auto;
    border: 2px solid #1890FF;
    box-sizing: border-box;
    border-radius: 3vw;
    font-family: Quicksand;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    color: #1890FF;
    font-size: .18rem;
}

/* mid-grid-container end*/

/* carousel-container */
.carousel-container {
    width: 100%;
    margin-top: .40rem;
}

.cc-title {
    font-family: Quicksand;
    font-weight: bold;
    font-size: .20rem;
    line-height: .24rem;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
}

.cc-game-items {
    display: flex;
    margin-top: .24rem;
    overflow-x: auto;
}

.carousel-game-item {
    margin-left: 2.22vw;
}

.carousel-game-item:nth-child(n + 10) {
    display: none;
}

.c-gi-banner {
    position: relative;
    width: 41.67vw;
}

.c-gi-banner a img {
    width: 100%;
    height: auto;
    border-radius: 2.22vw;
}

.c-gi-banner .like-game-template {
    top: 1.11vw;
    right: 1.11vw;
}

.cc-gi-load-more {
    margin-left: 2.22vw;
    background: #22A9FE;
    border-radius: 2.22vw;
}

.cc-gilm-svg {
    display: flex;
    margin-top: 19.44vw;
    justify-content: center;
}

.cc-gilm-text {
    width: 41.67vw;
    margin-top: 5.00vw;

    display: flex;
    justify-content: center;

    font-family: Quicksand;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
}

/* carousel-container end */

/* create-account-container */
.create-account-container.pass-if .siufpu-input-template.password {
    border: 1px solid #FF1818;
}

.create-account-container.pass-if .siufpu-input-template.confirm-password {
    border: 1px solid #FF1818;
}

.create-account-container {
    margin-top: 3.33vw;
    padding-top: 3.33vw;
    padding-bottom: 1px;
    background: #F5F5F5;
}

.cac-title {
    font-family: Quicksand;
    font-weight: bold;
    font-size: .18rem;
    line-height: .24rem;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
}

.cac-text-1 {
    width: 86.67vw;
    margin: 1.67vw auto 3.33vw;

    font-family: Quicksand;
    font-weight: 500;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
}

.create-account-container.email-if .siufpu-input-template.email {
    border: 1px solid #FF1818;
}

.cac-email-invalid {
    display: none;
    color: #FF1818;
    margin: 3px 0 0 8.88vw;
}

.create-account-container.email-if .cac-email-invalid {
    display: block;
}

.siufpu-email-exits {
    display: none;
}

.create-account-container.user-exits .siufpu-email-exits {
    display: inline;
}

.create-account-container.user-exits .siufpu-email-exits.action {
    margin-left: 2.8px;
    color: #1890FF;
}

.cac-pass-not-match {
    display: none;
    margin: 3px 0 0 8.88vw;
}

.create-account-container.pass-not-match .cac-pass-not-match {
    display: block;
    color: #FF1818;
}

.cac-password-description {
    display: none;
    margin: 3px 0 0 8.88vw;
}

.create-account-container.pass-if .cac-password-description {
    display: block;
    color: #FF1818;
}

.create-account-container .siufpu-ca-age-pop-up {
    position: fixed;
}

/* create-account-container end */

/*************************** ./category ***************************/
.csh-h1 {
    font-family: Quicksand;
    font-weight: bold;
    text-align: center;
    color: #1890FF;
}

.csh-h2 {
    margin: .02rem .08rem;

    font-family: Quicksand;
    font-weight: bold;
    font-size: 14px;
    line-height: .20rem;
    text-align: center;
    color: #141414;
}

.csh-des {
    font-size: 14px;
    line-height: .20rem;
    color: #666666;
    margin: .08rem;
    text-align: center;
}

.csh-des-more {
    font-size: 14px;
    line-height: .20rem;
    color: #1890FF;
    margin: .08rem;
}

.csh-label {
    font-family: Quicksand;
    font-weight: 700;
    text-align: center;
    color: #1A1A1A000;
}

/* category-game-grid-nx2 */
.category-game-grid-nx2 {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.cggnx2-box {
    float: left;
    width: 46.67vw;
    margin-left: 2.22vw;
    margin-bottom: 2.22vw;
    color: #312f2f;
    background: #ffffff;
    border-radius: 1.11vw;
}

.cggnx2-box:nth-child(n + 25) {
    display: none;
}

.cggnx2-top {
    position: relative;
}

.cggnx2-top .like-game-template {
    top: 2.22vw;
    right: 2.22vw;
}

.cggnx2-top img {
    width: 100%;
    height: auto;
    border-radius: 2.22vw;
}

.cggnx2-bot {
    width: 100%;
    height: 15.56vw;
    box-sizing: border-box;

    /* display: flex; */
    display: none;
    justify-content: center;
    align-items: center;

    background: #ffffff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.24);
    border-radius: 1.11vw;
}

.cggnx2-title-n-play {
    width: 25vw;
    height: 8.88vw;
    margin-right: 2.22vw;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cggnx2-title {
    width: 100%;

    font-weight: 500;
    font-size: 3.89vw;
    line-height: 4.44vw;

    color: #1A1A1A000;
}

.cggnx2-n-play {
    width: 100%;
    margin-top: 1.11vw;

    font-size: 2.78vw;
    line-height: 3.33vw;

    color: #595959;
}

.cggnx2-play-box {
    width: 13.33vw;
    height: 8.88vw;

    font-family: Quicksand;
    font-weight: bold;
    font-size: 3.33vw;
    line-height: 8.88vw;


    color: #ffffff;

    background: #b9596a;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.25);
    border-radius: 2.22vw;
}

/* category-game-grid-nx2 end*/

/* game-category-nx3 */
.game-category-nx3 {
    padding: 0 3.33vw 0;

    display: flex;
    flex-flow: row wrap;
}

a.gcnx3-box {
    width: 28.89vw;
    height: 28.89vw;
    margin: 1.11vw;

    display: flex;
    flex-flow: column;
    align-items: center;

    background: #ffffff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.24);
    border-radius: 2px;
}

.gcnx3-box-icon {
    width: 8.88vw;
    height: 8.88vw;
    margin-top: 3.33vw;
}

.gcnx3-box-title {
    font-weight: 500;
    display: flex;
    align-items: center;
    text-align: center;
    color: #262626;
    margin-top: 3.33vw;
}

.gcnx3-box-n-games {
    font-family: Quicksand;
    font-weight: bold;
    font-size: .10rem;
    line-height: .12rem;
    display: flex;
    align-items: center;
    text-align: center;

    color: #595959;
}

/* game-category-nx3 end*/
/*************************** ./category end***************************/




@media print {
    * {
        background: transparent !important;
        color: #1A1A1A !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

h1 {
    font-size: 2em
}

h2 {
    font-size: 1.5em
}

h3 {
    font-size: 1.17em
}

h4 {
    font-size: 1em
}

h5 {
    font-size: 0.83em
}

h6 {
    font-size: 0.67em
}

.par p,
.po-co-form p {
    padding: 10px 0px
}

.par2 p {
    padding: 5px 0px
}

.bp-center {
    text-align: center
}

.bp-left {
    text-align: left
}

.bp-right {
    text-align: right
}

.bp-justify {
    text-align: justify
}

.bp-tt {
    text-transform: uppercase
}

.par-small,
.po-co-form p {
    font-size: 12px
}

.par-medium,
.po-co-form,
.po-co-form .dontShow,
.b-f-c-hover .item .b-f-item-capt,
.b-f-c-hover .item .b-f-item-capt p {
    font-size: 14px
}

@media all and (max-width: 640px) {

    .par-medium,
    .po-co-form,
    .po-co-form .dontShow,
    .b-f-c-hover .item .b-f-item-capt,
    .b-f-c-hover .item .b-f-item-capt p {
        font-size: 12px
    }
}

.par-large,
.gi-li-capt h4 {
    font-size: 16px
}

@media all and (max-width: 640px) {

    .par-large,
    .gi-li-capt h4 {
        font-size: 13px
    }
}

.par-xlarge,
.h-b-btn,
.po-co-form h3 span,
.cr-col h4,
.co-ru-pagination,
.gl-co-head h4,
.gl-co-capt h4 {
    font-size: 18px
}

@media all and (max-width: 640px) {

    .par-xlarge,
    .h-b-btn,
    .po-co-form h3 span,
    .cr-col h4,
    .co-ru-pagination,
    .gl-co-head h4,
    .gl-co-capt h4 {
        font-size: 14px
    }
}

.par-xxlarge,
.black-friday-topbanner .b-f-t-text p {
    font-size: 20px
}

@media all and (max-width: 640px) {

    .par-xxlarge,
    .black-friday-topbanner .b-f-t-text p {
        font-size: 16px
    }
}

.par-big,
.po-co-form h3,
.b-f-c-hover .item .b-f-item-capt h2 {
    font-size: 25px
}

@media all and (max-width: 640px) {

    .par-big,
    .po-co-form h3,
    .b-f-c-hover .item .b-f-item-capt h2 {
        font-size: 20px
    }
}

body:before,
body:after {
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out
}

.pace {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.pace.v2 {
    z-index: 999
}

.pace-inactive {
    opacity: 0;
    filter: alpha(opacity=0)
}

.pace .pace-progress {
    z-index: 2000;
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
    background: rgba(0, 191, 243, 0.8)
}

@font-face {
    font-family: 'Gameloft Icons';
    src: url("../eot/gamelofticons.eot");
    src: url("../eot/gamelofticons.eot") format("embedded-opentype"), url("../ttf/gamelofticons.ttf") format("truetype"), url("../woff/gamelofticons.woff") format("woff"), url("../svg/gamelofticons.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'Gameloft Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-misc_forum_2:before {
    content: "\e93f"
}

.icon-sns_snapchat_2:before {
    content: "\e93c"
}

.icon-sns_snapchat_1:before {
    content: "\e93d"
}

.icon-sns_instagram_12:before {
    content: "\e93e"
}

.icon-arrow_6_down:before {
    content: "\e938"
}

.icon-arrow_6_up:before {
    content: "\e939"
}

.icon-arrow_6_left:before {
    content: "\e93a"
}

.icon-arrow_6_right:before {
    content: "\e93b"
}

.icon-Notification_Neutral_Icon:before {
    content: "\e900"
}

.icon-Notification_Positive_Icon:before {
    content: "\e901"
}

.icon-Notification_Negative_Icon:before {
    content: "\e902"
}

.icon-Notification_General_Icon:before {
    content: "\e903"
}

.icon-sns_blogger:before {
    content: "\e904"
}

.icon-sns_instagram_1:before {
    content: "\e905"
}

.icon-sns_weibo_1:before {
    content: "\e906"
}

.icon-misc_forum:before {
    content: "\e907"
}

.icon-misc_sns:before {
    content: "\e908"
}

.icon-magnifying_glass_2:before {
    content: "\e909"
}

.icon-gameloft_logo_2_line:before {
    content: "\e90a"
}

.icon-gameloft_logo_2_letter:before {
    content: "\e90b"
}

.icon-arrow_5_left:before {
    content: "\e90c"
}

.icon-arrow_5_up:before {
    content: "\e90d"
}

.icon-arrow_5_right:before {
    content: "\e90e"
}

.icon-arrow_5_down:before {
    content: "\e90f"
}

.icon-arrow_4_left:before {
    content: "\e910"
}

.icon-arrow_4_up:before {
    content: "\e911"
}

.icon-arrow_4_right:before {
    content: "\e912"
}

.icon-arrow_4_down:before {
    content: "\e913"
}

.icon-copyright:before {
    content: "\e914"
}

.icon-check:before {
    content: "\e915"
}

.icon-arrow_3_down:before {
    content: "\e916"
}

.icon-arrow_3_left:before {
    content: "\e917"
}

.icon-arrow_3_up:before {
    content: "\e918"
}

.icon-arrow_3_right:before {
    content: "\e919"
}

.icon-sns_googleplus_1:before {
    content: "\e91a"
}

.icon-sns_linkedin_2:before {
    content: "\e91b"
}

.icon-close_btn:before {
    content: "\e91c"
}

.icon-sns_vine_2:before {
    content: "\e91d"
}

.icon-sns_vine_1:before {
    content: "\e91e"
}

.icon-sns_tumblr_2:before {
    content: "\e91f"
}

.icon-sns_tumblr_1:before {
    content: "\e920"
}

.icon-sns_pinterest_1:before {
    content: "\e921"
}

.icon-sns_linkedin_3:before {
    content: "\e922"
}

.icon-sns_linkedin_1:before {
    content: "\e923"
}

.icon-arrow_1_left:before {
    content: "\e924"
}

.icon-misc_subscribe:before {
    content: "\e925"
}

.icon-sns_youtube_2:before {
    content: "\e926"
}

.icon-sns_youtube_1:before {
    content: "\e927"
}

.icon-sns_twitter_1:before {
    content: "\e928"
}

.icon-sns_twitch_2:before {
    content: "\e929"
}

.icon-sns_twitch_1:before {
    content: "\e92a"
}

.icon-sns_facebook_2:before {
    content: "\e92b"
}

.icon-sns_facebook_1:before {
    content: "\e92c"
}

.icon-play_btn:before {
    content: "\e92d"
}

.icon-magnifying_glass_1:before {
    content: "\e92e"
}

.icon-gameloft_logo_1_line:before {
    content: "\e92f"
}

.icon-gameloft_logo_1_letter:before {
    content: "\e930"
}

.icon-arrow_2_up:before {
    content: "\e931"
}

.icon-arrow_2_right:before {
    content: "\e932"
}

.icon-arrow_2_left:before {
    content: "\e933"
}

.icon-arrow_2_down:before {
    content: "\e934"
}

.icon-arrow_1_up:before {
    content: "\e935"
}

.icon-arrow_1_right:before {
    content: "\e936"
}

.icon-arrow_1_down:before {
    content: "\e937"
}

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides>li:first-child {
    display: block
}

.flexslider {
    position: relative;
    zoom: 1
}

.flexslider .slides {
    zoom: 1
}

.flexslider .slides img {
    height: auto
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.flex-direction-nav a:before {
    font-size: 30px;
    display: inline-block
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 20px
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 20px
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #1A1A1A
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    z-index: 100;
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.flex-control-paging li a {
    opacity: 0.2;
    width: 8px;
    height: 8px;
    display: block;
    background: #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.flex-control-paging li a:hover {
    opacity: 1
}

.flex-control-paging li a.flex-active {
    opacity: 1;
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-inner,
.fancybox-outer,
.fancybox-skin {
    position: relative
}

.fancybox-skin {
    text-shadow: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px
}

.fancybox-opened {
    z-index: 9999999
}

.fancybox-inner {
    overflow: visible !important;
    height: auto
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%;
    border: 6px solid #fff !important;
    border-radius: 5px;
    box-sizing: border-box
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

.fancybox-close,
.fancybox-nav,
.fancybox-nav span {
    cursor: pointer;
    z-index: 8040;
    position: absolute
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../gif/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    top: -25px;
    right: -25px;
    margin: 0;
    color: #fff
}

.fancybox-close:before {
    content: '\e91c';
    display: inline-block;
    font-family: 'Gameloft Icons';
    font-size: 18px
}

.fancybox-nav {
    top: 50%;
    text-decoration: none
}

.fancybox-prev {
    left: -50px;
    border-radius: 0 10px 10px 0
}

.fancybox-next {
    right: -20px;
    border-radius: 10px 0 0 10px
}

.fancybox-nav span {
    margin-top: -18px;
    display: inline-block;
    font-family: 'Gameloft Icons';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 46px;
    text-align: center
}

.fancybox-prev span:before {
    width: 50px;
    height: 50px;
    content: '\e924';
    color: #fff
}

.fancybox-next span:before {
    width: 50px;
    height: 50px;
    content: '\e936';
    color: #fff
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-margin {
    margin: 0 !important
}

.fancybox-lock {
    width: auto
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    width: 100% !important;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.5)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    left: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto
}

.fancybox-title {
    visibility: hidden;
    font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 27px;
    z-index: 8050;
    text-align: center;
    color: #fff;
    font-family: fontin
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #1A1A1A;
    background: rgba(0, 0, 0, 0.8)
}

@font-face {
    font-family: 'fontello';
    src: url("../fontellofd79.html?86445939");
    src: url("../eot/fontello.eot") format("embedded-opentype"), url("../woff2/fontello.woff2") format("woff2"), url("../woff/fontello.woff") format("woff"), url("../ttf/fontello.ttf") format("truetype"), url("../svg/fontello.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icons-"]:before,
[class*=" icons-"]:before {
    font-family: "fontello" !important;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icons-wechat:before,
.icon-sns_wechat:before {
    content: '\f1d7'
}

.icons-youku:before,
.icon-sns_youku:before {
    content: '\f324'
}

.icon-sns_wechat {
    font-family: "fontello" !important
}

.icon-sns_youku {
    font-family: "fontello" !important
}

html,
body {
    height: 100%;
    min-height: 100%
}

html {
    position: relative;
    width: 100%;
    overflow-x: hidden
}

.hide {
    position: relative
}

.ease,
.he-co-search,
.ga-la-main,
.ga-se-close,
.ho-ga-banner .main,
.game-de-slider a.fancybox-media[data-fancybox-type="iframe"]:before,
.game-de-slider a.fancybox-media[data-fancybox-type="iframe"]:after,
.game-de-slider .owl-nav:before,
.game-de-slider .owl-nav div,
.dhc-gacha .gl-legal-content .title-bg,
a,
input[type="submit"],
button {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.loader {
    position: relative;
    overflow: hidden;
    background: #fff url("../gif/loading.gif") no-repeat center
}

.auto {
    max-width: 1145px;
    margin: 0 auto
}

.auto.med {
    max-width: 1300px
}

#main-container {
    height: 100%;
    height: auto !important;
    min-height: 100%
}

header {
    z-index: 110;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

header.v2,
header.inner {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2)
}

header.v2 .logo img.white,
header.inner .logo img.white {
    display: none
}

header.v2 .logo img.black,
header.inner .logo img.black {
    display: block
}

header.v2 .menu li a,
header.inner .menu li a {
    color: #878a8f
}

header.v2 .menu li a:hover,
header.inner .menu li a:hover {
    color: #00bff3
}

header.v2 .he-co-search,
header.inner .he-co-search {
    color: #878a8f
}

header.v2 .he-co-search:hover,
header.inner .he-co-search:hover {
    color: #00bff3
}

.header-content {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.header-content .auto {
    max-width: 1145px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.logo {
    font-size: 30px
}

.logo img {
    display: block
}

.logo img.black {
    display: none
}

.he-co-right {
    position: relative;
    color: #fff
}

.menu {
    font-size: 16px;
    font-weight: bold
}

.menu li {
    display: inline-block;
    vertical-align: top;
    padding: 0px 25px
}

.menu li a {
    color: #fff
}

.menu li a:hover {
    color: #00bff3
}

.he-co-search {
    position: relative;
    top: 1px;
    margin-left: 20px;
    font-size: 22px;
    cursor: pointer
}

.he-co-search:hover {
    color: #00bff3
}

.fl {
    float: left
}

.fr {
    float: right
}

.clr,
.ho-ne-list li:after,
.glc-ta-list li.set:after {
    float: none;
    clear: both
}

.bp-set {
    display: inline-block;
    *display: inline
}

.bp-set.vm {
    vertical-align: middle
}

.bp-set.vt {
    vertical-align: top
}

.bp-set.vb {
    vertical-align: bottom
}

.bp-box,
.auto,
.f-t-version,
.f-t-links,
.ga-la-main,
.ga-la-select,
.custom-select-wrapper,
.custom-select-wrapper .custom-select-display,
.custom-select-wrapper select,
.ga-search-content.main,
.ga-se-main,
.ga-se-result li,
.ho-ba-video,
.ho-ba-capt,
.h-b-btn,
.ho-vi-set,
.ho-vi-desc,
.h-n-c-main,
.h-g-thumb .g-c-capt h1,
.ho-ga-capt,
.ho-ca-img,
.ho-ca-desc,
.ho-so-list li,
.po-co-form li .field,
.p-c-input,
.p-c-btn,
.sns-list li a,
.ga-co-filter li,
.ga-co-list .item,
.g-c-capt,
.g-c-bottom,
.gc-re-co,
.ga-de-capt,
.g-sl-block,
.co-ru-list li,
.cr-col,
.glc-ta-col,
.gl-cookie,
.gl-co-capt,
.b-f-c-hover,
.b-f-c-hover .item .b-f-item-capt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.bp-rel {
    position: relative
}

.bp-ab {
    position: absolute
}

.co-white {
    color: #fff
}

.co-ash {
    color: #878a8f
}

.co-gray {
    color: #222
}

.bp-img img,
.h-b-logo img,
.ga-de-badges img,
.ga-img img {
    max-width: 100%;
    height: auto
}

.bp-img.wide img,
.wide.h-b-logo img,
.wide.ga-de-badges img,
.gl-li-img img,
.ga-img.wide img {
    width: 100%
}

.bp-circle,
.game-de-slider .owl-nav:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.bp-curve {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.mobile-input,
.p-c-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    box-shadow: none
}

.pad-edge {
    padding-left: 15px;
    padding-right: 15px
}

.pt1 {
    padding-top: 10px
}

.pt2 {
    padding-top: 20px
}

.pt3 {
    padding-top: 30px
}

.pt4 {
    padding-top: 40px
}

.pt5 {
    padding-top: 50px
}

.pb1 {
    padding-bottom: 10px
}

.pb2 {
    padding-bottom: 20px
}

.pb3 {
    padding-bottom: 30px
}

.pb4 {
    padding-bottom: 40px
}

.pb5 {
    padding-bottom: 50px
}

.mt1 {
    margin-top: 10px
}

.mt2 {
    margin-top: 20px
}

.mt3 {
    margin-top: 30px
}

.mt4 {
    margin-top: 40px
}

.mt5 {
    margin-top: 50px
}

.mb1 {
    margin-bottom: 10px
}

.mb2 {
    margin-bottom: 20px
}

.mb3 {
    margin-bottom: 30px
}

.mb4 {
    margin-bottom: 40px
}

.mb5 {
    margin-bottom: 50px
}

.ga-preloader,
.ga-preloader:before,
.ga-preloader:after {
    position: relative;
    top: -25px;
    margin: 0 auto;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: load7 1.5s infinite ease-in-out;
    -moz-animation: load7 1.5s infinite ease-in-out;
    -ms-animation: load7 1.5s infinite ease-in-out;
    -o-animation: load7 1.5s infinite ease-in-out;
    animation: load7 1.5s infinite ease-in-out;
    -webkit-animation-delay: -0.16s;
    -moz-animation-delay: -0.16s;
    -ms-animation-delay: -0.16s;
    -o-animation-delay: -0.16s;
    animation-delay: -0.16s
}

.ga-preloader:before,
.ga-preloader:after {
    content: '';
    position: absolute;
    top: 0
}

.ga-preloader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    -moz-animation-delay: -0.32s;
    -ms-animation-delay: -0.32s;
    -o-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.ga-preloader:after {
    left: 3.5em
}

@-webkit-keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #d2d4d3
    }

    40% {
        box-shadow: 0 2.5em 0 0 #3f4545
    }
}

@-moz-keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #d2d4d3
    }

    40% {
        box-shadow: 0 2.5em 0 0 #3f4545
    }
}

@-ms-keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #d2d4d3
    }

    40% {
        box-shadow: 0 2.5em 0 0 #3f4545
    }
}

@-o-keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #d2d4d3
    }

    40% {
        box-shadow: 0 2.5em 0 0 #3f4545
    }
}

@keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #d2d4d3
    }

    40% {
        box-shadow: 0 2.5em 0 0 #3f4545
    }
}

footer {
    z-index: 101;
    position: relative
}

.footer-content {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #222;
    color: #fff
}

.fo-to-set.first {
    width: 368px
}

.fo-to-set.links {
    width: 470px
}

.f-t-version {
    min-width: 254px;
    margin: 15px 0;
    padding: 13px;
    background: #2a2a2a;
    text-align: center
}

.f-t-version ul li {
    display: inline-block;
    padding: 0px 5px;
    margin: 0px -1px;
    border-right: 1px solid #fff;
    line-height: 1.0
}

.f-t-version ul li a {
    display: block;
    color: #fff
}

.f-t-version ul li a:hover {
    color: #00bff3
}

.f-t-version ul li a.active {
    color: #00bff3
}

.f-t-version ul li:last-child {
    border: none
}

.f-t-links.half {
    width: 50%;
    padding: 0px 10px
}

.f-t-links ul li {
    margin: 3px 0
}

.f-t-links ul li a {
    color: #fff
}

.f-t-links ul li a:hover {
    color: #00bff3
}

.footer-bottom {
    padding-top: 35px
}

.fo-bo-copyright {
    padding-top: 25px
}

.ga-lang {
    z-index: 10;
    position: relative;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ga-la-main {
    position: relative;
    min-width: 200px;
    padding: 15px;
    background: #2a2a2a;
    cursor: pointer;
    color: #878a8f
}

.ga-la-main:active {
    background: rgba(255, 255, 255, 0.2)
}

.ga-la-main .icon {
    display: block;
    float: left
}

.ga-la-main .capt {
    display: block;
    padding: 1px 0px
}

.ga-la-main:before {
    content: '';
    display: block;
    float: none;
    clear: both
}

.ga-la-main:after {
    content: '\e913';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -5px 15px 0 15px;
    font-family: "Gameloft Icons";
    font-size: 7px
}

.ga-la-main.active:after {
    content: '\e911'
}

.ga-la-select {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    max-height: 205px;
    background: #fff;
    overflow-x: hidden
}

.ga-la-select::-webkit-scrollbar {
    width: 5px
}

.ga-la-select ul {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1)
}

.ga-la-select li {
    position: relative;
    background: #fff
}

.ga-la-select li a {
    display: block;
    padding: 10px;
    color: #2d2d2d
}

.ga-la-select li a .icon {
    display: block;
    float: left
}

.ga-la-select li a .capt {
    display: block;
    padding: 1px 0px
}

.ga-la-select li a:hover {
    background: #00bff3;
    color: #fff
}

.ga-la-select li.active {
    background: #00bff3
}

.ga-la-select li.active a {
    color: #fff
}

.ga-la-select li.active:after {
    content: '\e915';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -10px 15px 0 15px;
    font-family: "Gameloft Icons";
    font-size: 12px
}

@media (max-width: 320px) {
    .privacy-policy {
        display: block;
        padding-top: 45px;
        float: none
    }
}

@media (max-width: 400px) {
    .privacy-policy .ga-lang {
        font-size: 12px
    }
}

.privacy-policy .ga-lang .ga-la-main {
    padding: 10px 15px;
    color: #fff
}

.privacy-policy .ga-lang .ga-la-main .capt {
    padding: 1px 15px 1px 0
}

.privacy-policy .ga-lang .ga-la-select {
    top: 100%;
    bottom: auto
}

.privacy-policy .ga-lang .ga-la-select li.active {
    background-color: #878a8f
}

.privacy-policy .ga-lang .ga-la-select li a:hover {
    background-color: rgba(135, 138, 143, 0.4)
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.spinner {
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    -webkit-animation: rotatee 2s infinite linear;
    -moz-animation: rotatee 2s infinite linear;
    -ms-animation: rotatee 2s infinite linear;
    -o-animation: rotatee 2s infinite linear;
    animation: rotatee 2s infinite linear
}

.s-dot {
    display: inline-block;
    position: absolute;
    width: 60%;
    height: 60%;
    top: 0;
    background-color: #0095f3;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: bouncee 2s infinite ease-in-out;
    -moz-animation: bouncee 2s infinite ease-in-out;
    -ms-animation: bouncee 2s infinite ease-in-out;
    -o-animation: bouncee 2s infinite ease-in-out;
    animation: bouncee 2s infinite ease-in-out
}

.s-dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1s;
    -moz-animation-delay: -1s;
    -ms-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes rotatee {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotatee {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes rotatee {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes rotatee {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotatee {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes bouncee {

    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes bouncee {

    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-ms-keyframes bouncee {

    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes bouncee {

    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bouncee {

    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.lt-ie9 .preloader {
    background: #fff url("../gif/loading.gif") no-repeat center
}

.lt-ie9 .preloader .spinner {
    display: none
}

html.explorer.v9 .pace,
html.explorer.v9 .preloader {
    display: none !important
}

html.explorer.v9 .ho-ga-ipad,
html.explorer.v9 .ho-ga-banner {
    opacity: 1 !important
}

html.bp-touch .ho-ba-img,
html.msedge .ho-ba-img,
html.explorer .ho-ba-img,
html.safari.v535 .ho-ba-img {
    -webkit-transform: scale(1.2) !important;
    -moz-transform: scale(1.2) !important;
    -ms-transform: scale(1.2) !important;
    -o-transform: scale(1.2) !important;
    transform: scale(1.2) !important
}

html.bp-touch .parallax,
html.msedge .parallax,
html.explorer .parallax,
html.safari.v535 .parallax {
    background-attachment: inherit;
    background-position: 50% 50% !important
}

html.bp-touch .ho-ba-video {
    display: none !important
}

.inview {
    opacity: 0;
    -webkit-transition: all 0.5s 0.2s ease;
    -moz-transition: all 0.5s 0.2s ease;
    -ms-transition: all 0.5s 0.2s ease;
    -o-transition: all 0.5s 0.2s ease;
    transition: all 0.5s 0.2s ease;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px)
}

.inview.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.inview.anim-delay {
    -webkit-transition: all 0.8s 0.5s ease;
    -moz-transition: all 0.8s 0.5s ease;
    -ms-transition: all 0.8s 0.5s ease;
    -o-transition: all 0.8s 0.5s ease;
    transition: all 0.8s 0.5s ease;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px)
}

.inview.anim-delay.one {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.inview.anim-delay.two {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s
}

.inview.anim-delay.three {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s
}

.inview.anim-delay.four {
    -webkit-transition-delay: 0.9;
    -moz-transition-delay: 0.9;
    -ms-transition-delay: 0.9;
    -o-transition-delay: 0.9;
    transition-delay: 0.9
}

.inview.anim-delay.visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.parallax {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover
}

.parallax.bp-ab {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.parallax.top {
    z-index: 0;
    background-attachment: inherit
}

.custom-select-wrapper {
    position: relative;
    display: block;
    text-align: left;
    font-size: 18px;
    background: #fff;
    border: 2px solid #0095f3
}

.custom-select-wrapper:after {
    content: '\e90f';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    margin: 11px 0;
    padding: 7px 15px;
    border: none;
    background: none;
    border-left: 1px solid #0095f3;
    font-family: "Gameloft Icons";
    font-size: 14px;
    color: #0095f3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.custom-select-wrapper:hover:after {
    color: #00bff3 !important
}

.custom-select-wrapper .custom-select-display {
    display: block;
    min-width: 27px;
    min-height: 45px;
    padding: 10px 60px 10px 15px;
    color: #1A1A1A;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.custom-select-wrapper .custom-select-display.default {
    color: #878a8f
}

.custom-select-wrapper select {
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    border: none;
    outline: none
}

.g-c-select .custom-select-wrapper {
    color: #0095f3
}

.g-c-select .custom-select-wrapper select {
    color: #0095f3
}

.g-c-select .custom-select-wrapper .custom-select-display {
    min-height: 55px;
    padding-top: 15px;
    padding-bottom: 15px
}

.ga-search-content {
    position: fixed;
    top: 0;
    height: 100%
}

.ga-search-content.main {
    z-index: 200;
    right: 0;
    width: 368px;
    padding: 20px 30px;
    background: #222222;
    color: #fff;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateX(500px);
    -moz-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -o-transform: translateX(500px);
    transform: translateX(500px)
}

.ga-search-content.main.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.ga-search-content.main.active .ga-se-close {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.ga-search-content.cover {
    display: none;
    z-index: 190;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5)
}

.ga-se-close {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 100%;
    padding: 33px 10px 33px 25px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -ms-transform: translateX(150%);
    -o-transform: translateX(150%);
    transform: translateX(150%)
}

.ga-se-close span {
    position: relative;
    z-index: 2
}

.ga-se-close:after {
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 50px solid #222222
}

.ga-se-close:hover {
    color: #0095f3
}

.ga-se-main {
    position: relative;
    margin-top: 30px;
    padding: 0px 30px
}

.ga-se-main::-webkit-scrollbar {
    width: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.ga-se-main .h-b-btn {
    padding: 10px
}

.ga-se-form {
    position: relative
}

.ga-se-form input {
    z-index: 2;
    position: relative;
    display: block;
    width: 100%;
    padding: 8px 35px 8px 1px;
    border: none;
    background: none;
    font-size: 18px;
    color: #fff
}

.ga-se-form input::-webkit-input-placeholder {
    color: #fff
}

.ga-se-form input:-moz-placeholder {
    color: #fff
}

.ga-se-form input::-moz-placeholder {
    color: #fff
}

.ga-se-form input:-ms-input-placeholder {
    color: #fff
}

.ga-se-form:before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #878a8f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.ga-se-form:after {
    z-index: 1;
    content: '\e92e';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    font-size: 22px;
    font-family: "Gameloft Icons"
}

.ga-se-result li {
    display: inline-block !important;
    vertical-align: top;
    width: 140px;
    margin: 3px 0
}

.g-s-set a {
    display: block;
    color: #fff;
    line-height: 1.3
}

.g-s-set a:hover {
    opacity: 0.8;
    color: #00bff3
}

.ho-co-social {
    z-index: 103;
    position: fixed;
    top: 50%;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(-55px);
    -moz-transform: translateX(-55px);
    -ms-transform: translateX(-55px);
    -o-transform: translateX(-55px);
    transform: translateX(-55px)
}

.ho-co-social.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.ho-co-social li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50px;
    height: 50px;
    background: #c4c3c3;
    color: #fff;
    font-size: 18px;
    line-height: 0.9
}

.ho-co-social li a:hover {
    background: #00bff3
}

.ho-co-social li a.fb:hover {
    background: #44619d
}

.ho-co-social li a.twitter:hover {
    background: #55acee
}

.ho-co-social li a.youtube:hover {
    background: #da2823
}

.ho-co-social li a.twitch:hover {
    background: #6441a5
}

.ho-co-social li a.linkedin:hover {
    background: #0077b5
}

.ho-co-social li a.pinterest:hover {
    background: #bd081c
}

.ho-co-social li a.tumblr:hover {
    background: #36465d
}

.ho-co-social li a.googleplus:hover {
    background: #dc4e41
}

.ho-co-social li a.vine:hover {
    background: #e5dea3
}

.ho-co-social li a.instagram:hover {
    background: #ee4a5c
}

.ho-co-social li a.snapchat:hover {
    background: #fde20d
}

.ho-co-social li a.forum:hover {
    background: #00bff3
}

.ho-co-social li a.weibo:hover {
    background: #d32f2f
}

.ho-co-social li a.wechat:hover {
    background: #2dc100
}

.ho-co-social li a.youku:hover {
    background: #1A1A1A000
}

.ho-co-social li:nth-child(1) a {
    background: #c4c3c3
}

.ho-co-social li:nth-child(2) a {
    background: #bcbbbb
}

.ho-co-social li:nth-child(3) a {
    background: #b4b3b3
}

.ho-co-social li:nth-child(4) a {
    background: #acabab
}

.ho-co-social li:nth-child(5) a {
    background: #a4a3a3
}

.ho-co-social li:nth-child(6) a {
    background: #9c9b9b
}

.ho-co-social li:nth-child(7) a {
    background: #949393
}

.ho-co-social li:nth-child(8) a {
    background: #8c8b8b
}

.ho-co-social li:nth-child(9) a {
    background: #828181
}

.ho-co-social li:nth-child(10) a {
    background: #7c7b7b
}

.home-banner {
    width: 100%;
    overflow: hidden;
    background: #1A1A1A;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ho-ba-banner {
    min-height: 500px;
    height: 80vh
}

.ho-ba-banner:after {
    content: '';
    z-index: 2;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45)
}

.hb-link {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ho-ba-img {
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 25s 0s ease;
    -moz-transition: all 25s 0s ease;
    -ms-transition: all 25s 0s ease;
    -o-transition: all 25s 0s ease;
    transition: all 25s 0s ease;
    background: #0095f3
}

.ho-ba-img img {
    display: none
}

.ho-ba-video {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1A1A1A
}

iframe.ho-ba-video {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3)
}

.minigameFrame iframe {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none !important
}

video.ho-ba-video {
    height: auto !important
}

.home-banner ul.slides li .ho-ba-img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.home-banner ul.slides li.flex-active-slide .ho-ba-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.home-banner ul.slides li.flex-active-slide .h-b-anim-active,
.home-banner ul.slides li.flex-active-slide .h-b-logo,
.home-banner ul.slides li.flex-active-slide .h-b-d-par,
.home-banner ul.slides li.flex-active-slide .h-b-bottom {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.home-banner ul.slides li.flex-active-slide .ho-ba-capt {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.ho-ba-capt {
    z-index: 6;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0px 60px;
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(-50%);
    -moz-transform: scale(0.8) translateY(-50%);
    -ms-transform: scale(0.8) translateY(-50%);
    -o-transform: scale(0.8) translateY(-50%);
    transform: scale(0.8) translateY(-50%)
}

.ho-ba-capt .auto {
    max-width: 1600px
}

.ho-ba-capt .h-b-title {
    -webkit-transition: all 0.5s 0.6s ease;
    -moz-transition: all 0.5s 0.6s ease;
    -ms-transition: all 0.5s 0.6s ease;
    -o-transition: all 0.5s 0.6s ease;
    transition: all 0.5s 0.6s ease
}

.h-b-anim,
.h-b-logo,
.h-b-d-par,
.h-b-bottom {
    opacity: 0;
    -webkit-transform: translateX(120px);
    -moz-transform: translateX(120px);
    -ms-transform: translateX(120px);
    -o-transform: translateX(120px);
    transform: translateX(120px)
}

.h-b-logo {
    padding-bottom: 10px;
    -webkit-transition: all 0.8s 0.5s ease;
    -moz-transition: all 0.8s 0.5s ease;
    -ms-transition: all 0.8s 0.5s ease;
    -o-transition: all 0.8s 0.5s ease;
    transition: all 0.8s 0.5s ease
}

.h-b-d-par {
    position: relative;
    max-width: 495px;
    max-height: inherit;
    margin-bottom: 30px;
    -webkit-transition: all 0.8s 0.6s ease;
    -moz-transition: all 0.8s 0.6s ease;
    -ms-transition: all 0.8s 0.6s ease;
    -o-transition: all 0.8s 0.6s ease;
    transition: all 0.8s 0.6s ease
}

.h-b-bottom {
    z-index: 6;
    position: relative;
    -webkit-transition: all 0.8s 0.7s ease;
    -moz-transition: all 0.8s 0.7s ease;
    -ms-transition: all 0.8s 0.7s ease;
    -o-transition: all 0.8s 0.7s ease;
    transition: all 0.8s 0.7s ease
}

.h-b-bottom .miniGame-btn {
    padding-top: 21px;
    padding-bottom: 21px;
    margin-left: 10px
}

.h-b-title {
    font-size: 40px;
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(20px);
    -moz-transform: scale(0.8) translateY(20px);
    -ms-transform: scale(0.8) translateY(20px);
    -o-transform: scale(0.8) translateY(20px);
    transform: scale(0.8) translateY(20px)
}

.h-b-btn {
    min-width: 250px;
    padding: 20px 30px;
    line-height: 1.0;
    border: 2px solid #fff;
    color: #fff;
    text-align: center
}

.h-b-btn:hover {
    background: #00bff3;
    border-color: #00bff3;
    color: #fff
}

.h-b-btn.short {
    min-width: 200px;
    padding-top: 18px;
    padding-bottom: 18px
}

.h-b-btn.wide {
    display: block;
    min-width: 0
}

.h-b-btn.blue {
    border-color: #00bff3;
    color: #00bff3
}

.h-b-btn.blue:hover {
    color: #fff
}

.h-b-btn .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px
}

.h-b-btn.m1 {
    margin: 25px 0px
}

.h-b-btn.mar1 {
    margin: 0 15px
}

.h-b-btn.pad22 {
    padding-top: 22px;
    padding-bottom: 21px
}

.to-ba-arrow {
    z-index: 2;
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    text-align: center
}

.to-ba-arrow:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url("../png/icon_arrow_down.png") no-repeat;
    -webkit-animation: tobaArrow infinite 1s 1.5s ease;
    -moz-animation: tobaArrow infinite 1s 1.5s ease;
    -ms-animation: tobaArrow infinite 1s 1.5s ease;
    -o-animation: tobaArrow infinite 1s 1.5s ease;
    animation: tobaArrow infinite 1s 1.5s ease
}

@-webkit-keyframes tobaArrow {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        opacity: 0.3;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes tobaArrow {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        opacity: 0.3;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes tobaArrow {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        opacity: 0.3;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes tobaArrow {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        opacity: 0.3;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes tobaArrow {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        opacity: 0.3;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.nav-v1 .flex-direction-nav a {
    width: auto;
    height: auto;
    margin-top: -15px;
    color: #fff
}

.nav-v1 .flex-direction-nav a:before {
    content: '';
    display: block;
    font-family: "Gameloft Icons"
}

.nav-v1 .flex-direction-nav .flex-prev:before {
    content: '\e924'
}

.nav-v1 .flex-direction-nav .flex-next:before {
    content: '\e936'
}

.nav-v2 .flex-direction-nav a {
    width: auto;
    height: auto;
    margin-top: -15px;
    color: #222
}

.nav-v2 .flex-direction-nav a:before {
    content: '';
    display: block;
    font-family: "Gameloft Icons";
    font-size: 25px
}

.nav-v2 .flex-direction-nav .flex-prev:before {
    content: '\e924'
}

.nav-v2 .flex-direction-nav .flex-next:before {
    content: '\e936'
}

.home-videos {
    padding: 50px 0;
    background: #efefef
}

.ho-vi-capt {
    padding-top: 10px;
    padding-bottom: 10px
}

.ho-vi-capt h1 {
    font-size: 35px;
    color: #00bff3;
    line-height: 1.0
}

.ho-vi-list {
    margin-top: 50px
}

.ho-vi-col.half {
    width: 35%
}

.ho-vi-col.large {
    width: 65%
}

.ho-vi-set {
    display: block;
    width: 24.5%;
    margin: 0 0 6px 0.5%;
    overflow: hidden;
    color: #fff
}

.ho-vi-set:hover {
    color: #fff
}

.ho-vi-set .hoverdir {
    z-index: 3;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff
}

.ho-vi-set .hoverdir:before {
    content: '\e92d';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -29px;
    margin-top: -35px;
    font-family: "Gameloft Icons";
    font-size: 70px;
    line-height: 1.0
}

.ho-vi-set.large {
    width: 100%;
    margin: 0
}

.ho-vi-set.med {
    width: 49.5%
}

.ho-vi-img {
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.ho-vi-desc {
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    padding-right: 80px;
    background: #878a8f;
    line-height: 1.0
}

.h-v-play {
    top: 0;
    right: 0;
    padding: 5px
}

.h-v-play .icon-play_btn {
    margin-left: 3px
}

.home-news {
    padding-top: 45px;
    padding-bottom: 45px
}

.ho-ne-list li {
    position: relative;
    float: left;
    width: 24%;
    margin: 0px 1% 30px 1%
}

.ho-ne-list li .h-n-capt:after {
    display: none
}

.ho-ne-list li.large {
    width: 48%
}

.ho-ne-list li.large .h-n-img {
    height: 320px
}

.ho-ne-list li.large .h-n-img img {
    display: none
}

.ho-ne-list li.large .h-n-capt:after {
    display: block
}

.ho-ne-list li.large .h-n-more {
    margin-bottom: 0
}

.ho-ne-list li:nth-child(3n+1) {
    margin-left: 0
}

.ho-ne-list li:nth-child(3n) {
    margin-right: 0
}

.ho-ne-list li:nth-child(3n+1) .h-n-set.inview {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 100px, 0px);
    -moz-transform: translate3d(-200px, 100px, 0px);
    -ms-transform: translate3d(-200px, 100px, 0px);
    -o-transform: translate3d(-200px, 100px, 0px);
    transform: translate3d(-200px, 100px, 0px);
    -webkit-transition: all 1s 0.5s ease;
    -moz-transition: all 1s 0.5s ease;
    -ms-transition: all 1s 0.5s ease;
    -o-transition: all 1s 0.5s ease;
    transition: all 1s 0.5s ease
}

.ho-ne-list li:nth-child(3n+1) .h-n-set.inview.visible {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px)
}

.ho-ne-list li:nth-child(3n+2) .h-n-set.inview {
    opacity: 0;
    -webkit-transform: translate3d(200px, 100px, 0px);
    -moz-transform: translate3d(200px, 100px, 0px);
    -ms-transform: translate3d(200px, 100px, 0px);
    -o-transform: translate3d(200px, 100px, 0px);
    transform: translate3d(200px, 100px, 0px);
    -webkit-transition: all 1s 0.6s ease;
    -moz-transition: all 1s 0.6s ease;
    -ms-transition: all 1s 0.6s ease;
    -o-transition: all 1s 0.6s ease;
    transition: all 1s 0.6s ease
}

.ho-ne-list li:nth-child(3n+2) .h-n-set.inview.visible {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px)
}

.ho-ne-list li:nth-child(3n) .h-n-set.inview {
    opacity: 0;
    -webkit-transform: translate3d(200px, 100px, 0px);
    -moz-transform: translate3d(200px, 100px, 0px);
    -ms-transform: translate3d(200px, 100px, 0px);
    -o-transform: translate3d(200px, 100px, 0px);
    transform: translate3d(200px, 100px, 0px);
    -webkit-transition: all 1s 0.7s ease;
    -moz-transition: all 1s 0.7s ease;
    -ms-transition: all 1s 0.7s ease;
    -o-transition: all 1s 0.7s ease;
    transition: all 1s 0.7s ease
}

.ho-ne-list li:nth-child(3n) .h-n-set.inview.visible {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px)
}

.ho-ne-list li:after {
    content: '';
    display: block
}

.h-n-set {
    position: relative;
    display: block;
    background: #efefef;
    border: 1px solid #E7E7E7
}

.h-n-set a {
    display: block;
    color: #fff
}

.h-n-set:hover .h-n-capt:before {
    opacity: 0
}

.h-n-set:hover .h-n-capt:after {
    opacity: 1
}

.h-n-set:hover .h-n-more {
    color: #00bff3
}

.h-n-img {
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.h-n-capt {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.h-n-capt:before,
.h-n-capt:after {
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.h-n-capt:before {
    opacity: 0.6;
    height: 50%;
    background: #999;
    background: -webkit-linear-gradient(legacy-direction(transparent), #999);
    background: linear-gradient(transparent, #999)
}

.h-n-capt:after {
    opacity: 0;
    background: rgba(0, 0, 0, 0.7)
}

.h-n-capt.small:before {
    display: none
}

.h-n-capt.small .h-n-c-main {
    color: #878a8f;
    background: #efefef
}

.h-n-capt.small .h-n-c-main h1 {
    font-size: 18px
}

.h-n-capt.small .h-n-more {
    color: #00bff3
}

.h-n-capt.small:hover .h-n-more {
    color: #0095f3
}

.h-n-hover {
    background-color: rgba(0, 0, 0, 0.75)
}

.h-n-c-main {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    color: #fff
}

.h-n-c-main h1 {
    position: relative;
    margin-bottom: 3px;
    font-size: 25px;
    line-height: 1.2;
    overflow: hidden
}

.h-n-desc.long {
    display: none
}

.h-n-more {
    padding: 2px 0px 10px 0;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.h-n-more span[class^="icon-"] {
    margin-right: 5px;
    font-size: 12px
}

.ho-ne-bottom {
    padding-top: 10px
}

.home-games {
    position: relative;
    width: 100%;
    background: #efefef;
    overflow: hidden
}

.home-games.animate .h-g-thumb {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1.2) translate3d(40px, -40px, 0);
    -moz-transform: scale(1.2) translate3d(40px, -40px, 0);
    -ms-transform: scale(1.2) translate3d(40px, -40px, 0);
    -o-transform: scale(1.2) translate3d(40px, -40px, 0);
    transform: scale(1.2) translate3d(40px, -40px, 0)
}

.home-games.animate .ho-ga-ipad .main {
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: scale(1) translate3d(-200px, 0, 0);
    -moz-transform: scale(1) translate3d(-200px, 0, 0);
    -ms-transform: scale(1) translate3d(-200px, 0, 0);
    -o-transform: scale(1) translate3d(-200px, 0, 0);
    transform: scale(1) translate3d(-200px, 0, 0)
}

.home-games.animate.activate-animation .h-g-thumb {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -moz-transform: scale(1) translate3d(0, 0, 0);
    -ms-transform: scale(1) translate3d(0, 0, 0);
    -o-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0)
}

.home-games.animate.activate-animation .ho-ga-ipad .main {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -moz-transform: scale(1) translate3d(0, 0, 0);
    -ms-transform: scale(1) translate3d(0, 0, 0);
    -o-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0)
}

.ho-ga-anim {
    bottom: 20%;
    left: 0;
    width: 100%
}

.home-careers {
    position: relative;
    overflow: hidden
}

.ho-ga-banner {
    z-index: 2;
    position: relative
}

.ho-ga-banner .main {
    width: 1283px;
    min-height: 710px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.ho-ga-ipad {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.h-g-thumb {
    overflow: hidden;
    width: 282px
}

.h-g-thumb a {
    display: block;
    color: #fff
}

.h-g-thumb.small {
    width: 139px
}

.h-g-thumb.small .g-c-capt h1 {
    font-size: 18px
}

.h-g-thumb.one {
    bottom: 0;
    left: 0
}

.h-g-thumb.two {
    bottom: 143px;
    left: 143px
}

.h-g-thumb.three {
    bottom: 0;
    left: 286px
}

.h-g-thumb.four {
    bottom: 286px;
    left: 429px
}

.h-g-thumb.five {
    bottom: 0;
    left: 572px
}

.h-g-thumb.six {
    bottom: 143px;
    left: 572px
}

.h-g-thumb.seven {
    bottom: 429px;
    left: 572px
}

.h-g-thumb.eight {
    bottom: 572px;
    left: 715px
}

.h-g-thumb.nine {
    bottom: 0;
    left: 858px
}

.h-g-thumb.ten {
    bottom: 285px;
    left: 858px
}

.h-g-thumb.eleven {
    bottom: 428px;
    left: 858px
}

.h-g-thumb.twelve {
    bottom: 572px;
    left: 858px
}

.h-g-thumb.thirteen {
    bottom: 0;
    left: 1001px
}

.h-g-thumb.fourteen {
    bottom: 143px;
    left: 1001px
}

.h-g-thumb.fifteen {
    bottom: 285px;
    left: 1001px
}

.h-g-thumb.sixteen {
    bottom: 428px;
    left: 1001px
}

.h-g-thumb.seventeen {
    bottom: 143px;
    left: 1144px
}

.h-g-thumb .g-c-capt {
    padding: 10px
}

.h-g-thumb .g-c-capt>span {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%
}

.h-g-thumb .g-c-capt h1 {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
    border: none;
    font-size: 28px;
    line-height: 1.2
}

.h-g-img {
    z-index: 1
}

.ho-ga-capt {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 50%;
    width: 462px;
    margin-left: -231px;
    padding-top: 80px;
    text-align: center;
    color: #878a8f
}

.ho-ga-capt h1 {
    padding: 20px 0;
    font-size: 35px;
    font-weight: normal;
    line-height: 1.2
}

.ho-ga-capt h1 .big {
    display: block;
    font-weight: bold;
    color: #00bff3
}

.home-games {
    position: relative;
    overflow: hidden
}

.ho-ca-slider .flex-control-paging li a {
    background: #878a8f
}

.ho-ca-set {
    position: relative
}

.ho-ca-set .ho-ca-img {
    position: absolute;
    bottom: 0;
    left: 0
}

.ho-ca-img {
    width: 450px;
    padding-left: 20px
}

.ho-ca-img a {
    display: block
}

.ho-ca-desc {
    position: relative;
    width: 670px;
    margin-left: 450px;
    padding: 80px 45px 40px 45px;
    overflow: visible
}

.ho-ca-desc h1 {
    font-size: 35px;
    color: #00bff3
}

.h-c-de-main {
    padding: 30px 0
}

.h-c-de-main h4 {
    font-size: 25px;
    color: #0095f3;
    font-weight: normal
}

.h-c-de-main p {
    color: #878a8f
}

.h-c-de-main .ho-ne-bottom {
    padding-top: 50px
}

.h-c-arrow {
    opacity: 0.5;
    position: absolute;
    top: 50%;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.h-c-arrow:before {
    content: '';
    display: block;
    font-family: "Gameloft Icons";
    color: #222;
    font-size: 25px
}

.h-c-arrow.prev {
    left: 5px
}

.h-c-arrow.prev:before {
    content: "\e924"
}

.h-c-arrow.next {
    right: 5px
}

.h-c-arrow.next:before {
    content: "\e936"
}

.h-c-arrow:hover {
    opacity: 1
}

.home-social {
    padding-top: 20px;
    padding-bottom: 60px;
    background: #efefef
}

.ho-so-list {
    text-align: center
}

.ho-so-list li {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin: 20px
}

.ho-so-list li:first-child {
    margin-left: 0
}

.ho-so-list li:last-child {
    margin-right: 0
}

.h-s-set {
    position: relative;
    text-align: left;
    border-bottom: 8px solid #0095f3
}

.h-s-set:after {
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #0095f3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.h-s-set:hover:after {
    height: 100%
}

.h-s-set:hover .icon,
.h-s-set:hover h1,
.h-s-set:hover h1 small {
    color: #fff
}

.h-s-set a {
    z-index: 2;
    position: relative;
    display: block;
    padding: 40px 20px 30px 20px;
    color: #878a8f
}

.h-s-set .icon {
    font-size: 120px;
    color: #878a8f;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.h-s-set h1 {
    padding: 20px 0;
    font-size: 35px;
    color: #00bff3;
    line-height: 1.0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.h-s-set h1 small {
    display: block;
    font-size: 25px;
    color: #878a8f;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: normal
}

.popup-content {
    background: #c4c3c3
}

#newsletter-popup,
#textme-popup,
#emailme-popup {
    width: 500px
}

.noti-popup {
    min-width: 500px
}

.noti-popup.green .po-co-title {
    background: #27ae60 !important
}

.noti-popup.yellow .po-co-title {
    background: #f1c40f !important
}

.noti-popup.red .po-co-title {
    background: #e82b0d !important
}

@media (max-width: 640px) {
    .noti-popup {
        min-width: 100%
    }
}

@media (max-width: 480px) {
    .noti-popup {
        max-width: 300px !important
    }
}

@media (max-width: 810px) {
    .fancybox-close {
        right: 16px !important
    }
}

@media (max-width: 480px) {
    .fancybox-wrap {
        max-width: 370px !important;
        min-width: 280px !important
    }
}

.po-co-title {
    padding: 15px;
    background: #00bff3;
    font-size: 25px;
    font-weight: bold;
    color: #fff
}

.po-co-main {
    padding: 30px;
    background: #fff
}

.po-co-form {
    padding: 15px 30px;
    padding-bottom: 40px
}

.po-co-form li {
    margin: 15px 0
}

.po-co-form li .field.half {
    width: 50%
}

.po-co-form li .field.half.fl {
    padding-right: 4px
}

.po-co-form li .field.half.fr {
    padding-left: 4px
}

.po-co-form .custom-select-wrapper {
    border: none
}

.po-co-form .custom-select-wrapper:after {
    padding-top: 4px;
    padding-bottom: 4px;
    color: #c4c3c3;
    font-size: 12px;
    border-left: 1px solid #c4c3c3
}

.po-co-form h3 {
    line-height: 22px;
    color: #878a8f
}

.po-co-form p {
    padding: 5px 0
}

.po-co-form .dontShow {
    color: #bcbdc0;
    text-decoration: underline
}

.po-co-form .dontShow:hover {
    color: #a1a4a8
}

.p-c-note {
    padding: 5px;
    font-size: 14px;
    color: #e82b0d
}

.p-c-input {
    display: block;
    width: 100%;
    height: 45px;
    padding: 5px 15px;
    border: none;
    background: #fff;
    font-size: 18px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.p-c-fo-bottom {
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: -25px
}

.p-c-btn {
    min-width: 232px;
    padding: 15px;
    background: #00bff3;
    border: none;
    color: #fff;
    font-size: 18px
}

.p-c-btn:hover {
    background: #00abda;
    color: #fff
}

.p-c-btn.blue {
    background: #00bff3
}

.p-c-btn.blue:hover {
    background: #0097c0
}

.p-c-btn.green {
    background: #27ae60 !important
}

.p-c-btn.green:hover {
    background: #1e8449 !important
}

.p-c-btn.yellow {
    background: #f1c40f !important
}

.p-c-btn.yellow:hover {
    background: #c29d0b !important
}

.p-c-btn.red {
    background: #e82b0d !important
}

.p-c-btn.red:hover {
    background: #a01e09 !important
}

@media (max-width: 480px) {
    .p-c-btn {
        min-width: 192px
    }
}

.sns-list {
    padding: 0 5px
}

.sns-list li {
    display: inline-block;
    float: left;
    position: relative;
    margin: 8px
}

.sns-list li a {
    position: relative;
    display: block;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    padding: 23px 0;
    background: #878a8f;
    color: #fff;
    font-size: 30px;
    line-height: 1.0;
    overflow: hidden
}

.sns-list li a span {
    position: relative;
    top: 2px
}

.sns-list li a:hover {
    opacity: 0.9;
    overflow: visible
}

.sns-list li a:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.sns-list li a:hover .tooltip {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.sns-list li a:after {
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #878a8f;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

.sns-list li.sns-fb a,
.sns-list li.sns-fb .tooltip span {
    background: #44619d
}

.sns-list li.sns-fb a:after {
    border-top-color: #44619d
}

.sns-list li.sns-twitter a,
.sns-list li.sns-twitter .tooltip span {
    background: #55acee
}

.sns-list li.sns-twitter a:after {
    border-top-color: #55acee
}

.sns-list li.sns-youtube a,
.sns-list li.sns-youtube .tooltip span {
    background: #da2823
}

.sns-list li.sns-youtube a:after {
    border-top-color: #da2823
}

.sns-list li.sns-twitch a,
.sns-list li.sns-twitch .tooltip span {
    background: #6441a5
}

.sns-list li.sns-twitch a:after {
    border-top-color: #6441a5
}

.sns-list li.sns-linkedin a,
.sns-list li.sns-linkedin .tooltip span {
    background: #007bb6
}

.sns-list li.sns-linkedin a:after {
    border-top-color: #007bb6
}

.sns-list li.sns-pinterest a,
.sns-list li.sns-pinterest .tooltip span {
    background: #cb2026
}

.sns-list li.sns-pinterest a:after {
    border-top-color: #cb2026
}

.sns-list li.sns-tumblr a,
.sns-list li.sns-tumblr .tooltip span {
    background: #36465d
}

.sns-list li.sns-tumblr a:after {
    border-top-color: #36465d
}

.sns-list li.sns-google-plus a,
.sns-list li.sns-google-plus .tooltip span {
    background: #dc4e41
}

.sns-list li.sns-google-plus a:after {
    border-top-color: #dc4e41
}

.sns-list li.sns-vine a,
.sns-list li.sns-vine .tooltip span {
    background: #e5dea3
}

.sns-list li.sns-vine a:after {
    border-top-color: #e5dea3
}

.sns-list li.sns-instagram a,
.sns-list li.sns-instagram .tooltip span {
    background: #ee4a5c
}

.sns-list li.sns-instagram a:after {
    border-top-color: #ee4a5c
}

.sns-list li.sns-snapchat a,
.sns-list li.sns-snapchat .tooltip span {
    background: #fde20d
}

.sns-list li.sns-snapchat a:after {
    border-top-color: #fde20d
}

.sns-list li .tooltip {
    opacity: 0;
    display: block;
    position: absolute;
    top: 100%;
    left: -110px;
    width: 300px;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px)
}

.sns-list li .tooltip span {
    display: inline-block;
    padding: 8px 15px;
    background: #878a8f;
    font-size: 18px;
    color: #fff
}

.games-content {
    padding: 30px 0px 60px 0
}

.in-cot-title {
    padding: 30px 0;
    font-size: 35px;
    color: #00bff3;
    line-height: 1.0
}

.in-cot-title.v2 {
    padding-bottom: 20px;
    border-bottom: 8px solid #0095f3
}

.ga-co-filter li {
    float: left;
    width: 22%;
    padding-right: 24px
}

.ga-co-filter li.large,
.ga-co-filter li:nth-child(4n) {
    width: 34%;
    padding-right: 0
}

.g-c-search {
    position: relative;
    border: 2px solid #0095f3
}

.g-c-search input {
    z-index: 2;
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    padding: 15px 60px 15px 15px;
    background: none;
    border: none;
    font-size: 18px;
    color: #0095f3
}

.g-c-search input::-webkit-input-placeholder {
    color: #878a8f
}

.g-c-search input:-moz-placeholder {
    color: #878a8f
}

.g-c-search input::-moz-placeholder {
    color: #878a8f
}

.g-c-search input:-ms-input-placeholder {
    color: #878a8f
}

.g-c-search button {
    z-index: 3;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    margin: 11px 0;
    padding: 6px 15px;
    border: none;
    background: none;
    border-left: 1px solid #0095f3;
    font-size: 22px;
    color: #0095f3;
    cursor: default
}

.g-c-search button:before {
    content: '\e92e';
    display: block;
    font-family: "Gameloft Icons"
}

.ga-co-list {
    display: none;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px
}

.ga-co-list.auto {
    max-width: 1158px
}

.ga-co-list .item {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    width: 25%;
    padding: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    overflow: hidden
}

.ga-co-list .item.large {
    width: 50%;
    padding-bottom: 6px
}

.ga-co-list .item.large .g-c-capt {
    padding: 27px;
    font-size: 25px
}

.ga-co-list .item.large .g-c-capt h1 {
    font-size: 35px
}

.ga-co-list .item.large .g-c-capt p {
    max-height: inherit
}

.ga-co-list .item.large .g-c-bottom {
    padding-bottom: 50px
}

.g-c-set {
    position: relative;
    overflow: hidden
}

.g-c-img {
    z-index: 1;
    position: relative
}

.g-c-img .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.g-c-img img {
    display: block
}

.g-c-capt {
    z-index: 2;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 13px
}

.g-c-capt h1 {
    font-size: 20px;
    border-bottom: 1px solid #878a8f
}

.g-c-capt p {
    position: relative;
    max-height: 36px;
    line-height: 1.2;
    overflow: hidden
}

.g-c-capt .h-b-btn {
    min-width: 0;
    padding: 10px 20px
}

.g-c-bottom {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    text-align: center
}

.ga-co-capt {
    color: #00bff3;
    font-weight: bold
}

.ga-co-capt h4 {
    font-size: 35px
}

.ga-de-banner {
    position: relative;
    overflow: hidden
}

.ga-de-banner:after {
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15)
}

.ga-de-capt {
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px
}

.ga-de-badges {
    margin-top: 40px
}

.ga-de-badges li {
    display: inline-block;
    vertical-align: middle;
    margin: 6px
}

.ga-de-badges li img {
    width: auto;
    height: 44px
}

.game-top-details {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 320px;
    color: #222;
    overflow: hidden
}

.ga-to-de-img {
    width: 223px;
    border: 1px solid #E7E7E7
}

.ga-to-de-capt {
    width: 557px;
    padding: 0px 25px;
    margin-left: 223px
}

.ga-to-de-capt h1 {
    font-size: 35px;
    line-height: 1.2
}

.ga-to-de-capt h3 {
    font-weight: normal;
    font-size: 25px
}

.ga-to-preview {
    z-index: 2;
    top: 0;
    right: -285px
}

.ga-to-preview .g-t-frame {
    position: absolute;
    top: 3.4%;
    left: 10.2%;
    width: 77.6%;
    height: 93.2%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.ga-to-preview.animate {
    opacity: 0;
    -webkit-transition: all 0.8s 0.8s ease;
    -moz-transition: all 0.8s 0.8s ease;
    -ms-transition: all 0.8s 0.8s ease;
    -o-transition: all 0.8s 0.8s ease;
    transition: all 0.8s 0.8s ease;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px)
}

.ga-to-preview.animate.visible {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.game-de-slider {
    padding: 38px 0;
    background: #0095f3
}

.game-de-slider img {
    display: block;
    width: 100%;
    height: auto
}

.game-de-slider a.fancybox-media {
    display: block;
    position: relative;
    overflow: hidden;
    color: #fff
}

.game-de-slider a.fancybox-media .hoverdir {
    z-index: 1;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 149, 243, 0.5)
}

.game-de-slider a.fancybox-media .hoverdir:before {
    content: '\e909';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-family: "Gameloft Icons";
    font-size: 100px;
    line-height: 1.0
}

.game-de-slider a.fancybox-media[data-fancybox-type="iframe"]:before,
.game-de-slider a.fancybox-media[data-fancybox-type="iframe"]:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.game-de-slider a.fancybox-media[data-fancybox-type="iframe"]:before {
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3)
}

.game-de-slider a.fancybox-media[data-fancybox-type="iframe"]:after {
    z-index: 3;
    content: '\e93b';
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-family: "Gameloft Icons";
    font-size: 100px;
    line-height: 1.0
}

.game-de-slider a.fancybox-media[data-fancybox-type="iframe"] .hoverdir:before {
    display: none
}

.game-de-slider a.fancybox-media:hover[data-fancybox-type="iframe"]:before {
    opacity: 0
}

.game-de-slider .owl-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px
}

.game-de-slider .owl-nav:before {
    content: '';
    opacity: 0.6;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
    background: #fff
}

.game-de-slider .owl-nav div {
    opacity: 0.6;
    display: inline-block;
    vertical-align: center;
    padding: 5px 20px;
    color: #fff
}

.game-de-slider .owl-nav div:before {
    content: '';
    display: block;
    font-family: "Gameloft Icons"
}

.game-de-slider .owl-nav div.owl-prev:before {
    content: '\e933'
}

.game-de-slider .owl-nav div.owl-next:before {
    content: '\e932'
}

.game-de-slider .owl-nav div:hover {
    opacity: 1
}

.game-de-slider .owl-nav:hover:before {
    opacity: 1
}

.ga-de-sl {
    position: relative
}

.ga-de-sl .ga-img {
    z-index: 1
}

.g-d-sl-arrow {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff
}

.g-d-sl-arrow div {
    display: inline-block;
    padding: 5px;
    cursor: pointer;
    font-size: 20px
}

.g-d-sl-arrow div:before {
    content: '';
    display: block;
    font-family: "Gameloft Icons"
}

.g-d-sl-arrow div.prev:before {
    content: '\e90d'
}

.g-d-sl-arrow div.next:before {
    content: '\e90e'
}

.g-d-sl-arrow div:hover {
    opacity: 0.8
}

.g-sl-block {
    z-index: 2;
    position: absolute !important;
    display: block;
    top: 0;
    left: 0;
    color: #fff !important;
    background-color: #222;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    overflow: hidden;
    border: 1px solid #0095f3
}

.g-sl-block.one {
    top: 0;
    left: 0;
    width: 29.93%;
    height: 100%;
    border-left: none
}

.g-sl-block.two {
    top: 0;
    left: 29.93%;
    width: 29.25%;
    height: 50%
}

.g-sl-block.three {
    top: 0;
    left: 59.18%;
    width: 40.81%;
    height: 50%;
    border-right: none
}

.g-sl-block.four {
    top: 50%;
    left: 29.93%;
    width: 46.93%;
    height: 50%
}

.g-sl-block.five {
    top: 50%;
    left: 76.86%;
    width: 23.12%;
    height: 50%;
    border-right: none
}

.ga-de-press {
    background: #efefef
}

.g-d-mo-img {
    z-index: 1;
    position: relative;
    width: 76%;
    text-align: center
}

.g-d-mo-capt {
    z-index: 2;
    top: 50%;
    right: 0;
    width: 380px
}

.g-d-mo-capt .ho-ne-bottom {
    margin-top: 30px
}

.g-d-title {
    font-size: 35px;
    font-weight: normal;
    line-height: 1.0;
    color: #00bff3
}

.ga-de-more {
    padding-top: 80px;
    padding-bottom: 80px
}

.g-d-mo-list {
    margin: 20px 0
}

.g-d-mo-list li {
    float: left;
    width: 280px;
    margin-right: 8px
}

.g-d-mo-list li:last-child {
    margin-right: 0
}

.ga-de-copyright {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #d2d4d3
}

.ho-ba-sample {
    height: 700px;
    overflow: hidden
}

.gl-legal-content {
    padding-bottom: 60px;
    font-size: 16px;
    color: #878a8f
}

.gl-legal-content h1 {
    padding: 20px 0 10px 0;
    font-weight: 900;
    line-height: 1.2;
    font-size: 30px
}

@media all and (max-width: 640px) {
    .gl-legal-content h1 {
        font-size: 25px
    }
}

.gl-legal-content strong {
    font-weight: 900
}

.gl-legal-content ul {
    padding-left: 40px
}

.gl-legal-content ul li {
    margin: 5px 0;
    list-style: disc
}

.gl-legal-content a {
    word-break: break-all
}

.co-ru-list li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin: 15px 0
}

.co-ru-list li:nth-child(2n+1) {
    padding-right: 15px
}

.co-ru-list li:nth-child(2n) {
    padding-left: 15px
}

@media (max-width: 640px) {
    .co-ru-list li {
        width: 100%;
        padding: 5px !important
    }
}

.co-ru-set {
    color: #878a8f
}

.co-ru-set a {
    display: block;
    color: #878a8f
}

.co-ru-set a:hover {
    color: #db3434
}

.cr-col.capt {
    width: 80%;
    padding: 15px 20px
}

.co-ru-pagination {
    font-weight: bold
}

.co-ru-pagination li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px
}

.co-ru-pagination li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 33px;
    height: 33px;
    color: #00bff3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.co-ru-pagination li.arrow {
    top: 3px;
    margin: 0 15px
}

.co-ru-pagination li.arrow a {
    width: auto;
    height: auto;
    background: none !important;
    color: #00bff3 !important
}

.co-ru-pagination li.active a,
.co-ru-pagination li:hover a {
    background: #00bff3;
    color: #fff
}

.gl-co-head {
    border-bottom: 8px solid #0095f3
}

.gl-co-head h1 {
    color: #00bff3;
    line-height: 1.0
}

.gl-co-tab .tab-nav li {
    margin-bottom: 2px
}

.gl-co-tab .tab-nav li a {
    display: block;
    padding: 7px 10px;
    color: #878a8f;
    border-right: 3px solid transparent
}

.gl-co-tab .tab-nav li:hover a,
.gl-co-tab .tab-nav li.ui-state-active a,
.gl-co-tab .tab-nav li.active a {
    background: #e2e2e2;
    border-color: #00bff3
}

.glc-ta-col.short {
    width: 250px
}

.glc-ta-col.large {
    margin-left: 250px
}

.glc-ta-col.left {
    padding-right: 10px
}

.glc-ta-col.right {
    padding-left: 10px
}

@media (max-width: 640px) {
    .glc-ta-col.left {
        float: none;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 auto 20px
    }

    .glc-ta-col.right {
        float: none;
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0
    }
}

.gl-cookie {
    z-index: 200;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 149, 243, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    color: #fff;
    overflow: visible !important
}

.gl-cookie .auto {
    max-width: 1300px;
    padding: 15px 15px 15px 220px
}

.gl-cookie .h-b-btn {
    margin: 0 4px;
    padding: 10px 20px;
    color: #fff !important;
    border-color: #fff !important
}

.gl-cookie .h-b-btn:first-child {
    margin-left: 0
}

.gl-cookie .h-b-btn:last-child {
    margin-right: 0
}

.gl-cookie .h-b-btn.short {
    min-width: 170px
}

.gl-cookie .h-b-btn:hover {
    background-color: #fff !important;
    color: #0095f3 !important;
    border-color: #fff !important
}

.gl-co-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 202px
}

.gl-co-capt {
    display: block;
    max-width: 75%;
    padding: 5px 0;
    line-height: 1.2
}

.gl-co-capt a {
    color: #1A1A1A;
    font-weight: bold
}

.gl-co-capt a:hover {
    color: #00375a
}

.glc-ta-list li.set {
    margin: 15px 0 30px 0
}

.glc-ta-list li.set:after {
    content: '';
    display: block
}

.gl-li-img {
    position: relative;
    width: 55px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden
}

.gi-li-capt.half {
    margin-left: 67px
}

.gi-li-capt h4 {
    padding: 7px 0;
    color: #00bff3
}

html[lang="ar"] .menu,
html[lang="ar"] .h-b-desc,
html[lang="ar"] .h-n-set,
html[lang="ar"] .h-b-btn,
html[lang="ar"] .ho-ga-capt,
html[lang="ar"] .h-g-thumb,
html[lang="ar"] .ho-ca-set,
html[lang="ar"] .ho-ca-desc,
html[lang="ar"] .ho-so-list,
html[lang="ar"] .h-s-set,
html[lang="ar"] .sns-list,
html[lang="ar"] .po-co-title,
html[lang="ar"] .po-co-form,
html[lang="ar"] .ga-se-form input,
html[lang="ar"] .p-c-input,
html[lang="ar"] .custom-select-wrapper,
html[lang="ar"] .p-c-btn,
html[lang="ar"] .fo-to-set.links,
html[lang="ar"] .fo-bo-copyright,
html[lang="ar"] .in-cot-title,
html[lang="ar"] .g-c-search,
html[lang="ar"] .g-c-search input,
html[lang="ar"] .g-c-capt,
html[lang="ar"] .ga-de-banner,
html[lang="ar"] .ga-to-de-capt,
html[lang="ar"] .g-d-title,
html[lang="ar"] .ga-se-form,
html[lang="ar"] .ga-se-result,
html[lang="ar"] .ga-de-capt,
html[lang="ar"] .g-s-set,
html[lang="ar"] .po-co-main,
html[lang="ar"] .gl-legal-content,
html[lang="ar"] .gl-docs-content,
html[lang="fa"] .menu,
html[lang="fa"] .h-b-desc,
html[lang="fa"] .h-n-set,
html[lang="fa"] .h-b-btn,
html[lang="fa"] .ho-ga-capt,
html[lang="fa"] .h-g-thumb,
html[lang="fa"] .ho-ca-set,
html[lang="fa"] .ho-ca-desc,
html[lang="fa"] .ho-so-list,
html[lang="fa"] .h-s-set,
html[lang="fa"] .sns-list,
html[lang="fa"] .po-co-title,
html[lang="fa"] .po-co-form,
html[lang="fa"] .ga-se-form input,
html[lang="fa"] .p-c-input,
html[lang="fa"] .custom-select-wrapper,
html[lang="fa"] .p-c-btn,
html[lang="fa"] .fo-to-set.links,
html[lang="fa"] .fo-bo-copyright,
html[lang="fa"] .in-cot-title,
html[lang="fa"] .g-c-search,
html[lang="fa"] .g-c-search input,
html[lang="fa"] .g-c-capt,
html[lang="fa"] .ga-de-banner,
html[lang="fa"] .ga-to-de-capt,
html[lang="fa"] .g-d-title,
html[lang="fa"] .ga-se-form,
html[lang="fa"] .ga-se-result,
html[lang="fa"] .ga-de-capt,
html[lang="fa"] .g-s-set,
html[lang="fa"] .po-co-main,
html[lang="fa"] .gl-legal-content,
html[lang="fa"] .gl-docs-content {
    direction: rtl
}

html[lang="ar"] .ho-ca-desc,
html[lang="ar"] .h-s-set,
html[lang="ar"] .custom-select-wrapper .custom-select-display,
html[lang="ar"] .g-c-capt,
html[lang="ar"] .ho-ca-desc .ho-ne-bottom,
html[lang="ar"] .ho-ba-capt,
html[lang="fa"] .ho-ca-desc,
html[lang="fa"] .h-s-set,
html[lang="fa"] .custom-select-wrapper .custom-select-display,
html[lang="fa"] .g-c-capt,
html[lang="fa"] .ho-ca-desc .ho-ne-bottom,
html[lang="fa"] .ho-ba-capt {
    text-align: right
}

html[lang="ar"] .h-b-btn,
html[lang="ar"] .p-c-btn,
html[lang="ar"] .ga-se-result,
html[lang="ar"] .g-s-set,
html[lang="ar"] .ga-de-capt,
html[lang="ar"] .sns-list,
html[lang="ar"] .po-co-title,
html[lang="ar"] .po-co-main,
html[lang="ar"] .ho-ga-capt,
html[lang="fa"] .h-b-btn,
html[lang="fa"] .p-c-btn,
html[lang="fa"] .ga-se-result,
html[lang="fa"] .g-s-set,
html[lang="fa"] .ga-de-capt,
html[lang="fa"] .sns-list,
html[lang="fa"] .po-co-title,
html[lang="fa"] .po-co-main,
html[lang="fa"] .ho-ga-capt {
    text-align: center
}

html[lang="ar"] .ho-ca-desc,
html[lang="fa"] .ho-ca-desc {
    padding-right: 30px
}

html[lang="ar"] .fo-bo-copyright,
html[lang="fa"] .fo-bo-copyright {
    float: right
}

html[lang="ar"] .h-b-btn .icon,
html[lang="fa"] .h-b-btn .icon {
    margin: 0 0 0 15px
}

html[lang="ar"] .gl-cookie,
html[lang="fa"] .gl-cookie {
    direction: rtl
}

html[lang="ar"] .gl-cookie .auto,
html[lang="fa"] .gl-cookie .auto {
    padding-left: 15px;
    padding-right: 240px
}

html[lang="ar"] .gl-co-img,
html[lang="fa"] .gl-co-img {
    left: inherit;
    right: 0
}

html[lang="ar"] .gl-co-capt.fl,
html[lang="fa"] .gl-co-capt.fl {
    float: right
}

html[lang="ar"] .gl-co-button.fr,
html[lang="fa"] .gl-co-button.fr {
    float: left
}

html[lang="ar"] .glc-ta-col.left,
html[lang="fa"] .glc-ta-col.left {
    float: right;
    padding-right: 0
}

html[lang="ar"] .glc-ta-col.large,
html[lang="fa"] .glc-ta-col.large {
    margin-left: 0;
    margin-right: 260px;
    padding-left: 0
}

html[lang="ar"] .gl-li-img.fl,
html[lang="fa"] .gl-li-img.fl {
    float: right
}

html[lang="ar"] .gi-li-capt.half,
html[lang="fa"] .gi-li-capt.half {
    margin-left: 0;
    margin-right: 67px
}

html[lang="tr"],
html[lang="pl"] {
    font-family: 'Arial'
}

html[lang="tr"] button,
html[lang="tr"] input,
html[lang="tr"] select,
html[lang="tr"] textarea,
html[lang="pl"] button,
html[lang="pl"] input,
html[lang="pl"] select,
html[lang="pl"] textarea {
    font-family: 'Arial'
}

html[lang="tr"] .h-n-c-main h1,
html[lang="pl"] .h-n-c-main h1 {
    font-size: 23px
}

html[lang="tr"] .g-c-capt h1,
html[lang="pl"] .g-c-capt h1 {
    font-size: 16px
}

html[lang="tr"] .h-s-set h1,
html[lang="pl"] .h-s-set h1 {
    font-size: 30px
}

html[lang="tr"] .h-s-set h1 small,
html[lang="pl"] .h-s-set h1 small {
    font-size: 18px
}

html[lang="ja"] .g-c-capt h1 {
    font-size: 16px
}

html[lang="ja"] .h-s-set h1 {
    line-height: 1.2;
    font-size: 28px
}

html[lang="ja"] .h-s-set h1 small {
    font-size: 18px
}

html[lang="de"] .g-c-capt h1 {
    font-size: 18px
}

html[lang="ru"] .g-c-capt h1 {
    font-size: 16px
}

html[lang="ru"] .h-s-set h1 {
    font-size: 28px
}

html[lang="ru"] .h-s-set h1 small {
    font-size: 18px
}

html[lang="zh-hans"] .h-s-set h1 {
    line-height: 1.2
}

html[lang="zh-hans"] .h-s-set h1 {
    line-height: 1.2
}

html[lang="v1"] .h-s-set h1 {
    font-size: 23px
}

html[lang="v1"] .h-s-set h1 small {
    font-size: 22px
}

html[lang="ko"] .h-s-set h1 {
    line-height: 1.2
}

html[lang="fr"] .h-s-set h1 small {
    font-size: 22px
}

html[lang="pt-pt"] .h-s-set h1 {
    font-size: 28px
}

html[lang="pt-pt"] .h-s-set h1 small {
    font-size: 22px
}

html[lang="vi"] .gl-legal-content {
    font-family: 'Tahoma'
}

html[lang="fa"] .gl-legal-content ul {
    padding-left: 0;
    padding-right: 40px
}

.qr-code-container {
    max-width: 430px;
    width: 100%;
    margin: 20px auto 0
}

.qr-code-container img {
    width: 100%;
    height: auto
}

.h-b-btn .icon.glitchy-fix {
    vertical-align: baseline !important
}

.h-b-btn .icon.glitchy-fix .icon-play_btn {
    font-size: 16px
}

.co-customize .h-b-btn {
    border-color: #0095f3;
    color: #0095f3
}

.co-customize .h-b-btn:hover {
    background-color: #0095f3;
    color: #fff
}

.co-customize .ga-de-capt .h-b-btn {
    background-color: #0095f3;
    border-color: #0095f3;
    color: #fff
}

.co-customize .ga-de-capt .h-b-btn:hover {
    color: #0095f3;
    background-color: #fff;
    border-color: #fff
}

.co-customize .g-c-capt .h-b-btn {
    border-color: #fff;
    color: #fff
}

.co-customize .g-c-capt .h-b-btn:hover {
    background-color: #0095f3;
    border-color: #0095f3;
    color: #fff
}

.co-customize .ga-to-de-capt h1,
.co-customize .ga-to-de-capt h3 {
    color: #0095f3
}

.co-customize .game-de-slider {
    background-color: #0095f3
}

.co-customize .game-de-slider a.fancybox-media .hoverdir {
    background-color: rgba(0, 149, 243, 0.5)
}

.co-customize .g-sl-block {
    background: #0095f3
}

.co-customize .g-d-title {
    color: #0095f3
}

.co-customize .po-co-title {
    background: #0095f3
}

.co-customize .p-c-btn {
    background: #0095f3;
    color: #fff
}

.co-customize .p-c-btn:hover {
    background: #0085da
}

.co-customize .g-sl-block {
    border-color: #0095f3
}

.co-customize.red .h-b-btn {
    border-color: #e82b0d;
    color: #e82b0d
}

.co-customize.red .h-b-btn:hover {
    background-color: #e82b0d;
    color: #fff
}

.co-customize.red .ga-de-capt .h-b-btn {
    background-color: #e82b0d;
    border-color: #e82b0d;
    color: #fff
}

.co-customize.red .ga-de-capt .h-b-btn:hover {
    color: #e82b0d;
    background-color: #fff;
    border-color: #fff
}

.co-customize.red .g-c-capt .h-b-btn {
    border-color: #fff;
    color: #fff
}

.co-customize.red .g-c-capt .h-b-btn:hover {
    background-color: #e82b0d;
    border-color: #e82b0d;
    color: #fff
}

.co-customize.red .ga-to-de-capt h1,
.co-customize.red .ga-to-de-capt h3 {
    color: #e82b0d
}

.co-customize.red .game-de-slider {
    background-color: #e82b0d
}

.co-customize.red .game-de-slider a.fancybox-media .hoverdir {
    background-color: rgba(232, 43, 13, 0.5)
}

.co-customize.red .g-sl-block {
    background: #e82b0d
}

.co-customize.red .g-d-title {
    color: #e82b0d
}

.co-customize.red .po-co-title {
    background: #e82b0d
}

.co-customize.red .p-c-btn {
    background: #e82b0d;
    color: #fff
}

.co-customize.red .p-c-btn:hover {
    background: #d0270c
}

.co-customize.red .g-sl-block {
    border-color: #e82b0d
}

.co-customize.green .h-b-btn {
    border-color: #27ae60;
    color: #27ae60
}

.co-customize.green .h-b-btn:hover {
    background-color: #27ae60;
    color: #fff
}

.co-customize.green .ga-de-capt .h-b-btn {
    background-color: #27ae60;
    border-color: #27ae60;
    color: #fff
}

.co-customize.green .ga-de-capt .h-b-btn:hover {
    color: #27ae60;
    background-color: #fff;
    border-color: #fff
}

.co-customize.green .g-c-capt .h-b-btn {
    border-color: #fff;
    color: #fff
}

.co-customize.green .g-c-capt .h-b-btn:hover {
    background-color: #27ae60;
    border-color: #27ae60;
    color: #fff
}

.co-customize.green .ga-to-de-capt h1,
.co-customize.green .ga-to-de-capt h3 {
    color: #27ae60
}

.co-customize.green .game-de-slider {
    background-color: #27ae60
}

.co-customize.green .game-de-slider a.fancybox-media .hoverdir {
    background-color: rgba(39, 174, 96, 0.5)
}

.co-customize.green .g-sl-block {
    background: #27ae60
}

.co-customize.green .g-d-title {
    color: #27ae60
}

.co-customize.green .po-co-title {
    background: #27ae60
}

.co-customize.green .p-c-btn {
    background: #27ae60;
    color: #fff
}

.co-customize.green .p-c-btn:hover {
    background: #295
}

.co-customize.green .g-sl-block {
    border-color: #27ae60
}

.co-customize.yellow .h-b-btn {
    border-color: #f1c40f;
    color: #f1c40f
}

.co-customize.yellow .h-b-btn:hover {
    background-color: #f1c40f;
    color: #fff
}

.co-customize.yellow .ga-de-capt .h-b-btn {
    background-color: #f1c40f;
    border-color: #f1c40f;
    color: #fff
}

.co-customize.yellow .ga-de-capt .h-b-btn:hover {
    color: #f1c40f;
    background-color: #fff;
    border-color: #fff
}

.co-customize.yellow .g-c-capt .h-b-btn {
    border-color: #fff;
    color: #fff
}

.co-customize.yellow .g-c-capt .h-b-btn:hover {
    background-color: #f1c40f;
    border-color: #f1c40f;
    color: #fff
}

.co-customize.yellow .ga-to-de-capt h1,
.co-customize.yellow .ga-to-de-capt h3 {
    color: #f1c40f
}

.co-customize.yellow .game-de-slider {
    background-color: #f1c40f
}

.co-customize.yellow .game-de-slider a.fancybox-media .hoverdir {
    background-color: rgba(241, 196, 15, 0.5)
}

.co-customize.yellow .g-sl-block {
    background: #f1c40f
}

.co-customize.yellow .g-d-title {
    color: #f1c40f
}

.co-customize.yellow .po-co-title {
    background: #f1c40f
}

.co-customize.yellow .p-c-btn {
    background: #f1c40f;
    color: #fff
}

.co-customize.yellow .p-c-btn:hover {
    background: #dab10d
}

.co-customize.yellow .g-sl-block {
    border-color: #f1c40f
}

.co-customize.purple .h-b-btn {
    border-color: #8e44ad;
    color: #8e44ad
}

.co-customize.purple .h-b-btn:hover {
    background-color: #8e44ad;
    color: #fff
}

.co-customize.purple .ga-de-capt .h-b-btn {
    background-color: #8e44ad;
    border-color: #8e44ad;
    color: #fff
}

.co-customize.purple .ga-de-capt .h-b-btn:hover {
    color: #8e44ad;
    background-color: #fff;
    border-color: #fff
}

.co-customize.purple .g-c-capt .h-b-btn {
    border-color: #fff;
    color: #fff
}

.co-customize.purple .g-c-capt .h-b-btn:hover {
    background-color: #8e44ad;
    border-color: #8e44ad;
    color: #fff
}

.co-customize.purple .ga-to-de-capt h1,
.co-customize.purple .ga-to-de-capt h3 {
    color: #8e44ad
}

.co-customize.purple .game-de-slider {
    background-color: #8e44ad
}

.co-customize.purple .game-de-slider a.fancybox-media .hoverdir {
    background-color: rgba(142, 68, 173, 0.5)
}

.co-customize.purple .g-sl-block {
    background: #8e44ad
}

.co-customize.purple .g-d-title {
    color: #8e44ad
}

.co-customize.purple .po-co-title {
    background: #8e44ad
}

.co-customize.purple .p-c-btn {
    background: #8e44ad;
    color: #fff
}

.co-customize.purple .p-c-btn:hover {
    background: #7f3d9b
}

.co-customize.purple .g-sl-block {
    border-color: #8e44ad
}

.co-customize.aqua .h-b-btn {
    border-color: #16bdcc;
    color: #16bdcc
}

.co-customize.aqua .h-b-btn:hover {
    background-color: #16bdcc;
    color: #fff
}

.co-customize.aqua .ga-de-capt .h-b-btn {
    background-color: #16bdcc;
    border-color: #16bdcc;
    color: #fff
}

.co-customize.aqua .ga-de-capt .h-b-btn:hover {
    color: #16bdcc;
    background-color: #fff;
    border-color: #fff
}

.co-customize.aqua .g-c-capt .h-b-btn {
    border-color: #fff;
    color: #fff
}

.co-customize.aqua .g-c-capt .h-b-btn:hover {
    background-color: #16bdcc;
    border-color: #16bdcc;
    color: #fff
}

.co-customize.aqua .ga-to-de-capt h1,
.co-customize.aqua .ga-to-de-capt h3 {
    color: #16bdcc
}

.co-customize.aqua .game-de-slider {
    background-color: #16bdcc
}

.co-customize.aqua .game-de-slider a.fancybox-media .hoverdir {
    background-color: rgba(22, 189, 204, 0.5)
}

.co-customize.aqua .g-sl-block {
    background: #16bdcc
}

.co-customize.aqua .g-d-title {
    color: #16bdcc
}

.co-customize.aqua .po-co-title {
    background: #16bdcc
}

.co-customize.aqua .p-c-btn {
    background: #16bdcc;
    color: #fff
}

.co-customize.aqua .p-c-btn:hover {
    background: #14a8b5
}

.co-customize.aqua .g-sl-block {
    border-color: #16bdcc
}

.co-customize.lime .h-b-btn {
    border-color: #7ca714;
    color: #7ca714
}

.co-customize.lime .h-b-btn:hover {
    background-color: #7ca714;
    color: #fff
}

.co-customize.lime .ga-de-capt .h-b-btn {
    background-color: #7ca714;
    border-color: #7ca714;
    color: #fff
}

.co-customize.lime .ga-de-capt .h-b-btn:hover {
    color: #7ca714;
    background-color: #fff;
    border-color: #fff
}

.co-customize.lime .g-c-capt .h-b-btn {
    border-color: #fff;
    color: #fff
}

.co-customize.lime .g-c-capt .h-b-btn:hover {
    background-color: #7ca714;
    border-color: #7ca714;
    color: #fff
}

.co-customize.lime .ga-to-de-capt h1,
.co-customize.lime .ga-to-de-capt h3 {
    color: #7ca714
}

.co-customize.lime .game-de-slider {
    background-color: #7ca714
}

.co-customize.lime .game-de-slider a.fancybox-media .hoverdir {
    background-color: rgba(124, 167, 20, 0.5)
}

.co-customize.lime .g-sl-block {
    background: #7ca714
}

.co-customize.lime .g-d-title {
    color: #7ca714
}

.co-customize.lime .po-co-title {
    background: #7ca714
}

.co-customize.lime .p-c-btn {
    background: #7ca714;
    color: #fff
}

.co-customize.lime .p-c-btn:hover {
    background: #6b9011
}

.co-customize.lime .g-sl-block {
    border-color: #7ca714
}

.co-customize.orange .h-b-btn {
    border-color: #f65d00;
    color: #f65d00
}

.co-customize.orange .h-b-btn:hover {
    background-color: #f65d00;
    color: #fff
}

.co-customize.orange .ga-de-capt .h-b-btn {
    background-color: #f65d00;
    border-color: #f65d00;
    color: #fff
}

.co-customize.orange .ga-de-capt .h-b-btn:hover {
    color: #f65d00;
    background-color: #fff;
    border-color: #fff
}

.co-customize.orange .g-c-capt .h-b-btn {
    border-color: #fff;
    color: #fff
}

.co-customize.orange .g-c-capt .h-b-btn:hover {
    background-color: #f65d00;
    border-color: #f65d00;
    color: #fff
}

.co-customize.orange .ga-to-de-capt h1,
.co-customize.orange .ga-to-de-capt h3 {
    color: #f65d00
}

.co-customize.orange .game-de-slider {
    background-color: #f65d00
}

.co-customize.orange .game-de-slider a.fancybox-media .hoverdir {
    background-color: rgba(246, 93, 0, 0.5)
}

.co-customize.orange .g-sl-block {
    background: #f65d00
}

.co-customize.orange .g-d-title {
    color: #f65d00
}

.co-customize.orange .po-co-title {
    background: #f65d00
}

.co-customize.orange .p-c-btn {
    background: #f65d00;
    color: #fff
}

.co-customize.orange .p-c-btn:hover {
    background: #dd5300
}

.co-customize.orange .g-sl-block {
    border-color: #f65d00
}

.co-customize.blue .h-b-btn {
    border-color: #0091df;
    color: #0091df
}

.co-customize.blue .h-b-btn:hover {
    background-color: #0091df;
    color: #fff
}

.co-customize.blue .ga-de-capt .h-b-btn {
    background-color: #0091df;
    border-color: #0091df;
    color: #fff
}

.co-customize.blue .ga-de-capt .h-b-btn:hover {
    color: #0091df;
    background-color: #fff;
    border-color: #fff
}

.co-customize.blue .g-c-capt .h-b-btn {
    border-color: #fff;
    color: #fff
}

.co-customize.blue .g-c-capt .h-b-btn:hover {
    background-color: #0091df;
    border-color: #0091df;
    color: #fff
}

.co-customize.blue .ga-to-de-capt h1,
.co-customize.blue .ga-to-de-capt h3 {
    color: #0091df
}

.co-customize.blue .game-de-slider {
    background-color: #0091df
}

.co-customize.blue .game-de-slider a.fancybox-media .hoverdir {
    background-color: rgba(0, 145, 223, 0.5)
}

.co-customize.blue .g-sl-block {
    background: #0091df
}

.co-customize.blue .g-d-title {
    color: #0091df
}

.co-customize.blue .po-co-title {
    background: #0091df
}

.co-customize.blue .p-c-btn {
    background: #0091df;
    color: #fff
}

.co-customize.blue .p-c-btn:hover {
    background: #0080c6
}

.co-customize.blue .g-sl-block {
    border-color: #0091df
}

.co-customize.pink .h-b-btn {
    border-color: #fb3982;
    color: #fb3982
}

.co-customize.pink .h-b-btn:hover {
    background-color: #fb3982;
    color: #fff
}

.co-customize.pink .ga-de-capt .h-b-btn {
    background-color: #fb3982;
    border-color: #fb3982;
    color: #fff
}

.co-customize.pink .ga-de-capt .h-b-btn:hover {
    color: #fb3982;
    background-color: #fff;
    border-color: #fff
}

.co-customize.pink .g-c-capt .h-b-btn {
    border-color: #fff;
    color: #fff
}

.co-customize.pink .g-c-capt .h-b-btn:hover {
    background-color: #fb3982;
    border-color: #fb3982;
    color: #fff
}

.co-customize.pink .ga-to-de-capt h1,
.co-customize.pink .ga-to-de-capt h3 {
    color: #fb3982
}

.co-customize.pink .game-de-slider {
    background-color: #fb3982
}

.co-customize.pink .game-de-slider a.fancybox-media .hoverdir {
    background-color: rgba(251, 57, 130, 0.5)
}

.co-customize.pink .g-sl-block {
    background: #fb3982
}

.co-customize.pink .g-d-title {
    color: #fb3982
}

.co-customize.pink .po-co-title {
    background: #fb3982
}

.co-customize.pink .p-c-btn {
    background: #fb3982;
    color: #fff
}

.co-customize.pink .p-c-btn:hover {
    background: #fa2072
}

.co-customize.pink .g-sl-block {
    border-color: #fb3982
}

@media only screen and (max-width: 2300px) {
    .ho-ga-banner .main {
        -webkit-transform: translateX(286px);
        -moz-transform: translateX(286px);
        -ms-transform: translateX(286px);
        -o-transform: translateX(286px);
        transform: translateX(286px)
    }
}

@media only screen and (min-width: 2000px) {
    .ho-ga-ipad {
        -webkit-transform: translate3d(-20%, -50%, 0);
        -moz-transform: translate3d(-20%, -50%, 0);
        -ms-transform: translate3d(-20%, -50%, 0);
        -o-transform: translate3d(-20%, -50%, 0);
        transform: translate3d(-20%, -50%, 0)
    }
}

@media only screen and (min-width: 2300px) {
    .ho-ga-ipad {
        -webkit-transform: translate3d(-5%, -50%, 0);
        -moz-transform: translate3d(-5%, -50%, 0);
        -ms-transform: translate3d(-5%, -50%, 0);
        -o-transform: translate3d(-5%, -50%, 0);
        transform: translate3d(-5%, -50%, 0)
    }
}

@media only screen and (min-width: 1700px) {
    iframe.ho-ba-video {
        width: 100% !important;
        margin-left: 0 !important
    }
}

@media only screen and (max-width: 1400px) {
    .ho-ga-banner .main {
        -webkit-transform: translateX(430px);
        -moz-transform: translateX(430px);
        -ms-transform: translateX(430px);
        -o-transform: translateX(430px);
        transform: translateX(430px)
    }

    .ho-ga-ipad {
        width: 70%
    }
}

@media only screen and (max-width: 1300px) {
    html {
        zoom: 0 !important
    }
}

@media only screen and (max-width: 1280px) {
    .h-b-logo {
        width: 250px
    }

    .h-b-d-par {
        font-size: 20px
    }

    .h-b-btn {
        min-width: 0;
        padding: 15px 20px
    }

    .h-b-btn.miniGame-btn {
        padding-top: 17px;
        padding-bottom: 17px
    }

    .ho-ne-list li {
        width: 27%;
        margin: 0px 1% 30px 1%
    }

    .ho-ne-list li.large {
        width: 42%
    }

    .ho-ca-img {
        width: 40%
    }

    .ho-ca-desc {
        width: 57%;
        margin-left: 40%
    }

    .game-top-details {
        min-height: 0
    }

    .ga-to-preview {
        right: -10%;
        width: 50%
    }

    .ga-to-de-capt {
        width: 34%
    }

    .g-d-mo-list li {
        width: 24.1%;
        margin: 0 1% 0 0
    }

    .ho-so-list li {
        width: 31%;
        margin: 20px 1.5%
    }
}

@media only screen and (max-width: 1080px) {
    .bp-touch .ho-ba-banner {
        height: 50vh
    }

    .ho-ga-capt {
        padding-top: 30px
    }

    .ga-se-main {
        padding: 0
    }

    .ga-se-result li {
        width: 49%
    }

    .ga-se-result li:nth-child(2n+1) {
        padding-right: 10px
    }

    .ga-se-result li:nth-child(2n) {
        padding-left: 10px
    }

    .h-n-c-main h1 {
        font-size: 18px
    }

    .ho-ne-list li.large .h-n-img {
        height: 328px
    }

    .ho-ca-desc {
        padding: 40px 45px 40px 45px
    }

    .h-s-set a {
        padding: 20px
    }

    .h-s-set h1 {
        font-size: 30px
    }

    .h-s-set h1 small {
        font-size: 20px
    }

    .home-social {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .sns-list li {
        float: none
    }

    .sns-list li a:after {
        display: none
    }

    .sns-list li .tooltip {
        display: none
    }

    .h-c-de-main {
        padding: 30px 0
    }

    .fo-to-set {
        width: 22%
    }

    .fo-to-set.first {
        width: 35%
    }

    .fo-to-set.links {
        width: 43%
    }

    .cr-col.vm {
        vertical-align: top
    }

    .cr-col.icon {
        width: 15%
    }

    .cr-col.capt {
        width: 75%;
        padding: 10px 15px
    }

    .cr-col h4 {
        font-size: 16px
    }

    .cr-col h4 br {
        display: none
    }

    .in-cot-title {
        font-size: 30px
    }

    .error-capt h1 {
        padding: 30px 0 !important;
        font-size: 45px !important
    }

    .error-rocks {
        bottom: -5px !important;
        height: 100px !important
    }

    .ga-de-more {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .g-d-mo-img {
        width: 70%
    }
}

@media only screen and (max-width: 1024px) {
    .gl-cookie .auto {
        padding-left: 220px
    }

    .gl-co-capt,
    .gl-co-button {
        float: none !important;
        max-width: 100%;
        width: auto
    }

    .gl-co-button {
        margin-top: 10px
    }
}

@media only screen and (max-width: 950px) {
    .ho-ga-banner .main {
        -webkit-transform: translateX(716px);
        -moz-transform: translateX(716px);
        -ms-transform: translateX(716px);
        -o-transform: translateX(716px);
        transform: translateX(716px)
    }

    .ga-to-preview {
        right: -15.5%
    }

    .g-sl-block .hoverdir span,
    .g-sl-block[data-fancybox-type="iframe"]:after {
        font-size: 70px
    }

    .gl-cookie {
        text-align: center
    }

    .gc-re-co {
        width: 40%
    }
}

@media only screen and (max-width: 810px) {
    .menu li {
        padding: 0 15px
    }

    .h-b-btn {
        font-size: 16px
    }

    .ho-ga-banner .main {
        min-height: 600px
    }

    .ga-la-main {
        min-width: 0
    }
}

@media only screen and (max-width: 680px) {
    .gl-cookie .auto {
        padding-left: 42%
    }

    .gl-cookie .h-b-btn {
        display: block;
        margin: 10px 0
    }

    .gl-co-img {
        width: 40%
    }
}

@media only screen and (max-width: 640px) {
    .popup-content {
        width: 100% !important
    }
}

.dhc-gacha .gl-legal-content {
    background-color: #0f1e3b;
    color: #5d5e9e;
    font-size: 20px
}

.dhc-gacha .gl-legal-content .top-title {
    margin: 20px auto
}

.dhc-gacha .gl-legal-content .top-title .yellow {
    color: #FDC53A;
    text-transform: uppercase
}

.dhc-gacha .gl-legal-content .top-title .purple {
    color: #8488ff
}

.dhc-gacha .gl-legal-content .top-title h2 {
    font-size: 56px
}

.dhc-gacha .gl-legal-content .top-title h3 {
    font-size: 32px
}

.dhc-gacha .gl-legal-content .top-title:before,
.dhc-gacha .gl-legal-content .top-title:after {
    content: "";
    display: block;
    background-image: url("../png/border-deco.png");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 100%
}

.dhc-gacha .gl-legal-content .top-title:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dhc-gacha .gl-legal-content .title-bg {
    display: table;
    width: 100%;
    height: 100%;
    background: url("../png/title-bg.png") no-repeat center center;
    font-size: 52px;
    text-transform: uppercase
}

.dhc-gacha .gl-legal-content .title-bg img {
    width: 191px;
    height: auto
}

.dhc-gacha .gl-legal-content .title-bg span.cell-left,
.dhc-gacha .gl-legal-content .title-bg span.cell-right {
    display: inline-block;
    color: #fff;
    vertical-align: middle
}

.dhc-gacha .gl-legal-content .title-bg span.cell-left {
    width: 45%;
    padding-right: 10px;
    text-align: right
}

.dhc-gacha .gl-legal-content .title-bg span.cell-right {
    width: 55%;
    text-align: left;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s
}

@media (max-width: 810px) {
    .dhc-gacha .gl-legal-content .title-bg {
        font-size: 36px;
        background-size: 70%
    }

    .dhc-gacha .gl-legal-content .title-bg img {
        width: 80px
    }

    .dhc-gacha .gl-legal-content .title-bg span.cell-left {
        width: 35%
    }

    .dhc-gacha .gl-legal-content .title-bg span.cell-right {
        width: 65%
    }
}

@media (max-width: 640px) {
    .dhc-gacha .gl-legal-content .title-bg {
        font-size: 30px;
        background-size: 100%
    }

    .dhc-gacha .gl-legal-content .title-bg img {
        width: 80px
    }
}

@media (max-width: 480px) {
    .dhc-gacha .gl-legal-content .title-bg {
        font-size: 20px;
        background-size: 100%
    }

    .dhc-gacha .gl-legal-content .title-bg img {
        width: 80px
    }
}

.dhc-gacha .gl-legal-content ul {
    padding: 0 !important
}

.dhc-gacha .gl-legal-content ul li {
    display: table;
    width: 100%;
    list-style: none !important
}

.dhc-gacha .gl-legal-content ul li span {
    display: table-cell
}

.dhc-gacha .gl-legal-content ul li span.cell-left {
    width: 45%;
    text-align: right;
    color: #5d5e9e
}

.dhc-gacha .gl-legal-content ul li span.cell-right {
    width: 55%;
    padding-left: 20px;
    text-align: left;
    color: #8488ff
}

@media (max-width: 810px) {
    .dhc-gacha .gl-legal-content {
        font-size: 16px
    }
}

@media (max-width: 480px) {
    .dhc-gacha .gl-legal-content {
        font-size: 16px
    }
}

@media (max-width: 480px) {

    .dhc-gacha.de .gl-legal-content,
    .dhc-gacha.es .gl-legal-content,
    .dhc-gacha.france .gl-legal-content,
    .dhc-gacha.id .gl-legal-content,
    .dhc-gacha.it .gl-legal-content,
    .dhc-gacha.ru .gl-legal-content,
    .dhc-gacha.ko .gl-legal-content,
    .dhc-gacha.pt-br .gl-legal-content,
    .dhc-gacha.pt-pt .gl-legal-content,
    .dhc-gacha.tr .gl-legal-content {
        font-size: 15px
    }

    .dhc-gacha.de .gl-legal-content .top-title h2,
    .dhc-gacha.es .gl-legal-content .top-title h2,
    .dhc-gacha.france .gl-legal-content .top-title h2,
    .dhc-gacha.id .gl-legal-content .top-title h2,
    .dhc-gacha.it .gl-legal-content .top-title h2,
    .dhc-gacha.ru .gl-legal-content .top-title h2,
    .dhc-gacha.ko .gl-legal-content .top-title h2,
    .dhc-gacha.pt-br .gl-legal-content .top-title h2,
    .dhc-gacha.pt-pt .gl-legal-content .top-title h2,
    .dhc-gacha.tr .gl-legal-content .top-title h2 {
        font-size: 38px
    }

    .dhc-gacha.de .gl-legal-content .top-title h3,
    .dhc-gacha.es .gl-legal-content .top-title h3,
    .dhc-gacha.france .gl-legal-content .top-title h3,
    .dhc-gacha.id .gl-legal-content .top-title h3,
    .dhc-gacha.it .gl-legal-content .top-title h3,
    .dhc-gacha.ru .gl-legal-content .top-title h3,
    .dhc-gacha.ko .gl-legal-content .top-title h3,
    .dhc-gacha.pt-br .gl-legal-content .top-title h3,
    .dhc-gacha.pt-pt .gl-legal-content .top-title h3,
    .dhc-gacha.tr .gl-legal-content .top-title h3 {
        font-size: 28px
    }
}

@media (max-width: 320px) {

    .dhc-gacha.de .gl-legal-content .top-title h2,
    .dhc-gacha.es .gl-legal-content .top-title h2,
    .dhc-gacha.france .gl-legal-content .top-title h2,
    .dhc-gacha.id .gl-legal-content .top-title h2,
    .dhc-gacha.it .gl-legal-content .top-title h2,
    .dhc-gacha.ru .gl-legal-content .top-title h2,
    .dhc-gacha.ko .gl-legal-content .top-title h2,
    .dhc-gacha.pt-br .gl-legal-content .top-title h2,
    .dhc-gacha.pt-pt .gl-legal-content .top-title h2,
    .dhc-gacha.tr .gl-legal-content .top-title h2 {
        font-size: 32px
    }

    .dhc-gacha.de .gl-legal-content .top-title h3,
    .dhc-gacha.es .gl-legal-content .top-title h3,
    .dhc-gacha.france .gl-legal-content .top-title h3,
    .dhc-gacha.id .gl-legal-content .top-title h3,
    .dhc-gacha.it .gl-legal-content .top-title h3,
    .dhc-gacha.ru .gl-legal-content .top-title h3,
    .dhc-gacha.ko .gl-legal-content .top-title h3,
    .dhc-gacha.pt-br .gl-legal-content .top-title h3,
    .dhc-gacha.pt-pt .gl-legal-content .top-title h3,
    .dhc-gacha.tr .gl-legal-content .top-title h3 {
        font-size: 26px
    }
}

.dhc-gacha.de .title-bg span.cell-right,
.dhc-gacha.es .title-bg span.cell-right,
.dhc-gacha.france .title-bg span.cell-right,
.dhc-gacha.id .title-bg span.cell-right,
.dhc-gacha.it .title-bg span.cell-right,
.dhc-gacha.ru .title-bg span.cell-right,
.dhc-gacha.ko .title-bg span.cell-right,
.dhc-gacha.pt-br .title-bg span.cell-right,
.dhc-gacha.pt-pt .title-bg span.cell-right,
.dhc-gacha.tr .title-bg span.cell-right {
    line-height: 1.2
}

@media (max-width: 1024px) {

    .dhc-gacha.de .title-bg span.cell-right,
    .dhc-gacha.es .title-bg span.cell-right,
    .dhc-gacha.france .title-bg span.cell-right,
    .dhc-gacha.id .title-bg span.cell-right,
    .dhc-gacha.it .title-bg span.cell-right,
    .dhc-gacha.ru .title-bg span.cell-right,
    .dhc-gacha.ko .title-bg span.cell-right,
    .dhc-gacha.pt-br .title-bg span.cell-right,
    .dhc-gacha.pt-pt .title-bg span.cell-right,
    .dhc-gacha.tr .title-bg span.cell-right {
        font-size: 40px
    }
}

@media (max-width: 810px) {

    .dhc-gacha.de .title-bg span.cell-right,
    .dhc-gacha.es .title-bg span.cell-right,
    .dhc-gacha.france .title-bg span.cell-right,
    .dhc-gacha.id .title-bg span.cell-right,
    .dhc-gacha.it .title-bg span.cell-right,
    .dhc-gacha.ru .title-bg span.cell-right,
    .dhc-gacha.ko .title-bg span.cell-right,
    .dhc-gacha.pt-br .title-bg span.cell-right,
    .dhc-gacha.pt-pt .title-bg span.cell-right,
    .dhc-gacha.tr .title-bg span.cell-right {
        font-size: 30px
    }
}

@media (max-width: 480px) {

    .dhc-gacha.de .title-bg span.cell-right,
    .dhc-gacha.es .title-bg span.cell-right,
    .dhc-gacha.france .title-bg span.cell-right,
    .dhc-gacha.id .title-bg span.cell-right,
    .dhc-gacha.it .title-bg span.cell-right,
    .dhc-gacha.ru .title-bg span.cell-right,
    .dhc-gacha.ko .title-bg span.cell-right,
    .dhc-gacha.pt-br .title-bg span.cell-right,
    .dhc-gacha.pt-pt .title-bg span.cell-right,
    .dhc-gacha.tr .title-bg span.cell-right {
        font-size: 18px
    }
}

@media (max-width: 320px) {

    .dhc-gacha.de .title-bg span.cell-right,
    .dhc-gacha.es .title-bg span.cell-right,
    .dhc-gacha.france .title-bg span.cell-right,
    .dhc-gacha.id .title-bg span.cell-right,
    .dhc-gacha.it .title-bg span.cell-right,
    .dhc-gacha.ru .title-bg span.cell-right,
    .dhc-gacha.ko .title-bg span.cell-right,
    .dhc-gacha.pt-br .title-bg span.cell-right,
    .dhc-gacha.pt-pt .title-bg span.cell-right,
    .dhc-gacha.tr .title-bg span.cell-right {
        font-size: 16px
    }
}

@media (max-width: 360px) {
    .dhc-gacha.it .title-bg span.cell-right {
        font-size: 17px
    }
}

@media (max-width: 320px) {
    .dhc-gacha.it .title-bg span.cell-right {
        font-size: 15px
    }
}

.dhc-gacha.ar .gl-legal-content span.cell-left {
    width: 45%;
    padding-left: 0;
    text-align: left
}

.dhc-gacha.ar .gl-legal-content span.cell-right {
    width: 55%;
    padding-right: 20px;
    text-align: right;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s
}

.dhc-gacha.ar .gl-legal-content .percent-span {
    display: inline-block;
    direction: ltr
}

@media (max-width: 640px) {
    .dhc-gacha.ar .gl-legal-content .top-title h2 {
        font-size: 37px
    }

    .dhc-gacha.ar .gl-legal-content .top-title h3 {
        font-size: 26px
    }

    .dhc-gacha.ar .gl-legal-content .title-bg span.cell-left {
        width: 35%
    }

    .dhc-gacha.ar .gl-legal-content .title-bg span.cell-right {
        width: 55% !important
    }

    .dhc-gacha.ar .gl-legal-content span.cell-left {
        width: 25%
    }

    .dhc-gacha.ar .gl-legal-content span.cell-right {
        width: 55% !important
    }
}

@media (max-width: 480px) {
    .dhc-gacha.ar .gl-legal-content .title-bg span.cell-right {
        width: 50% !important
    }
}

.dhc-gacha.ja .gl-legal-content .top-title h2 {
    font-size: 52px
}

.dhc-gacha.ja .gl-legal-content .top-title h3 {
    font-size: 30px
}

@media (max-width: 760px) {
    .dhc-gacha.ja .gl-legal-content .top-title h2 {
        font-size: 32px
    }

    .dhc-gacha.ja .gl-legal-content .top-title h3 {
        font-size: 24px
    }

    .dhc-gacha.ja .gl-legal-content .title-bg .cell-right {
        font-size: 28px
    }
}

@media (max-width: 640px) {
    .dhc-gacha.ja .gl-legal-content ul li span.cell-right {
        width: 30% !important
    }
}

@media (max-width: 480px) {
    .dhc-gacha.ja .gl-legal-content .title-bg span.cell-right {
        width: 60% !important;
        font-size: 18px
    }

    .dhc-gacha.ja .gl-legal-content ul li {
        margin: 20px auto
    }

    .dhc-gacha.ja .gl-legal-content span.cell-left,
    .dhc-gacha.ja .gl-legal-content span.cell-right {
        font-size: 14px;
        line-height: 1.1
    }
}

@media (max-width: 640px) {
    .dhc-gacha.th .gl-legal-content .top-title h2 {
        font-size: 32px
    }

    .dhc-gacha.th .gl-legal-content .top-title h3 {
        font-size: 24px
    }

    .dhc-gacha.th .gl-legal-content .title-bg span.cell-right {
        width: 60% !important
    }
}

@media (max-width: 640px) {

    .dhc-gacha.zh-hans .gl-legal-content .top-title h2,
    .dhc-gacha.zh-hant .gl-legal-content .top-title h2 {
        font-size: 32px
    }

    .dhc-gacha.zh-hans .gl-legal-content .top-title h3,
    .dhc-gacha.zh-hant .gl-legal-content .top-title h3 {
        font-size: 24px
    }
}

table.gacha-table {
    font-family: "Lunchtype", "Helvetica";
    font-size: 16px;
    width: 96%;
    max-width: 1280px;
    height: auto;
    margin: 10px auto;
    border-collapse: collapse;
    border: 1px solid #ddd
}

table.gacha-table .even {
    background-color: #f2f2f2
}

table.gacha-table .odd {
    background-color: #fff
}

table.gacha-table td {
    border: 1px solid #ddd;
    padding: 10px
}

table.gacha-table tr:first-child td {
    height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #00bff3;
    letter-spacing: 1px
}

table.gacha-table tr:nth-child(even) {
    background-color: #f2f2f2
}

.level {
    display: block;
    margin: 10px 0
}

.level .level-select {
    width: auto;
    min-width: 200px;
    padding: 5px;
    color: #878a8f
}

.table-flow {
    overflow-x: auto
}

html[lang="tr"] table.gacha-table,
html[lang="tr"] .gl-legal-content {
    font-family: 'Arial', 'Helvetica', 'Calibri'
}

.b-f-auto {
    max-width: 1125px;
    width: 100%;
    margin: auto
}

.black-friday-content {
    background-color: #ebecf2;
    width: 100%
}

.black-friday-topbanner {
    position: relative;
    width: 100%;
    height: 565px;
    background-size: cover;
    background-position: center;
    overflow: hidden
}

.black-friday-topbanner .b-f-t-text {
    bottom: 80px;
    width: 100%;
    color: #fff
}

.black-friday-topbanner .b-f-t-text h2 {
    padding-bottom: 5px;
    font-size: 46px;
    line-height: 1.0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5)
}

.black-friday-topbanner .b-f-t-text p {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5)
}

.black-friday-topbanner .deco-top-banner {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1170px;
    height: 20px;
    background: url("../gif/deco-top-banner.gif") left bottom no-repeat;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.black-friday-topbanner .deco-top-banner:before {
    content: "";
    position: absolute;
    left: -499%;
    top: 0;
    display: block;
    width: 500%;
    height: 20px;
    background-color: #ebecf2
}

.black-friday-topbanner .deco-top-banner:after {
    content: "";
    position: absolute;
    right: -499%;
    top: 0;
    display: block;
    width: 500%;
    height: 20px;
    background-color: #ebecf2
}

.b-f-c-hover {
    padding-bottom: 100px
}

.b-f-c-hover:after {
    content: "";
    display: block;
    width: 100%;
    clear: both
}

.b-f-c-hover .item {
    float: left;
    max-width: 350px;
    width: 30%;
    height: auto;
    margin: 10px 1.65%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.b-f-c-hover .item .b-f-item-set {
    position: relative;
    overflow: hidden
}

.b-f-c-hover .item .b-f-item-img {
    z-index: 1;
    position: relative
}

.b-f-c-hover .item .b-f-item-img img {
    width: 100%;
    height: auto
}

.b-f-c-hover .item .b-f-item-img .loader {
    overflow: hidden;
    background: #fff url("../gif/loading.gif") no-repeat center
}

.b-f-c-hover .item .b-f-item-capt {
    position: absolute;
    z-index: 2;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(0, 191, 243, 0.8);
    color: #fff
}

.b-f-c-hover .item .b-f-item-capt h2 {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #fff;
    line-height: 1.2
}

.b-f-c-hover .item .b-f-item-capt p {
    max-height: 94px;
    height: auto;
    overflow: hidden
}

.b-f-c-hover .item .b-f-item-capt .g-c-bottom {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    text-align: center
}

.b-f-c-hover .item .b-f-item-capt .g-c-bottom .h-b-btn.short {
    min-width: 200px;
    padding-top: 18px;
    padding-bottom: 18px
}

.b-f-c-hover .item .b-f-item-capt .g-c-bottom .h-b-btn {
    min-width: 250px;
    padding: 20px 30px;
    line-height: 1.0;
    border: 2px solid #fff;
    color: #fff;
    text-align: center
}

.b-f-c-hover .item .b-f-item-capt .g-c-bottom .h-b-btn:hover {
    background-color: #fff;
    color: rgba(0, 191, 243, 0.8)
}

@media (max-width: 950px) {
    .b-f-c-hover .item .b-f-item-capt {
        padding: 10px
    }

    .b-f-c-hover .item .b-f-item-capt h2 {
        font-size: 20px
    }

    .b-f-c-hover .item .b-f-item-capt p {
        font-size: 16px
    }

    .b-f-c-hover .item .b-f-item-capt .g-c-bottom {
        padding: 0 !important;
        background-color: rgba(255, 255, 255, 0.8)
    }

    .b-f-c-hover .item .b-f-item-capt .g-c-bottom .h-b-btn.short {
        display: block;
        min-width: 100%;
        width: 100%;
        padding: 20px !important;
        border: none;
        text-decoration: none;
        color: #33b0ff
    }
}

@media (max-width: 810px) {
    .b-f-c-hover .item {
        height: auto
    }

    .b-f-c-hover .item .b-f-item-capt h2 {
        font-size: 14px
    }

    .b-f-c-hover .item .b-f-item-capt p {
        font-size: 12px
    }

    .b-f-c-hover .item .b-f-item-capt .g-c-bottom .h-b-btn.short {
        min-width: auto;
        padding: 18px
    }
}

@media (max-width: 640px) {
    .b-f-c-hover .item {
        max-width: 49%;
        width: 48%;
        height: auto;
        margin: 10px 1%
    }

    .b-f-c-hover .item .b-f-item-capt {
        padding: 10px
    }

    .b-f-c-hover .item .b-f-item-capt h2 {
        font-size: 16px
    }

    .b-f-c-hover .item .b-f-item-capt p {
        font-size: 14px;
        max-height: 40px
    }

    .b-f-c-hover .item .b-f-item-capt .g-c-bottom {
        padding: 0 !important;
        background-color: rgba(255, 255, 255, 0.8)
    }

    .b-f-c-hover .item .b-f-item-capt .g-c-bottom .h-b-btn.short {
        display: block;
        min-width: 100%;
        width: 100%;
        padding: 20px !important;
        border: none;
        text-decoration: none;
        color: #33b0ff
    }
}

@media (max-width: 480px) {
    .b-f-c-hover .item {
        float: none;
        max-width: 100%;
        width: 90%;
        height: auto;
        margin: 10px auto
    }

    .b-f-c-hover .item .b-f-item-capt {
        padding: 10px
    }

    .b-f-c-hover .item .b-f-item-capt h2 {
        font-size: 18px
    }

    .b-f-c-hover .item .b-f-item-capt p {
        font-size: 16px;
        max-height: 100px
    }

    .b-f-c-hover .item .b-f-item-capt .g-c-bottom {
        padding: 0 !important;
        background-color: rgba(255, 255, 255, 0.8)
    }

    .b-f-c-hover .item .b-f-item-capt .g-c-bottom .h-b-btn.short {
        display: block;
        min-width: 100%;
        width: 100%;
        padding: 20px !important;
        border: none;
        text-decoration: none;
        color: #33b0ff
    }
}

.exclusive-holiday h2 {
    color: #EA222F !important
}

.exclusive-holiday p {
    color: #1A1A1A !important
}

.black-friday-topbanner .b-f-t-image-icons {
    width: auto;
    display: inline-block;
    float: right
}

.black-friday-topbanner .b-f-t-text.exclusive-holiday-banner-text {
    width: auto;
    display: inline-block;
    padding-right: 50px;
    float: left;
    margin-top: 260px
}

@media (max-width: 810px) {
    .black-friday-topbanner .b-f-t-image-icons img {
        width: 50%;
        height: auto
    }

    .black-friday-topbanner .b-f-t-text {
        padding: 0
    }
}

@media (max-width: 480px) {
    .black-friday-topbanner .b-f-t-image-icons img {
        width: 80%;
        height: auto
    }

    .black-friday-topbanner .exclusive-holiday h2 {
        font-size: 36px
    }

    .black-friday-topbanner .exclusive-holiday p {
        font-size: 16px
    }
}

.policy-container {
    width: 100%;
    padding-top: 60px;
    color: #878a8f
}

.policy-container .policy-content {
    padding-top: 30px
}

.policy-container .policy-content h1 {
    padding: 20px 0 10px 0;
    font-weight: 900;
    line-height: 1.2;
    font-size: 30px
}

.policy-container .policy-content h2 {
    font-size: 24px;
    font-weight: 900
}

.policy-container .policy-content .text-uppercase {
    text-transform: uppercase
}

.policy-container .policy-content p {
    font-size: 16px;
    text-align: justify;
    padding: 10px 0;
    word-wrap: break-word
}

.policy-container .policy-content p a {
    word-wrap: break-word
}

@media (max-width: 760px) {
    .policy-container .policy-content p {
        text-align: left
    }
}

.policy-container .policy-content ul {
    padding-left: 15px
}

.policy-container .policy-content ul li {
    font-size: 16px;
    list-style: disc;
    padding: 10px 0
}

.policy-container .policy-content ul li a {
    word-wrap: break-word
}

.policy-container .policy-content .cookie-tbl {
    width: 100%;
    overflow-x: auto
}

.policy-container .policy-content .cookie-tbl table {
    width: 100%;
    font-size: 16px
}

.policy-container .policy-content .cookie-tbl table th,
.policy-container .policy-content .cookie-tbl table td {
    padding: 10px;
    border: 1px solid #878a8f
}

.policy-container .policy-content .cookie-tbl table th:first-child {
    max-width: 160px
}
