﻿*{
    margin: 0;
    padding: 0;
}

html{
    -webkit-text-size-adjust: none;
}
body{
    background-color: #fff;
    font-family: "微软雅黑";
    font-size: 12px;
}
img{
    border: none;
    width: 100%;

}
a{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
input{
    outline: none;
}

li{
    list-style: none;
}
button{
    cursor:pointer;
}