@charset "UTF-8";
/**
 * Description: 重置样式
 * Author: v_xuhdeng(邓旭辉)
 * Update: v_xuhdeng(2017-09-13)
 * MTUI Reset Module
 */

body, h1, h2, h3, h4, h5, h6, hr, p, pre, dl, dt, dd, ul, ol, li, th, td, form, fieldset, legend, button, input, textarea, figure, figcaption, nav, footer, menu, blockquote {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
address, em, i, b {
    font-style: normal;
}
a, a:hover, a:active, a:visited {
    color: white;
    text-decoration: none;
}
ul, ol, li {
    list-style: none;
}
fieldset, img {
    border: 0;
    vertical-align: top;
}
html {
    font-size: 100%;
}
button, input, select, textarea {
    font: 16px/1.5 "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    outline: none;
}
textarea, input {
    background: none;
    border-radius: 0;
    -webkit-appearance: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
body {
    word-wrap: break-word;
    font: 16px/1.5 "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    color: #333;
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
}
img[src=""],img:not([src]){
    opacity:0;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
select {
    -webkit-appearance: none;
    appearance: none;
}
.clearfix:before, .clearfix:after {
    content:"";
    display:table;
}
.clearfix:after{
    clear:both;
    overflow:hidden;
}
.clearfix{
    zoom:1;
}



