/* css reset */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font: inherit;
    -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img,
abbr,
acronym {
    border: 0;
}

input,
textarea,
select {
    font-family: "Segoe UI", Helvetica, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 14px;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

ul,
ol,
dl {
    list-style: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}


/* Hide from IE Mac \*/

.clearfix {
    display: block;
}


/* End hide from IE Mac */

html {
    height: 100%;
}

body {
    font: normal 13px/1.5 "Helvetica Neue", Helvetica, STHeiTi, Roboto, Arial, "MSゴシック", Helvetica, sans-serif;
    width: 100%;
    height: 100%;
    position: relative;
    background: #936c46;
}

a {
    text-decoration: none;
}

body.arb {
    text-align: right;
    direction: rtl;
}

.bg {
    width: 100%;
    min-height: 1140px;
    background-color: #000215;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    background-image: url('../images/bg.jpg?20190827');
    background-size: cover;
}

.logo {
    width: 550px;
    text-align: center;
    height: 230px;
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.logo img {
    max-width: 100%;
    max-height: 100%;
}

.tit {
    width: 1200px;
    height: 100px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 250px;
    text-align: center;
}

.tit img {
    max-height: 100%;
    max-width: 100%;
}

.share {
    position: absolute;
    top: 25%;
    right: 10px;
}

.shareItem {
    background-repeat: no-repeat;
    width: 110px;
    height: 110px;
    margin-top: 10px;
    font-size: 0;
    text-indent: -999em;
    transition: all 0.125s ease;
}

.shareItem:hover {
    transform: translateX(-10%);
}

.shareItem .link {
    display: block;
    width: 100%;
    height: 100%;
}

.share .f {
    background-image: url('../images/fb.png');
    background-position: center;
    background-size: contain;
}

.share .i {
    background-image: url('../images/ins.png');
    background-position: center;
    background-size: contain;
}

.share .y {
    background-image: url('../images/youtube.png');
    background-position: center;
    background-size: contain;
}

.download {
    position: absolute;
    bottom: 160px;
    left: 0;
    width: 100%;
    text-align: center;
}

.downloadItem {
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(http://img1.igg.com/game/cq/project/site/images/down_btn_en.png);
    width: 240px;
    height: 72px;
    font-size: 0;
    text-indent: -999em;
    margin: 0 10px;
    transition: all 0.125s ease;
}

.downloadItem:hover {
    transform: translateY(-10%);
}

.downloadItem .link {
    display: block;
    width: 100%;
    height: 100%;
}

.downloadItem.apple {
    background-position: top left;
}

.downloadItem.android {
    background-position: top right;
}

.blank_block {
    width: 110px;
    height: 110px;
    margin-top: 10px;
}

.language {
    background-repeat: no-repeat;
    background-image: url('../images/language.png');
    background-position: top center;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 0;
    width: 187.5px;
    height: 97.5px;
}

.language select {
    background: none;
    color: #ffcc44;
    border: 0;
    width: 100px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-left: 60px;
    margin-top: 53px;
    float: left;
}

.language select option {
    border: 0;
    background-color: #1E0D05;
}

#igg-footer {
    color: #f9c3a4;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -55px;
    line-height: 30px;
    font-size: 14px;
}

.iferror {
    position: absolute;
    bottom: 130px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #d1d3d5;
    font-size: 14px;
}

.iferror .here {
    color: #f9d857;
    text-decoration: underline;
    padding: 0 5px;
}

@media (min-device-width:300px) and (max-device-width:1000px) {
    .bg {
        padding-top: 21rem;
        height: auto;
        min-height: auto;
        background-size: 100%;
        background-color: #634635;
        background-image: url('../images/bgM.jpg?20190827');
        background-size: cover;
    }
    .logo {
        width: 6.14rem;
        height: 2.61rem;
        top: 1.7rem;
    }
    .tit {
        width: 100%;
        left: 0;
        height: 2.4rem;
        margin-left: 0;
        bottom: 9rem;
    }
    .language {
        background-image: none;
        background-color: #634635;
        width: 100%;
        height: 1rem;
        line-height: 1rem;
        right: 0;
        text-align: right;
    }
    .language select {
        margin: 0;
        height: 1rem;
        line-height: 1rem;
        width: auto;
        float: right;
    }
    .language option {
        text-align: center;
    }
    .share {
        position: initial;
        text-align: center;
        padding-top: 2rem;
    }
    .share .shareItem {
        width: 1.3rem;
        height: 1.3rem;
        margin: 0 .1rem;
        display: inline-block;
    }
    .shareItem.f {
        background: url('../images/fbM.png') no-repeat center;
        background-size: contain;
    }
    .shareItem.i {
        background: url('../images/insM.png') no-repeat center;
        background-size: contain;
    }
    .shareItem.y {
        background: url('../images/youtubeM.png') no-repeat center;
        background-size: contain;
    }
    .blank_block {
        display: none;
        width: 110px;
        height: 110px;
        margin-top: 10px;
    }
    .download {
        top: 19.5rem;
        bottom: auto;
    }
    .downloadItem {
        width: 5rem;
        height: 1.5rem;
        background-size: 200%;
    }
    .iferror {
        top: 21.5rem;
        bottom: auto;
    }
    #igg-footer {
        color: #f9c3a4;
        text-align: center;
        padding-top: 1rem;
        padding-bottom: .3rem;
        position: inherit;
        bottom: auto;
    }
}

@media all and (max-width:1366px) {
    html {
        font-size: 100px
    }
}

@media all and (max-width:1024px) {
    html {
        font-size: 80px
    }
}

@media all and (max-width:768px) {
    html {
        font-size: 60px
    }
}

@media all and (max-width:736px) {
    html {
        font-size: 57.5px
    }
}

@media all and (max-width:667px) {
    html {
        font-size: 52.1094px
    }
}

@media all and (max-width:568px) {
    html {
        font-size: 44.375px
    }
}

@media all and (max-width:480px) {
    html {
        font-size: 37.5px
    }
}

@media all and (max-width:414px) {
    html {
        font-size: 32.3438px
    }
}

@media all and (max-width:375px) {
    html {
        font-size: 29.2969px
    }
}

@media all and (max-width:320px) {
    html {
        font-size: 25px
    }
}