/* ----------清除默认样式------------- */
*{
    padding: 0;
    margin: 0;
}
body,html{
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: '微软雅黑';
    overflow-x: hidden;
}
@font-face {
    font-family: '联想';
    src: url('../font/lianxiangxiaoxinheitichanggui.ttf');
}
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;
}
a{
    transition: all 0.3s;
}
a:hover{
    color: var(--color-Primary);
}

@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: 1rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.row{
    margin: 0;
}

@media screen and (max-width:700px){
    body,html{
        font-size: 14px;
        overflow:auto !important;
    }
}

@media (min-width:1920px) and (max-width:2500px){
    body,html{
        font-size: 20px;
    }
}
@media (min-width:2500px) and (max-width:3000px){
    body,html{
        font-size: 24px;
    }
}
@media (min-width:3000px) and (max-width:3500px){
    body,html{
        font-size: 30px;
    }
}
@media (min-width:3500px) and (max-width:4000px){
    body,html{
        font-size: 36px;
    }
}
@media (min-width:4000px) and (max-width:6000px){
    body,html{
        font-size: 48px;
    }
}
@media (min-width:6000px) and (max-width:8000px){
    body,html{
        font-size: 70px;
    }
}