* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html, body {
    position: relative;
    width:100%;
    height: 100%;
    /*overflow: hidden;*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 28px;
    -webkit-overflow-scrolling:touch;/* 当手指从触摸屏上移开，会保持一段时间的滚动 */
	overflow-scrolling:touch;/* 当手指从触摸屏上移开，会保持一段时间的滚动 */
}
html{
    font-size: 50px;
}
body {
    background: #fff;
    font-family:'微软雅黑', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 0;
    margin:0 auto;

}
.swiper-container {
    width: 100%;
    height: 100%;
    overflow: scroll;
}

/* General Links */

a {
    color: #333;
    outline: none;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #333;
}

/*表单 init*/

input,
select {
    border: 0;
    outline: 0;
    background: transparent none;
    -webkit-appearance: none;
    -webkit-border-radius: inherit;
}