html {
    color: #333;
    background: #f4f5f7;
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html * {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

input,
select,
textarea {
    font-size: 100%;
}

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

fieldset,
img {
    border: none;
}

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

ol,
ul {
    list-style: none;
}

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

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

a {
    text-decoration: none;
}

button {
    border: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    text-transform: none;
    outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

textarea {
    vertical-align: top;
}

button,
input {
    line-height: normal;
}

select {
    margin: 0;
    outline: 0;
}

input.fixAKeyboard:focus,
textarea.fixAndroidKeyboard:focus {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset !important;
}

button,
input[type='button'],
input[type='checkbox'],
input[type='reset'],
input[type='submit'],
label {
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

input[type='submit'] {
    -moz-user-modify: read-plaintext-only;
    -ms-user-modify: read-plaintext-only;
    -o-user-modify: read-plaintext-only;
    -webkit-user-modify: read-plaintext-only;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type='search'] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

a {
    color: inherit;
}

a:hover {
    color: #f54544;
}
header {
    position: relative;
    width: 100%;
    height: 80px;
    background: #1E222C;
}

header .headWrap {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    padding-left: 20px;
}

header .headWrap .logo {
    width: 190px;
    height: 50px;
}
header .headWrap .logo img{
    width: 100%;
    height: 100%;
}
header .headWrap nav {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    height: inherit;
    margin-left: 20px;
}

header .headWrap nav ul {
    display: flex;
    align-items: center;
    height: inherit;
}

header .headWrap nav ul li {
    height: inherit;
}

header .headWrap nav ul li > a {
    height: inherit;
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    color: #fff;
    border-left: 1px solid;
    border-image: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 90%) 1;
}

header .headWrap nav ul li:last-child > a {
    border-right: 1px solid;
}

header .headWrap nav ul li:hover {
    opacity: 0.85;
}

header .headWrap nav ul li.current {
    position: relative;
}
header .headWrap nav ul li.current a{
    color:#f54544 ;
}
/*header .headWrap nav ul li.current::before,*/
header .headWrap nav ul li.current::after {
    content: '';
    width: 22px;
    height: 55px;
    display: block;
    background-image: url(../img/hc_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    /*background-position: -3px -3px;*/
    position: absolute;
    top: 13px;
    left: 50%;
    margin-left: -11px;
}

header .headWrap nav ul li.current::after {
    top: unset;
    bottom: 12px;
    transform: rotateX(180deg);
}

footer {
    width: 100%;
    background: #1c252c;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 34px 0 0;
}

footer .footerTop p {
    margin-top: 16px;
}

footer .footerTop p.infoLink {
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footerTop p.infoLink a {
    display: flex;
    align-items: center;
}

footer .footerTop p.infoLink a::after {
    content: '|';
    display: inline-block;
    margin: -1px 8px 0;
    color: #fff;
}

footer .footerTop p.infoLink a:last-child::after {
    content: '';
    margin: 0;
}

footer .footerTop p:last-child {
    margin-top: 10px;
}

footer .footerBottom {
    margin-top: 22px;
}

footer .footerBottom .boxWrap {
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #333;
}

footer .footerBottom .boxWrap > a .icon {
    width: 30px;
    height: 30px;
    background-image: url(../img/icon.png);
    background-position: -3px -283px;
    vertical-align: middle;
    margin: 0 6px 0 32px;
}

footer .footerBottom .boxWrap > a:nth-child(2) .icon {
    background-position: -38px -283px;
}

footer .footerBottom .boxWrap > a:nth-child(3) .icon {
    background-position: -73px -283px;
}

/* 面包屑 */

.crumbsBox .boxWrap {
    width: 1200px;
    margin: 0 auto;
    height: 44px;
    padding: 14px 0 16px 0;
    font-size: 14px;
    line-height: 18px;
    color: rgba(161, 165, 178, 0.7);
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
}

.crumbsBox .boxWrap .icon {
    width: 17px;
    height: 15px;
    background-position: -72px -351px;
    margin-right: 9px;
    margin-top: -2px;
}

.crumbsBox .boxWrap span,
.crumbsBox .boxWrap a {
    display: flex;
    align-items: center;
}

.crumbsBox .boxWrap span:hover,
.crumbsBox .boxWrap a:hover {
    font-weight: bold;
    color: #F54544;
}

.crumbsBox .boxWrap span::after,
.crumbsBox .boxWrap a::after {
    content: '';
    width: 8px;
    height: 14px;
    background-position: -98px -352px;
    background-image: url(../img/icon_game_list.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    display: block;
    margin: 0 16px;
}

.crumbsBox .boxWrap span:last-child,
.crumbsBox .boxWrap a:last-child {
    color: #F54544;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.crumbsBox .boxWrap span:last-child::after,
.crumbsBox .boxWrap a:last-child::after {
    display: none;
}
@media screen and (max-width: 750px) {
    body {
        min-width: unset !important;
        width: 100%;
    }
    header {
        height: auto;
    }
    header .headWrap {
        width: 100%;
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
    }
    header .headWrap .logo {
        width: 100%;
        height: auto;
        background-color: #000000;
    }
    header .headWrap .logo img {
        width: 120px;
        height: auto;
    }
    header .headWrap nav {
        width: 100%;
        height: 45px;
        overflow-x: scroll;
    }
    header .headWrap nav ul li > a {
        font-size: 16px;
    }
    header .headWrap nav ul li.current::before {
        top: 0;
    }
    header .headWrap nav ul li.current::after {
        top: unset;
        bottom: 0;
    }

    .boxWrap {
        width: 100% !important;
    }
    footer .footerBottom .boxWrap {
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: auto;
        line-height: unset;
    }
    footer .footerBottom .boxWrap a {
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 12px;
    }
    footer .footerBottom .boxWrap a .icon {
        margin: 0;
        display: none;
    }
}
