/* 全局样式 */
* {
    margin: 0;
    padding: 0;
    /* 去掉内外边距 */
    /* box-sizing: border-box; */

}

/* @font-face {font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype'),
    url('../fonts/iconfont.svg#iconfont') format('svg');
} */
/* .iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
} */
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.woff2?t=1659941436378') format('woff2'),
        url('../fonts/iconfont.woff?t=1659941436378') format('woff'),
        url('../fonts/iconfont.ttf?t=1659941436378') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

body {}

/*  设置所有a标签样式 */
a {
    /* 去除下划线 */
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* 设置所有li样式 */
li {
    /* 去除li的实心圆 */
    list-style: none;
}

/* 全局设置em */
em {
    font-style: normal;
}

input,
textarea {
    border: 0;
    outline: none;
}

img {
    border: 0;
    vertical-align: middle;
}