body,
html {
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.woff2?t=1629777258649') format('woff2'), url('../font/iconfont.woff?t=1629777258649') format('woff'), url('../font/iconfont.ttf?t=1629777258649') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
    padding: 0;
    font: 14px "微软雅黑", Arial;
    color: #333;
    font-weight: 400;
}

body,
div,
ul,
li,
p,
em,
i,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
button,
input,
form,
a {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
    border: none;
    font-style: inherit;
}

a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mb20 {
    margin-bottom: 20px;
}

.mt15 {
    margin-top: 15px;
}

* {
    box-sizing: border-box;
}

.w50{
	width:50%;
	text-align:center;
}
.w100{
	width:100%;
	text-align:center;
}


