﻿html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
a,
p,
span,
strong,
b,
input,
textarea,
button,
table,
tr,
td,
th,
em,
i,
var,
div,
img {
  margin: 0;
  padding: 0;
}

html,
body {
  /*-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;*/
  /*-webkit-overflow-scrolling: touch;*/
  /*touch-action: auto;*/
  overflow-x: hidden;
  -webkit-appearance: none;
  max-width: 750px;
  /*margin:  0 auto;*/
  font-size: 0.24rem;
  font-family: "Microsoft YaHei", "微软雅黑", \5FAE\8F6F\96C5\9ED1, "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  background-color: #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

li {
  list-style: none;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: none;
}

em,
i {
  font-style: normal;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

b,
strong {
  display: block;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

input,
textarea,
button {
  outline: none;
}

button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
  box-sizing: border-box;
  line-height: 1.3;
}

p {
  text-align: justify;
  word-wrap: break-word;
  word-break: normal;
  font-size: 0.24rem;
  line-height: 1.6;
  color: #666666;
}

p img {
  display: inline-block;
}

img {
  display: block;
  max-width: 100%;
}

.clear-float:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}

input[type='text'],
input[type='password'],
input[type='submit'],
input[type='button'],
textarea,
button {
  background-color: transparent;
  border: none;
  /*-webkit-appearance: none;*/
  -webkit-appearance: none;
  appearance: none;
  /*-webkit-tap-highlight-color: rgba(255, 255, 255, 0);*/
}

/*弹窗*/
.pop-wrap {
  display: none;
  width: 100%;
  height: 100%;

  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.pop-wrap var {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pop-wrap .pop-cont {
  width: 6.9rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar-thumb {
  display: none;
}




@font-face {
  font-family: 'Gilroy-Bold';
  src: url('../fonts/Gilroy-Bold.eot');
  src: url('../fonts/Gilroy-Bold.otf')format('otf'), url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.ttf') format('truetype'), url('../fonts/Gilroy-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik.eot');
  src: url('../fonts/Rubik.otf')format('otf'), url('../fonts/Rubik.eot?#iefix') format('embedded-opentype'), url('../fonts/Rubik.woff') format('woff'),
    /*url('../fonts/rubik-regular-webfont-webfont.woff2') format('woff2'),*/
    url('../fonts/Rubik.ttf') format('truetype'), url('../fonts/Rubik.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINCond';
  src: url('../fonts/DINCond-Medium.eot');
  src: url('../fonts/DINCond-Medium.otf')format('otf'), url('../fonts/DINCond-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/DINCond-Medium.woff') format('woff'), url('../fonts/DINCond-Medium.woff2') format('woff2'), url('../fonts/DINCond-Medium.ttf') format('truetype'), url('../fonts/DINCond-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN';
  src: url('../fonts/DIN MEDIUM.eot');
  src: url('../fonts/DIN MEDIUM.otf')format('otf'), url('../fonts/DIN MEDIUM.eot?#iefix') format('embedded-opentype'), url('../fonts/DIN MEDIUM.woff') format('woff'), url('../fonts/DIN MEDIUM.woff2') format('woff2'), url('../fonts/DIN MEDIUM.ttf') format('truetype'), url('../fonts/DIN MEDIUM.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.w1200 {
  padding: 0 0.3rem;
}