@charset "utf-8";
body,
html {
    margin: 0;
    padding: 0;
    /* font-family: Microsoft YaHei; */
    height: 100%;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}

img,
body,
html {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

html,
body {
    
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    width: 100%;
}

a,
a:hover {
    text-decoration: none;
}

a {
    outline: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

:focus {
    outline: 0;
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.wrapper {
    max-width: 1330px;
    box-sizing: border-box;
    margin: 0 auto;
}
.allpadding_wrapper {

    box-sizing:border-box;
    padding:10px;
  background:#fff
}
.notoppadding_wrapper {

    box-sizing:border-box;
    padding:0 10px 10px 10px;
  background:#fff
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.fx {
    display: flex;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="text"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

em,
i {
    font-style: normal;
}