﻿*{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    outline:none;
}
h1,h2,h3,h4,h5,h6,p,a,span{
    color: #000;
    font-weight: 400;
    font-family:Microsoft YaHei, tahoma, arial;
    word-break:break-all;
}
ins, a {
    text-decoration: none;
}
body {
    line-height: 1;
}
ol, ul ,li{
    list-style: none;

}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html,body{
    width:100%;
    background-color: #f6f6f6;
    overflow-x: hidden;

}
input[type=text]{
    border: 0;
}
