





td,
th {
    padding: 0;
}

.ul li,
.ul,
.ul ul,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.body,
.section,
.main,
.touch,
.container,
.oppress,
.add-abs,
.content {
    position: relative;
}

.clear:after {
    clear: both;
}

a,
.fade,
.touch .default {
    transition: all 0.4s ease;
}

[class^='ell'],
[class*=' ell'],
.oppress,
.clip {
    overflow: hidden;
}

[class^='ell'],
[class*=' ell'] {
    text-overflow: ellipsis;
}

.ell {
    white-space: nowrap;
}

.ell2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.section,
.contain,
.cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.contain {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}

.section,
.cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.fill {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

[v-cloak],
.none {
    display: none;
}

a,
canvas,
svg,
.clear:after,
.square:after,
.add:after,
.add:before,
.add-abs:after,
.add-abs:before,
.block {
    display: block;
}

.clear:after,
.square:after,
.add-abs:after,
.add-abs:before,
.add:after,
.add:before {
    content: "";
}

.fill,
.abs,
.abs-center,
.add-abs:after,
.add-abs:before {
    position: absolute;
}

.abs-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.fade-leave-to,
.fade-enter,
.fade {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.fade-enter-to,
.fade-leave,
.fade-on {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}

.cc {
    -webkit-border-radius: 960px;
    -moz-border-radius: 960px;
    border-radius: 960px;
}

.square:after {
    padding-top: 100%;
}

[class^='flex'],
[class*=' flex'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}



.nav-padding {
    height: 5em;
}

.main {
    max-width: 1400px;
    margin: 0 auto;
}

@media (max-width: 1480px) {
    .main {
        max-width: 1200px;
    }
}

@media (max-width: 1280px) {
    .main {
        max-width: 1000px;
    }
}

@media (max-width: 1080px) {
    .main {
        max-width: 100%;
    }
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;/*ÒÆ¶¯¶Ë²Ëµ¥±»Òþ²Ø*/
    flex-wrap: wrap;
    transition-property: transform;
    box-sizing: content-box
}


ul.swiper-wrapper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    width: calc(100% / 3 - 30px);
    margin: 0 15px;
    position: relative;
    transition-property: transform
}

@media screen and (max-width: 800px) {
    ul.swiper-wrapper .swiper-slide {
        width: 60%;
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 600px) {
    ul.swiper-wrapper .swiper-slide {
        width: 80%;
        margin: 0 auto 20px;
    }
}

.none {
    display: none;
}

a,
canvas,
svg,
.clear:after,
.square:after,
.add:after,
.add:before,
.add-abs:after,
.add-abs:before,
.block {
    display: block;
}

.clear:after,
.square:after,
.add-abs:after,
.add-abs:before,
.add:after,
.add:before {
    content: "";
}

.fill,
.abs,
.abs-center,
.add-abs:after,
.add-abs:before {
    position: absolute;
}

.abs-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.fade-leave-to,
.fade-enter,
.fade {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.fade-enter-to,
.fade-leave,
.fade-on {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}

.cc {
    -webkit-border-radius: 960px;
    -moz-border-radius: 960px;
    border-radius: 960px;
}

.square:after {
    padding-top: 100%;
}

[class^='flex'],
[class*=' flex'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.flex-balance,
.flex-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex-gather,
.flex-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex-balance,
.flex-gather,
.flex-middle {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}




.f14 {
    font-size: 14px;
}

.f18 {
    font-size: 18px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f30 {
    font-size: 30px;
}

.f32 {
    font-size: 32px;
}

.f36 {
    font-size: 36px;
}

.op7 {
    opacity: 0.7;
}


.spe-font {
    font-family: "Mont", sans-serif;
}

.bold {
    font-weight: bold;
}

.comrow2 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.colfff {
    color: #fff;
}

.maincolor {
    color: #ff9800;
}

.object-cover {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 800px) {
    .hide-mob {
        display: none;
    }
}

@media (min-width: 801px) {
    .hide-pc {
        display: none;
    }
}

.touch.on .default,
.touch.swiper-slide-active .default,
.touch:hover .default {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.touch.on .fade,
.touch.swiper-slide-active .fade,
.touch:hover .fade {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}

.oppress img,
.oppress .cover,
.oppress .contain {
    transition: all 2s linear;
    width: 100%;
    height: 10vw;
    object-fit: cover;
}
@media (max-width: 1000px) {
    .oppress img {
        height: 300px;
    }
}
@media (max-width: 800px) {
    .oppress img {
        height: 250px;
    }
}
@media (max-width: 600px) {
    .oppress img {
        height: 220px;
    }
}

.oppress:hover img,
.oppress:hover .cover,
.oppress:hover .contain {
    transform: scale(1.1);
}

.box-3d {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.title {
    font-weight: bold;
}

.pa,
.pt {
    padding-top: 0.7rem;
}

@media (max-width: 1370px) {
    .pa,
    .pt {
        padding-top: 50px;
    }
}

.pt,
.pb {
    padding-bottom: 0.7rem;
}

@media (max-width: 1370px) {
    .pt,
    .pb {
        padding-bottom: 50px;
    }
}

.text,
.txt {
    line-height: 1.8;
    opacity: 0.7;
}

    .text.ell2,
    .txt.ell2 {
        height: 3.6em;
    }

@media (max-width: 1440px) {
    .text,
    .txt {
        line-height: 1.6;
    }

        .text.ell2,
        .txt.ell2 {
            height: 3.2em;
        }
}

.text *,
.txt * {
    font-size: inherit !important;
    line-height: inherit !important;
}

.text {
    font-size: 14px;
}

@media (max-width: 800px) {
    .text {
        font-size: 13px;
    }
}

@media (min-width: 1681px) {
    [class^='adpat'],
    [class*=' adpat'] {
        font-size: 20px;
    }
}

@media (max-width: 1680px) {
    [class^='adpat'],
    [class*=' adpat'] {
        font-size: 18px;
    }
}

@media (max-width: 1440px) {
    [class^='adpat'],
    [class*=' adpat'] {
        font-size: 16px;
    }
}
