@charset "UTF-8";
/* Base Reset */
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,
label1,
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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
:focus {
outline: 0;
}
img {
border: 0;
max-width: 100%;
}
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;
}
.clear {
width: 100%;
height: 0;
line-height: 0;
font-size: 0;
overflow: hidden;
clear: both;
display: block;
_display: inline;
}
.none {
display: none;
}
.hidden {
visibility: hidden;
}
.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.clearfix {
display: block;
*zoom: 1;
}
body {
font-size: 14px;
font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
color: var(--vt-c-indigo);
line-height: 1;
background-color: #f0f2f5;
}
a {
text-decoration: none;
color: var(--vt-c-indigo);
transition: all 0.4s ease-in-out;
}
a:hover {
text-decoration: none;
color: var(--vt-c-primary);
}
/*页面尺寸*/
.wrapper {
width: 100%;
margin: 0 auto;
}
.wrapper .inner {
max-width: 1644px;
width: 100%;
padding: 0 20px;
margin: 0 auto;
box-sizing: border-box;
} /**页面全局宽度**/
.detail_inner {
max-width: 1280px;
width: 100%;
margin: 0 auto;
padding: 0 20px;
}
* {
box-sizing: border-box;
}
::selection {
color: #fff;
background: var(--vt-c-primary);
}