html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

fieldset,
img,
input,
textarea,
button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;

}

ul,
ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "宋体";
}

select,
input {
    vertical-align: middle;
}

textarea {
    resize: none;
}


/*防止拖动*/

img {
    border: 0;
    vertical-align: middle;
}


/*  去掉图片低测默认的3像素空白缝隙*/

table {
    border-collapse: collapse;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s,
i,
em {
    font-style: normal;
    text-decoration: none;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}

a {
    color: #333;
    text-decoration: none;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    /*font: 12px/150% "Microsoft YaHei","\5b8b\4f53",Arial, Verdana;*/
    font: 0.16rem/150% Arial, Verdana, "微软雅黑";
    color: #666;
    /*    background: rgba(108, 208, 199, 0.5); */
}

input,
textarea {
    outline: 0;
    text-decoration: none
}

input:checked {
    background: 0
}

input,
div,
a,
textarea {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-appearance: none;
    outline: none;
    border-radius: 0;
}

input,
button,
select,
textarea {
    outline: none
}

textarea {
    resize: none
}

div,
img {
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
}
