/* ----------清除默认样式------------- */
*{
    padding: 0;
    margin: 0;
}
body,html{
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: '思源黑体';
}
a{
    text-decoration: none !important;
    color: black;
    display: inline-block;
}
a:hover{
    color: var(--color-Primary);
}
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');
}

@font-face {
    font-family: '思源黑体';
    src: url('../font/思源黑体.woff2');
}

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

.row{
    margin: 0;
}


