* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html, body {
    width:100%;
    height: 100%;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
    background: #fff;
    font-family:'微软雅黑', Helvetica Neue, Helvetica, Arial, sans-serif;
    /* font-size: 50px; */
    padding: 0;
    margin:0 auto;

}
.swiper-container {
    width: 100%;
    height: 100%;
}
ul li{
    list-style: none;
}

/* General Links */

a {
    color: #333;
    outline: none;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #333;
}

/*表单 init*/
button,
input,
select {
    border: 0;
    outline: 0;
    background: transparent none;
    -webkit-appearance: none;
    -webkit-border-radius: inherit;
}

