/* 清除所有样式 */
* {
    margin: 0;
    padding: 0
}

html,
body {
    width: 100%;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;

}

li {
    list-style: none
}

img {
    vertical-align: middle;
    border: none
}

a {
    text-decoration: none;
}

body,
button,
input,
select,
textarea

/* for ie */
    {
    /* font: 14px/1.5 tahoma, \5b8b\4f53, sans-serif; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    /* font-weight: normal; */
}

address,
cite,
dfn,
em,
var {
    /* font-style: normal; */
}

/* 将斜体扶正 */
/* code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
} */

/* 统一等宽字体 */
/* small {
    font-size: 12px;
} */

/* 小于 12px 的中文很难阅读, 让 small 正常化 */
/** 重置列表元素 **/
ul,
ol {
    list-style: none;
}

/** 重置文本格式元素 **/
a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

sup {
    vertical-align: text-top;
}

/* 重置, 减少对行高的影响 */
sub {
    vertical-align: text-bottom;
}

/** 重置表单元素 **/
legend {
    color: #000;
}

/* for ie6 */
fieldset,
img {
    border: 0;
}

/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
    font-size: 100%;
}

/* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
/* 重置 HTML5 元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    display: block;
    margin: 0;
    padding: 0;
}

mark {
    background: #ff0;
}

/* 设置placeholder的默认样式 */
:-moz-placeholder {
    color: #ddd;
    opacity: 1;
}

::-moz-placeholder {
    color: #ddd;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #ddd;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #ddd;
    opacity: 1;
}

select {
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
    padding-right: 14px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    border: none;
    height: 1px;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: n;
}

/* //用于IOS下移除原生样式 */
.button {
    border: 0;
    background-color: none;
    outline: none;
    -webkit-appearance: none;
}

a {
    text-decoration: none !important;
    /* Remove underline */
    color: inherit;
    /* Inherit color from parent */
    outline: none;
    /* Remove outline on focus */
}


input {
    border: none;
    appearance: none;
    -moz-appearance: none;
    outline: none;
    -webkit-appearance: none;
}

/* //or: */
input:focus {
    outline: none;
    border: none;
    appearance: none;
    -moz-appearance: none;
    outline: none;
    -webkit-appearance: no;
}

/* 动画 */
.section {
    opacity:0;
    transform: translateY(100px);
    transition: opacity 1s ease, transform 1s ease;
}

.section.visible {
    opacity: 1;
    transform: translateY(0);
}

/* 需要删除 */
.banners{
    margin-top: 82px;
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 4998074 */
  src: url('//at.alicdn.com/t/c/font_4998074_xujfqyliine.woff2?t=1755068082759') format('woff2'),
       url('//at.alicdn.com/t/c/font_4998074_xujfqyliine.woff?t=1755068082759') format('woff'),
       url('//at.alicdn.com/t/c/font_4998074_xujfqyliine.ttf?t=1755068082759') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}