﻿* {
  margin: 0;
  padding: 0;
  outline: none;
  /*-webkit-backface-visibility: hidden;*/
}
*:not(input,textarea) {
  -webkit-touch-callout: inherit;
  -webkit-user-select: auto;
}
html,body{
  font-size: 1.333333rem;
}
body {
  width: 100%;
  font-family: RTWSYUEROUDGOG0V1-REGULAR, Arial, Helvetica,  sans-serif;
  font-size: 14px;
  color: #878787;
  -webkit-touch-callout: inherit ;
  -webkit-user-select: auto ;
  background-color: #fff;
}
/*html,body {
      -webkit-overflow-scroll: touch !important;
      overflow: auto !important;
      height: 100% !important;
}*/
a {
  color: #878787;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover,a:focus {
  text-decoration: none;
}

button,input,select,textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
  outline: none;
}
dt,dd {
  display: inline-block;
}
textarea,input {
  resize: none;
  outline: none;
}
textarea {
  resize: none;
  -webkit-appearance: none;
}
em,i,b {
  font-style: normal;
}
ul,ol,li {
  list-style: none;
}
th,td{padding:0;}
table{border-collapse:collapse;}
.clearfix:after { content: ''; display: block; clear: both;}
.clearfix{zoom:1;}
img{
  display: block;
}


