/* ----------清除默认样式------------- */
* {
    padding: 0;
    margin: 0;
}

body,
html {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: '微软雅黑';
    scroll-behavior: smooth;
}
/* @font-face {
    font-family: '思源黑体';
    src: url('../font/SourceHanSansCN-Normal.woff2');
} */

a {
    text-decoration: none !important;
    color: black;
    display: inline-block;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

input {
    border: none;
}

input:focus {
    outline: none;
}

button {
    border: none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    border: none;
}

button:focus {
    outline: none !important;
    /* box-shadow:none; */
}

textarea {
    outline: none;
    overflow: auto;
    resize: vertical;
}

img {
    max-width: 100%;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin: 0;
}


@font-face {
    font-family: 'iconfont';
    src: url('../iconfont/iconfont.woff2') format('woff2'),
        url('../iconfont/iconfont.woff') format('woff'),
        url('../iconfont/iconfont.ttf') format('ttf');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.row {
    margin: 0;
}

.container {
    width: auto;
    margin: 0;
    padding: 0;
}

.container::after {
    content: none;
}

.container::before {
    content: none;
}