html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

body {
    background: url('../images/h5/bg.jpg') no-repeat top center / cover;
    background-color: #030303;
    width: 100%;
}

body header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 48px;
}

body header .desc {
    width: 4.4rem;
}

body header .logo {
    width: 6.9rem;
    margin-top: 17px;
}

body .content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

body .content-container .content {
    width: 100%;
}

body .content-container .content.content1 {
    margin-top: 16px;
}

body .content-container .content.content1 img {
    width: 100%;
}

body .content-container .content.content2 {
    width: 6.5rem;
    color: #ffffff;
    font: 510 0.3rem/0.36rem 'SF Pro', sans-serif;
    text-align: center;
}

body .content-container .content.content2 p {
    margin-top: 0.36rem;
}

body .content-container .content.content2 p strong {
    color: #F4E109;
}

body .content-container .content.content2 .btn-play {
    width: 5.94rem;
    height: 1.66rem;
    background-image: url('../images/h5/btn.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0.35rem 0;
}

body .content-container .content.content2 .btn-play:hover {
    cursor: pointer;
}

@media only screen and (min-width: 1025px) {
    body {
        background: url('../images/pc/bg.jpg') no-repeat top center / cover;
        background-color: #030303;
    }

    body header {
        margin-top: 25px;
    }

    body header .desc {
        width: calc(100vw* 344.5 / 1920);
        content: url("../images/pc/header_small.png");
    }

    body header .logo {
        width: calc(100vw* 870 / 1920);
        content: url("../images/pc/header_big.png");
        margin-top: 35px;
    }

    body .content-container {
        flex-direction: row;
        justify-content: center;
        margin: 0 auto;
        padding: 0 20px;
        max-width: 1340px;
    }

    body .content-container .content.content1 {
        width: 63.4%;
        margin: 0;
    }
    body .content-container .content.content1 img {
        display: block;
        width: 100%;
        content: url("../images/pc/content.png");
    }

    body .content-container .content.content2 {
        width: 36.6%;
        font: 400 20px/normal 'SF Pro', sans-serif;
    }

    body .content-container .content.content2 p {
        margin-top: 26px;
    }

    body .content-container .content.content2 .btn-play {
        width: calc(100vw* 422 / 1920);
        height: calc(100vw* 102 / 1920);
        background-image: url('../images/pc/btn.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        margin: 50px 0 0;
    }
}