@import "header.css";
@import "../fonts/fonts.css";
html{
    font-size: 16px;
}
body,ul,li,p,a{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: Arial,Microsoft YaHei,sans-serif;
}
/*::-webkit-scrollbar{width:0;}*/
a{
    text-decoration: none;
}
*{
    outline:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0) ;
}
img{
    vertical-align: middle;
}
.foot {
    position: relative;
    overflow: visible;
    }
    .foot .code {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-35%, -100%);
    z-index: 10;
    width: 100px;
    height: auto;
    opacity: 0;
    box-shadow: -5px 5px 10px -4px rgba(0,0,0,.2),5px 5px 10px -4px rgba(0,0,0,.2);
    transition: opacity 1.2s ease;
    max-width: 200px!important;
    min-width: 200px!important;
    }
    .foot .dom1 .l .icons a{
        position: relative;
    }
@media screen and (max-width: 1000px){

}
