﻿* {
    padding: 0;
    margin: 0;
}

* {
}

body,
a,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

header,
footer,
article,
aside,
section,
nav,
menu,
hgroup,
details,
dialog,
figure,
figcaption {
    display: block
}

ul,
li {
    list-style: none;
    font-family: "Microsoft YaHei";
}

h2 {
    font-family: "Microsoft YaHei";
    font-family: "微软雅黑";
}

body,
html {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
    color: #666;
    font-family: "Microsoft YaHei";
}

a:hover {
    text-decoration: underline;
}

img {
    vertical-align: top;
    border: none;
}

em,
i {
    font-style: normal;
}

textarea,
input {
    outline: none;
}

iframe {
    width: 100%;
    overflow: hidden;
}

iframe+div {
    margin-top: -4px;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    /*清除浮动*/
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*******  通用样式  *********/

.bg_fff {
    background: #ffebd5;
}

table {
    width: 100%;
}

.line-x::before {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: url("../images/line-x.png")/*tpa=http://www.007246.com/images/line-x.png*/ repeat-x;
}

.line-x2::after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
}