﻿/*公共内容top--end--*/
body {
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    background: #fff !important;
    font-family: "Microsoft YaHei";
    color: #000;
}

*,
:after,
:before {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style-type: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}
i{
 font-style: normal;
}

img {
    border: 0px;
    display: block;
}

input {
    outline: none;
}

button {
    outline: none;
}
h1,h2,h3,h4{
    font-weight: normal;
}

/*设置浮动和清除浮动*/

.fl {
    float: left;
}

.fr {
    float: right;
}
.clear{
    clear: both;
}
.clear:after {
    content: '';
    display: block;
    clear: both;
}
.fix::before,
.fix::after{
   display: table;
   clear: both;
   content: '';
}
.auto{
    width: 1200px;
    margin: 0 auto;
	z-index:1;
}
.pop .bottom{
    border-bottom:none !important;
}
.pop .center{
width:252px !important;
}
