* {
    padding: 0;
    margin: 0;
    border: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0) ;
}

body {
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
}

body.sy {
    /*background: #ffffff !important;*/
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

ul, li {
    list-style: none;
}

input {
    border: 0;
    outline: none;
}

i, em {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    display: table;
    content: '';
    clear: both;
}

.mobileNone {
    display: none !important;
}

