/* ----------清除默认样式------------- */
*{
    padding: 0;
    margin: 0;
}
body,html{
    padding: 0;
    margin: 0;
    font-size: 16px;
    -webkit-font-smoothing:antialiased;
    font-family:'微软雅黑';
    /* font-family:'小新'; */
    /* font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, 'Hiragino Sans GB', sans-serif; */
    background-color: #F7F7F7;
}
@font-face {
    font-family: '小新';
    src: url('../font/lianxiangxiaoxinheitichanggui.ttf');
}
@font-face {
    font-family: '小新粗体';
    src: url('../font/lianxiangxiaoxinheiticuti.ttf');
}
@font-face {
    font-family: 'AdobeHeitiStd';
    src: url('../font/AdobeHeitiStd-Regular.otf');
}
h1,h2,h3,h4,h5,p{
    font-family:'微软雅黑';
}
p{
    color: black;
}
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;
}


