﻿@charset "utf-8";

/* swiper */


/* reset css */

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
button,
textarea,
p,
th,
td {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}


/* 通用功能 */

.vm,
input,
label {
    vertical-align: middle;
}

.tc {
    text-align: center;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

.clearfix:after,
.nav:after,
.content:after,
.grid:after,
.h:after,
.jr-row:after,
.jr-grids:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix,
.nav,
.content,
.grid,
.row,
.h {
    *zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    font: 0/0 Arial;
    visibility: hidden;
}

.mb10 {
    margin-bottom: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mr20 {
    margin-right: 20px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.hide {
    display: none;
}

.nt {
    text-align: left;
    letter-spacing: -3em;
    overflow: hidden;
}

.nt:first-letter {
    margin-left: -20em;
}

.et {
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}


/* 字体字号 */

body,
button,
input,
select,
textarea {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
}


/* 链接 */

a {
    color: #252525;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    outline: none;
}

a:link {
    text-decoration: none;
}