html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%;/*-webkit-tap-highlight-color: transparent;*/}
body{ background:#fff; font-size:12px; font-family: "微软雅黑"; overflow-x: hidden; color: #666666;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td,
article, aside, details, figcaption, figure, footer, header,  menu, nav, section {color: #666666; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
ol, ul, dl { list-style: none; }
h1, h2, h3, h4, h5, h6 {font-weight: normal; }
em, s, i { font-style: normal; }
input, button, select, textarea { border: 0;  border-radius: 0; font-family: "微软雅黑";}
textarea { resize: none; }
table{border-collapse:collapse;border-spacing:0}
a { text-decoration: none;color:#666666 }
a:hover {text-decoration: none;}
a:active{ text-decoration: none;}
article, aside, details, figcaption, figure, footer, header,  menu, nav, section { display: block; }
.video embed, .video object, .video iframe { width: 100%; height: auto; }
a, button, input { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
/*自定义样式*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #939292;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #939292;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #939292;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #939292;
}
img{ border: none;}

.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden;}

.xleft{ float: left;}
.xright{ float: right;}
