@charset "UTF-8";
/*css 初始化 */
* {
  box-sizing: border-box;
}

body {
  font-family: "MiSansVF" !important;

}

textarea {
  font-family: "MiSansVF" !important;
}

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

fieldset,
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
}

/*去掉input等聚焦时的蓝色边框*/
div {
  outline: none;
}

ul,
ol {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
  height: auto;
}

/*  去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/
table {
  border-collapse: collapse;
}

body {
  color: #333;
  background-color: #f5f5f5;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
  display: inline-block;
}

/*去掉火狐虚线框*/
a:hover {
  text-decoration: none;
  color: none;
}

i,
em {
  font-style: normal;
}

figure {
  margin: 0;
}

input::-ms-clear {
  display: none;
}

.modal-open,
.modal {
  padding-right: 0px !important;
  overflow-y: hidden !important;
}

body,
html {
  height: 100%;
  background: #ffffff;
}

h1 {
  font-family: MiSansVF_Bold;
}