/* CSS Document */
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;

}
.w{
  width: 1200px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, .1);
}
body{
  -webkit-overflow-scrolling: touch;
  color: #000;
  font-size: 16px;
}

img {
  border: none;
  vertical-align: top;
}
html,
body,
ul,
li,
img,
a,
p,
div,
form,
input,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  font-weight: normal;
}
input, textarea {
  padding: 0;
  margin: 0;
  outline: none;
}


a {
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:link, a:active {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-touch-callout: none;
}

em, i {
  font-style: normal;
}
ul,li{
  padding: 0;
  margin: 0;
}
li, ol {
  list-style: none;
}


.fl {
  float: left;
}

.fr {
  float: right;
}


.clearfix::before,
.clearfix::after {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.m0{
  margin: 0;
}
.p0{
  margin: 0;
}

.mt40{
  margin-top: 42px;
}
.mb100{
  margin-bottom: 100px;
}

.block{
  display: block;
}

.blockCenter{
  margin: auto
}








input, textarea {
  -webkit-user-select: auto;
  margin: 0px;
  padding: 0px;
  outline: none;
}

button{
  outline: none;
  background-color: transparent;
  border: 0;
}