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,
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%;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

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;
}


/* extra */

* {
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}

body {
    font-family: 'en', 'cn';
    padding: 80px 0 0 0;
    overflow: auto;
}

@font-face {
    font-family: 'cn';
    src: url('../fonts/NotoSansCJKsc-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'en';
    src: url('../fonts/GoogleSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

input,
select {
    border: none;
    outline: none;
}

a {
    text-decoration: none;
}

.content {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.header_wrap {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.swiper-button-next {
    width: 18px;
    height: 28px;
    background: url(../img/common/right_active.png) top center no-repeat;
    background-size: 100%;
}

.swiper-button-prev {
    width: 18px;
    height: 28px;
    background: url(../img/common/left_active.png) top center no-repeat;
    background-size: 100%;
}

.navigation_disabled {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

.cursor {
    cursor: pointer;
}

.bread_crumb {
    color: #202124;
    line-height: 5;
    font-size: 1rem;
}

.bread_crumb .content span {
    cursor: pointer;
}

.bread_crumb .content span:hover {
    color: #4285F4;
}