/* ----------清除默认样式------------- */
*{
    padding: 0;
    margin: 0;
}
body,html{
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: '微软雅黑';
    scroll-behavior:smooth;  /*滚动平滑过渡到指定位置 */
}
@font-face {
    font-family:'pingfang' ;
    src: url('../font/pinfang.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;
}



.row{
    margin: 0;
}

