@charset "utf-8";
/* CSS Document */
/*去掉默认样式开始*/
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, input, button, textarea, p, blockquote, th, td,video {
    margin: 0;
    padding: 0;
}

body {

    font: 16px/2 Microsoft YaHei, "\5b8b\4f53", Arial, sans-serif!important;
}


img {
    border: none;
    vertical-align: middle;
}

object {
    max-width: 100%;
}

em, strong, i {
    font-style: normal;
    font-weight: normal;
}

ul, li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

q:before, q:after {
    content: '';
}

/* 消除q前后的内容 */
button, input, select, textarea {
    font-size: 100%;
	background-color: transparent;
}

/* 使得表单元素在 ie 下能继承字体大小 */
input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

address, cite, dfn, em, var {
    font-style: normal;
}
/* link */
a:link, a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

a:active {
    outline: 0;
}

a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

a, img, input, button {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

/*去除a默认样式*/
a, input, img, select {
    outline: none;
    bottom: 0;
}

input[type="text"], input[type="submit"], input[type="reset"], input[type="checkbox"], input[type="button"], button, textarea {
    -webkit-appearance: none;
    -webkit-user-select: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}
/*去掉默认样式结束*/

