@import "../font/iconfont.css";
html {
    font-family: 'Microsoft Yahei',sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-x: hidden;
}
body {
    margin: 0;
    font-family: sans-serif;
    overflow-x: hidden;
    color: #313131;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}
a:active,
a:hover {
    outline: 0;
}
svg,
img {
    max-width: 100%;
    height: auto;
}
img {
    border: 0;
    vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    margin: 0;
    font: inherit;
    color: inherit;
    vertical-align: middle;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
textarea {
    overflow: auto;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.relative,
.body-content,
.full-content,
.cross-content {
    position: relative;
}
.clear:after {
    clear: both;
}
.t-center {
    text-align: center;
}
.col-2 .col-2-item {
    width: 50%;
}
.col-3 .col-3-item {
    width: 33.3333%;
}
.col-4 .col-4-item {
    width: 25%;
}
.scrollReveal {
    visibility: hidden;
}
.full-content {
    max-width: 1920px;
    margin: 0 auto;
}
.gray {
    background-color: #f4f1f2;
}
.clearTransition {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.transition1 {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.transition2 {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.fade {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.transition4 {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.transition6 {
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.clip,
.textOver,
.textMoreOver {
    overflow: hidden;
}
.textOver,
.textMoreOver {
    text-overflow: ellipsis;
}
.textOver {
    white-space: nowrap;
}
.textMoreOver {
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.top-item,
.bottom-item,
.middle-item {
    display: inline-block;
}
.middle-item {
    vertical-align: middle;
}
.top-item {
    vertical-align: top;
}
.notFloat,
.clearMiddle {
    width: auto;
}
.contain-img,
.cover-img,
.containImg,
.coverImg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.contain-img,
.containImg {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}
.cover-img,
.coverImg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.full {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.relative {
    position: relative;
}
.tab-content .item,
.none {
    display: none;
}
.tab-option .item {
    cursor: pointer;
}
a,
.col-2-item,
.col-3-item,
.col-4-item,
.clearMiddle,
.clear:after,
.tab-content .item.active,
.square,
.posCont,
.top50,
.blockCont,
.block {
    display: block;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.notFloat {
    float: none;
}
.top50 {
    top: 50%;
}
.clear:after,
.square,
.posCont,
.blockCont {
    content: "";
}
.top50,
.posCont {
    position: absolute;
}
.fadeSharp,
.fade {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.fadeActive {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}
.circle {
    -webkit-border-radius: 960px;
    -moz-border-radius: 960px;
    border-radius: 960px;
}
.square {
    padding-top: 100%;
}
.pullBack {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: inherit;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.justify-content-space-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-align-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.flex-wrap-wrap {
    -webkit-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.svg-line {
    fill: none;
    fill-rule: evenodd;
}
@media screen and (max-width: 768px) {
    .hide-mob {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .hide-pc {
        display: none;
    }
}

