/*
 * 名称：整站css样式重置
*/
@font-face {
  font-family: AliRegular;
  src: url('https://anyouyun.cn/static/zt.ttf');
}

body {
    margin: 0;
    padding: 0;
    
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    padding: 0;
    margin: 0;
    font-family: "AliRegular", Arial, sans-serif;
}

table,
td,
tr,
th {
    font-size: 12px;
}

ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

img {
    vertical-align: top;
    border: 0;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: normal;
}

address,
cite,
code,
em,
th,
i,
var {
    font-weight: normal;
    font-style: normal;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

a:link,
a:visited {
    /* color:#000; */
    text-decoration: none;
}

input {
    outline: 0;
    outline: none;
}