﻿@charset "utf-8";

/*全局样式*/

* {
  margin: 0;
  padding: 0;
}

ul,
li,
ol {
  list-style-type: none;
}

img {
  border: none 0;
  vertical-align: middle;
}

body,
html {
  background-color: #fff;
  font: normal 12px/1.5 "Microsoft Yahei", Helvetica, Arial;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #333;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.root {
  position: relative;
  overflow: hidden;
}

button,
select,
input {
  font-family: "Microsoft Yahei";
}

ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

em,
i {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #333;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
