html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-family: sans-serif;
    overflow-x: hidden;
}
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;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    max-width: 100%;
    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;
    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%;
}
.col-3,
.col-4 {
    margin-top: -2em;
}
.col-2,
.col-3,
.col-4 {
    margin-top: -3%;
    margin-right: -3%;
}
.col-2 .col-item-content {
    margin-right: 6%;
    margin-top: 6%;
}
.col-3 .col-item-content {
    margin-right: 9%;
    margin-top: 9%;
}
.col-4 .col-item-content {
    margin-right: 12%;
    margin-top: 12%;
}
.row,
.row-top {
    padding-top: 3em;
}
.row,
.row-bottom {
    padding-bottom: 3em;
}
.scrollReveal {
    visibility: hidden;
}
.body-content,
.full-content {
    margin: 0 auto;
}
.full-content {
    max-width: 1920px;
    overflow: hidden;
}
.body-content {
    max-width: 1600px;
}
.gray {
    background-color: #f6f6f6;
}
.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;
}
.fade,
.transition2 {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.transition4 {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.transition6 {
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.textOver,
.textMoreOver {
    overflow: hidden;
    text-overflow: ellipsis;
}
.textOver {
    white-space: nowrap;
}
.textMoreOver {
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.align-top,
.align-bottom,
.align-middle {
    display: inline-block;
}
.align-middle {
    vertical-align: middle;
}
.align-top {
    vertical-align: top;
}
.align-bottom {
    vertical-align: bottom;
}
.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 {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.tab-content .item,
.none {
    display: none;
}
a,
.clearMiddle,
.clear:after,
.tab-content .item.active,
.square:after,
.posCont:after,
.top50,
.blockCont:after,
.block {
    display: block;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.notFloat {
    float: none;
}
.top50 {
    top: 50%;
}
.clear:after,
.square:after,
.posCont:after,
.blockCont:after {
    content: "";
}
.full,
.top50,
.posCont {
    position: absolute;
}
.fadeSharp,
.fade {
    visibility: hidden;
    opacity: 0;
}
.fadeActive {
    visibility: visible;
    opacity: 1;
}
.circle {
    -webkit-border-radius: 960px;
    -moz-border-radius: 960px;
    border-radius: 960px;
}
.square:after {
    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;
}
.justify-content-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.justify-content-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;
}
@media screen and (max-width: 768px) {
    .hide-mob {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .hide-pc {
        display: none;
    }
}
@keyframes sport-right {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
@keyframes sport-reset {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes sport-default {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
.mini-scrollbar {
    padding-right: 4px;
}
.mini-scrollbar::-webkit-scrollbar {
    width: 2px;
    background-color: #c7c7c7;
}
.mini-scrollbar::-webkit-scrollbar-thumb {
    background-color: #a40001;
    border-radius: 2px;
}
#fade-panel {
    display: none;
    position: fixed;
    z-index: 1000;
}
#fade-panel .close {
    position: absolute;
    right: 0;
    bottom: 100%;
    /*margin: 0 0 16px 0;*/
    width: 32px;
    height: 32px;
    opacity: 0.5;
    cursor: pointer;
}
#fade-panel .close:hover {
    opacity: 1;
}
#fade-panel .close:after,
#fade-panel .close:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    margin-top: -0.5px;
    background-color: #fff;
}
#fade-panel .close:before {
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
#fade-panel .close:after {
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
#panel-bg {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}
#panel-content {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 852px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#panel-content.video {
    height: 80%;
}
#panel-content.video > .video {
    display: block;
}
#panel-content.iframe > .iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0 none;
    display: block;
}
#panel-content.iframe:after {
    display: block;
    content: "";
    width: 100%;
    padding-top: 64%;
}
#panel-content > .video-box {
    max-width: 100%;
    max-height: 100%;
    display: none;
}