html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

[hidefocus],
summary {
  outline: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

small {
  font-size: 100%;
  font-weight: normal;
}

sup,
sub {
  font-size: 83%;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 14px/24px "FSElliotPro", "-apple-system", "BlinkMacSystemFont", "PingFang SC", "Helvetica", "Microsoft YaHei", arial, sans-serif, \5b8b\4f53;
  color: #333;
  outline: 0;
}

html,
body {
  margin: auto;
  /* max-width: 1920px; */
  min-height: 100vh;
  overflow-y: auto;
  /* max-width: 1920px; */
}

html{
  font-size: calc(100vw / 16.8);
}


body {
  background-color: #09090b;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto; 
  max-width: 100%;
  left: 0;
}


img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
}

p {
  text-align: justify;
  font-size: clamp(14px,.17rem,.17rem);
  line-height: clamp(18px,.24rem,.24rem);
  color: #262626;
  font-weight: bold;
}


strong {
  display: block;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  /*display: inline-block;*/
}

div,
li {
  box-sizing: border-box;
}

.clear-float::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.content {
  width:100%;
  padding: 0 clamp(60px,1.2rem,1.2rem);
  margin: 0 auto;
  position: relative;
}
.w1430{
  width: 14.4rem;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
}
.fl {
  float: left;
}

.fr{
  float: right;
}


input,
button {
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  outline: none;
}

input[type="checkbox"] {
  vertical-align: -2px;
  margin-right: 4px;
}

/*占位符*/

input::-webkit-input-placeholder {
  color: #958170;
}

input:-moz-placeholder {
  color: #958170;
}

input::-moz-placeholder {
  color: #958170;
}

input:-ms-input-placeholder {
  color: #958170;
}

textarea::-webkit-input-placeholder {
  color: #958170;
}

textarea:-moz-placeholder {
  color: #958170;
}

textarea::-moz-placeholder {
  color: #958170;
}

textarea:-ms-input-placeholder {
  color: #958170;
}


/*滚动条样式*/
/* body::-webkit-scrollbar,
html::-webkit-scrollbar {
    width: 3px;
    border-radius: 1.5px;
}

body::-webkit-scrollbar-button,
html::-webkit-scrollbar-button {
    display: none;
}

body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
    background-color: #eee;
}

body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
    background-color: #eee;
} */

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  background-color: #8b8b8b;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

@font-face {
    font-family: 'BrutalType';
    src: url('../fonts/BrutalType-ExtraBold.eot');
    src: url('../fonts/BrutalType-ExtraBold.otf')format('otf'),
        url('../fonts/BrutalType-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrutalType-ExtraBold.woff') format('woff'),
        url('../fonts/BrutalType-ExtraBold.woff2') format('woff2'),
        url('../fonts/BrutalType-ExtraBold.ttf') format('truetype'),
        url('../fonts/BrutalType-ExtraBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'InterDisplay-Bold';
  src: url('../fonts/InterDisplay-Bold.eot');
  src: url('../fonts/InterDisplay-Bold.otf')format('otf'),
      url('../fonts/InterDisplay-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/InterDisplay-Bold.woff') format('woff'),
      url('../fonts/InterDisplay-Bold.woff2') format('woff2'),
      url('../fonts/InterDisplay-Bold.ttf') format('truetype'),
      url('../fonts/InterDisplay-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen  and (min-width:1680px){
  html{
          font-size: 100px;
  }
}
  
@media screen and (max-width:1015px){
  html {
    font-size: calc(100vw / 10.15);
}
  .w1430,.content{
    width: 100%;
    padding: 0 .3rem; 
}
p{
  font-size: .24rem;
  line-height: .34rem;
}
.fl,.fr{
  float: none;
}
}
@media screen and (max-width:768px){
  html {
    font-size: calc(100vw / 7.68);
}
}