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,
span,
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%;
  line-height: 1;
  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 "Microsoft YaHei", arial, sans-serif, \5b8b\4f53;
  color: #333;
  outline: 0
}

body {
  background-color: #FFF;
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  left: 0
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle
}

p {
  text-align: justify
}

html {
  overflow-x: hidden
}

a {
  display: block;
  color: inherit;
  text-decoration: none
}



input,
button {
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  outline: none
}

input[type="checkbox"] {
  vertical-align: -2px;
  margin-right: 4px
}

input::placeholder ,
textarea::placeholder {
  color: #ccc;
}

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: #d3d3d3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 0
}

::-webkit-scrollbar-thumb {
  background-color: #cbcbcb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0
}

.clearfix:after,
.clear-float::after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.w1200:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.pop-wrap{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1800;
  overflow: auto;
  background-color: rgba(0, 0, 0, .5);
}
.pop-wrap var{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
 
}

.pop-wrap .pop-cont {
  width: 1200px;
  height: auto;
  margin: 20vh auto;
  background-color: #FFF;
  position: relative;
}

.pop-wrap .close{
  position: absolute;
  right: 0;
  top: -44px;
  cursor: pointer;
}

p {
  font-size: 14px;
  line-height: 24px;
  color: #a1a1a1;
}


