@charset "UTF-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0; }

* {
  font-family: "Microsoft Yahei"; }

h1, h2, h3, h4, h5, h6 {
  font-size: 12px;
  font-weight: normal; }
/*清除 amzaeUI 里面的默认*/
ul{
  padding: 0;
}
li {
  list-style: none; }

a {
  color: #000;
  text-decoration: none;
}

b, strong {
  font-weight: normal; }

i, em {
  font-style: normal; }

address, cite, dfn, em, var {
  font-style: normal; }

/* 将斜体扶正 */
img {
  vertical-align: top; }

.fl {
  float: left; }

.fr {
  float: right; }

.clearfix:after {
  display: block;
  content: '';
  clear: both; }

.clearfix {
  zoom: 1; }

input, textarea {
  outline: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body, button, input, select, textarea {
  font: 12px/1.5 tahoma, \5b8b\4f53, sans-serif; }

/** 设置默认字体 **/
button, input, select, textarea {
  font-size: 100%; }

/* 使得表单元素在 ie 下能继承字体大小 */
/*禁止选中文字*/
.unselect{
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;

  /*
    Introduced in IE 10.
    See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
  */
  -ms-user-select: none;
  user-select: none;
}
select option{
  color: #000;
}
/*谷歌去掉黄色背景*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

select{
  border: none;
  outline: none;
/*  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;*/
}
/*高德底图 默认logo样式修改 隐藏掉*/
.amap-logo {
  display: none;
  opacity: 0 !important;
  transform:translateY(20px) !important;
}

.amap-copyright {
  opacity: 0;
  transform: translateY(20px) !important;
}