body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre,
fieldset, lengend, form, button, input, textarea, th, td {     margin: 0;
padding: 0; }

body {
    font-size: 18px;
    line-height: 18px;
    font-family: "Microsoft YaHei"!important;
    color: #fff;
    min-width: 1400px;
}

h1,h2,h3,h4,h5,h6 {
    font: 1em/1 "Microsoft YaHei";
    font-weight: normal;
}

em,
i {
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    cursor: pointer;
}

small {
    font-size: 12px;
} 

fieldset,
img {
    border: none
}

img {
    display: block;
}

ul,
ol {
    list-style: none;
}

.hidden {
    display: none;
}

.text-hide {
    text-indent: -9999px;
    height: 0;
    font-size: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
}

a:hover,
a:active,
a:focus {
    color: #333;
    text-decoration: underline;
    outline: none
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "Microsoft YaHei", "微软雅黑";
}

input::-moz-focus-inner {
    border: none;
    padding: 0;
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}

input[type="text"],
input[type="password"],
textarea {
    outline-style: none;
    -webkit-appearance: none;
}

textarea {
    resize: none;
}

p {
   text-align: justify;
}
.center{
    margin: 0 auto;
}

/*基本布局骨架*/

.grid:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.grid {
    display: inline-block;
}

* html .grid {
    height: 1%;
}

.grid {
    display: block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.both {
    clear: both;
}


/*鼠标放到图片上有透明度*/

/*img {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
*/

/*常用特殊代码*/

.li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.opacity {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.opacity:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
