@charset "utf-8";

/*reset*/
body,
html {
    padding: 0;
    margin: 0 auto;
    background: #fff;
    line-height: 24px;
    word-break: break-all;
    font-family: microsoftyahei;
}

img {
    border: none;
}

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

ul,
ol,
li {
    list-style: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
	border: 1px solid;
}
td{
    border: 1px solid;
	padding:2px 8px 2px 9px;
}

textarea {
    resize: none;
}

select {
    line-height: 22px;
    line-height: 18px;
    padding: 2px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
}

input::-ms-clear {
    display: none;
}

input {
    outline: none;
}

a {
    text-decoration: none;
    color: initial;
}

@font-face {
    font-family: 'iconfont';
    /* project id 3238271 */
    src:  format('woff2'),
         format('woff'),
         format('truetype'),
         format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    /*字体清除锯齿效果*/
    -webkit-text-stroke-width: 0.2px;
    /*文本外边框大小*/
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'microsoftyahei-bold';
    src: ;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'microsoftyahei';
    src: ;
    font-weight: normal;
    font-style: normal;
}