@charset "utf-8";

/*定义公共样式*/
* {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}
@font-face {
  font-family: Whitney;
  src: url(~@/style/Whitney-Medium.otf);
}
body {
  font-size: 14px;
  font-family: Whitney;
  color: #111;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
b {
  font-weight: bold;
}
input,
button,
textarea {
  outline: none;
  border: none;
  background: none;
}
button,
input,
optgroup,
select,
textarea {
  border: none;
  vertical-align: middle;
  font-family: 'Microsoft Yahei';
  outline: none;
}
button,
input {
  border-radius: 0;
  padding: 0;
}
textarea,
input {
  -webkit-user-modify: read-write-plaintext-only; /*Android 下 input focus 消除高亮外框*/
}
textarea {
  resize: none;
}
input[type='button'],
input[type='submit'] {
  cursor: pointer;
}
input[type='checkbox'],
input[type='radio'] {
  vertical-align: -2px;
}

img {
  border: none;
  /*width: 100%;
  display: block;*/
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #666;
}
.clear {
  clear: both;
}
a,
input {
  outline: none;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
i,
em {
  font-style: normal;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

button {
  cursor: pointer;
}
.cur {
  cursor: pointer;
}
.clear {
  clear: both;
}
