/* 基础样式 */

body {
  font-family: D-DIN, PingFang SC, PingFangSC-Regular, Microsoft YaHei !important;
  font-size: 14px;
  background: #F5F5F5;
  -webkit-tap-highlight-color: transparent; 
  -moz-tap-highlight-color: transparent;
}

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
:before,
:after {
  padding: 0;
  margin: 0;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
  outline: none;
}

a:hover {
  /*color: #000;*/
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}
input{
  border: none;
}
input,
input:focus,
textarea {

  outline: none;
  resize: none;
}

input[type='button']:focus {
  outline: none;
}

i {
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after,
.clearfix:before {
  content: '.';
  line-height: 0;
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.inline {
  display: inline;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.color-m{
  color: #DAB47E!important;
}
.color-bg-w{
  background: #FFFFFF;
}
.color-bg-m{
  background: #DAB47E!important;
}

.pointer{
  cursor: pointer;
}
