﻿@import url("https://www.digiwin.com/tw/dsc/css/bootstrap4.0_M.css");
@import url("https://www.digiwin.com/tw/dsc/css/animate-3.7.2.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap");
@import url("https://www.digiwin.com/tw/dsc/css/swiper-bundle.min.css");
@import url("https://www.digiwin.com/tw/dsc/css/jquery.fancybox.min_3.5.7.css");

.wow {
    animation-fill-mode: both
}

.fadeInUpSmall {
    animation-name: fadeInUpSmall
}

@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDownSmall {
    animation-name: fadeInDownSmall
}

@keyframes fadeInDownSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeftSmall {
    animation-name: fadeInLeftSmall
}

@keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRightSmall {
    animation-name: fadeInRightSmall
}

@keyframes fadeInRightSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInTopLeftSmall {
    animation-name: fadeInTopLeftSmall
}

@keyframes fadeInTopLeftSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20%, -20%, 0);
        transform: translate3d(-20%, -20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInTopRightSmall {
    animation-name: fadeInTopRightSmall
}

@keyframes fadeInTopRightSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20%, -20%, 0);
        transform: translate3d(20%, -20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInBottomLeftSmall {
    animation-name: fadeInBottomLeftSmall
}

@keyframes fadeInBottomLeftSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 20%, 0);
        transform: translate3d(-20%, 20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInBottomRightSmall {
    animation-name: fadeInBottomRightSmall
}

@keyframes fadeInBottomRightSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20%, 20%, 0);
        transform: translate3d(20%, 20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInSmall {
    animation-name: bounceInSmall
}

@keyframes bounceInSmall {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(0.8, 0.8, 0.8)
    }

    40% {
        transform: scale3d(1.04, 1.04, 1.04)
    }

    60% {
        transform: scale3d(1, 1, 1)
    }

    80% {
        opacity: 1;
        transform: scale3d(1.01, 1.01, 1.01)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

*:focus {
    outline: none !important
}

button {
    outline: none !important;
    border: none !important
}

.act-sect {
    position: relative
}

.act-wrap .act-nb {
    font-family: Helvetica, Arial
}

.act-wrap input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.act-wrap .navbar-wrap {
    padding-right: 15px;
    height: 70px;
    background: #0d1220;
    color: #fff
}

.act-wrap .navbar {
    height: 100%;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0
}

.act-wrap .navbar .navbar-brand {
    padding-left: 15px
}

.act-wrap .navbar .navbar-brand img {
    position: relative;
    top: -4px;
    width: 7.6em
}

.act-wrap .navbar .nav-item {
    padding-left: .8em;
    padding-right: .8em
}

.act-wrap .navbar .nav-link {
    color: #fff;
    font-size: .95em;
    font-weight: 500
}

.act-wrap .navbar .nav-link:hover,
.act-wrap .navbar .nav-link.active {
    color: #3c7dfb
}

.act-wrap .navbar .btn-item {
    padding-top: 2px
}

.act-wrap .navbar .btn-danger {
    background: #fe2a2a;
    font-weight: bold;
    border-radius: 100px;
    font-size: 20px;
    padding-right: 1.5em;
    padding-left: 1.5em
}

.act-wrap .navbar .btn-danger:hover {
    background: #ee0707
}

@media screen and (max-width: 992px) {
    .act-wrap .navbar-wrap {
        padding-left: 0;
        padding-right: 0;
        height: 54px
    }

    .act-wrap .navbar .navbar-brand img {
        width: 6em
    }

    .act-wrap .navbar .nav-item {
        text-align: center;
        padding-top: .25em;
        padding-bottom: .25em
    }

    .act-wrap .navbar .navbar-collapse {
        padding-bottom: 1em;
        background: rgba(0, 0, 0, 0.8);
        margin-top: 0
    }
}

#nav-icon {
    width: 28px;
    height: 26px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out
}

#nav-icon span:nth-child(1) {
    top: 0px;
    transform-origin: left center
}

#nav-icon span:nth-child(2) {
    top: 8px;
    transform-origin: left center
}

#nav-icon span:nth-child(3) {
    top: 16px;
    transform-origin: left center
}

#nav-icon.open span:nth-child(1) {
    transform: rotate(45deg);
    top: -2px;
    left: 6px
}

#nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0
}

#nav-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 18px;
    left: 6px
}

.act-container-wrap {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.act-sect {
    padding-top: 5em;
    padding-bottom: 5em
}

@media screen and (min-width: 768px) and (max-width: 1380px) {

    .act-header,
    .act-sect {
        font-size: 0.9em
    }
}

@media screen and (max-width: 768px) {
    .act-sect {
        padding-top: 3em;
        padding-bottom: 3em;
        font-size: calc(1vw + 1vh + .5vmin) !important
    }
}

.mv-box-noplay {
    cursor: default !important
}

.mv-box-noplay:before {
    display: none !important
}

.mv-box {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.mv-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    background: rgba(51, 51, 51, 0)
}

.mv-box .mv-btn {
    position: absolute
}

.mv-box .mv-btn .mv-arr {
    width: 6em;
    transform-origin: center center;
    transition: all .3s;
    transform: scale(1);
    margin-left: auto;
    margin-right: auto;
    display: block
}

.mv-box .mv-btn .p-say {
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    white-space: nowrap;
    margin-bottom: 0
}

.mv-box:hover:before {
    background: rgba(51, 51, 51, 0.4)
}

.mv-box:hover .mv-btn .mv-arr {
    transition: all 0.3s;
    transform: scale(0.9)
}

.act-wrap .act-btn {
    border-radius: 6px;
    padding: .6em;
    letter-spacing: 2px;
    border: 0
}

.act-wrap .btn-blue {
    background: #3c7dfb;
    color: #fff
}

.act-wrap .btn-blue:hover {
    color: #fff;
    background: #0a5cfa
}

.act-wrap .btn-gradient-blue {
    color: #fff;
    background: linear-gradient(to right, #58a2f6 0%, #305af9 100%)
}

.act-wrap .btn-gradient-blue:hover {
    color: #fff;
    background: linear-gradient(to right, #ffb252 0%, #f18541 100%)
}

.act-wrap .btn-outline-blue {
    color: #3c7dfb;
    background: #fff;
    border: 1px solid #3c7dfb
}

.act-wrap .btn-outline-blue:hover {
    color: #3c7dfb;
    border: 1px solid #3c7dfb;
    background: #fff
}

.act-wrap .btn-outline-white {
    color: #fff;
    border: 1px solid #fff
}

.act-wrap .btn-outline-white:hover {
    color: #fff;
    border: 1px solid transparent;
    background: linear-gradient(to right, #00c0fa 0%, #0196ff 100%)
}

.act-wrap .btn-sect-center {
    display: block;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 260px;
    padding-left: 2em;
    padding-right: 2em
}

.act-wrap .btn-wrap-center {
    text-align: center;
    margin-top: 3em
}

.act-wrap .btn-wrap-center .btn {
    max-width: 220px;
    width: 45%
}

.act-wrap .btn-wrap-center .btn:not(:last-child) {
    margin-right: 1.2em
}

@media screen and (max-width: 768px) {
    .act-wrap .btn-wrap-center .btn:not(:last-child) {
        margin-right: .5em
    }
}

.act-wrap a:hover {
    color: #3c7dfb
}

.act-wrap .btn-link:hover,
.act-wrap .btn-link:active,
.act-wrap .btn-link:focus,
.act-wrap .btn-link:visited {
    text-decoration: none
}

.act-wrap .sect-title {
    text-align: center;
    margin-bottom: 3em
}

.act-wrap .sect-title h2 {
    font-size: 40px;
    font-weight: normal;
    line-height: 1.4;
    color: #fff
}

.act-wrap .sect-title p {
    font-size: 1.4em;
    line-height: 1.8;
    color: #fff
}

@media screen and (max-width: 1380px) {
    .act-wrap .sect-title h2 {
        font-size: 36px
    }
}

@media screen and (max-width: 768px) {
    .act-wrap .sect-title {
        padding-right: .75em;
        padding-left: .75em;
        margin-bottom: 2em
    }

    .act-wrap .sect-title h2 {
        font-size: 1.75em
    }
}

.act-wrap .nb {
    font-family: "Helvetica Neue", Helvetica, Arial
}

.act-wrap .text-blue {
    color: #3c7dfb
}

.act-wrap .text-orange {
    color: #ef6739
}

.act-wrap .text-list-decimal {
    list-style-type: decimal;
    padding-left: 1em
}

.act-wrap .text-list-disc {
    list-style-type: disc;
    padding-left: 1em
}

.act-side-btn {
    position: fixed;
    left: 1em;
    bottom: 1em;
    z-index: 999;
    max-width: 176px;
    width: 20%
}

.act-side-btn .btn-part {
    position: relative;
    z-index: 2;
    width: 100%
}

.act-side-btn .act-btn {
    position: relative;
    z-index: 9;
    margin-top: -0.6em;
    color: #fff;
    display: block;
    width: 100%;
    max-width: 176px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100em;
    font-size: 1.1em;
    text-align: center;
    letter-spacing: 0;
    background: linear-gradient(to right, #59a2f6 0%, #315bf9 100%)
}

.act-side-btn .act-btn i {
    font-size: 140%;
    margin-left: 0.2em;
    position: relative;
    top: 0.05em;
    left: 0;
    transition: all .3s
}

.act-side-btn .act-btn:hover {
    color: #fff;
    background: linear-gradient(to right, #ffa739 0%, #e77023 100%)
}

.act-side-btn .act-btn:hover i {
    left: 4px;
    transition: all .3s
}

.act-side-btn .act-text {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em
}

.act-side-btn .act-light-box {
    width: 120px;
    position: absolute;
    z-index: 2;
    top: 15.9%;
    left: 50%;
    transform: translateX(-50.2%)
}

.act-side-btn .act-light {
    animation: light-move 26s both linear infinite
}

@media screen and (max-width: 1380px) {
    .act-side-btn {
        transform: scale(0.8);
        transform-origin: left bottom
    }
}

@media screen and (max-width: 768px) {
    .act-side-btn {
        display: none
    }
}

@keyframes light-move {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media screen and (max-width: 768px) {
    .fancybox-slide--iframe {
        max-width: 100% !important;
        padding: 0 !important
    }

    .fancybox-slide--iframe .fancybox-content {
        max-width: 100% !important;
        height: 56vw
    }
}

@media screen and (orientation: landscape) and (max-width: 992px) {
    .fancybox-slide--iframe {
        max-width: 100% !important;
        padding: 0 !important
    }

    .fancybox-slide--iframe .fancybox-content {
        max-width: 100% !important;
        height: 100vh !important
    }
}

.act-blue {
    color: #00ffff !important
}

.time-th {
    background: #39a3fd;
    color: #fff;
    padding: 0.5em;
    margin-bottom: 2em
}

.time-th .time-date {
    width: 320px;
    padding-left: 10%;
    margin-bottom: 0
}

@media (max-width: 1000px) {
    .time-th .time-date {
        padding-left: 10px
    }
}

.time-th .time-content {
    margin-bottom: 0
}

.timeline {
    width: 100%;
    display: block;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    position: relative;
    padding: 0;
    color: #fff
}

.timeline>li {
    margin: 0;
    padding-bottom: 1.8em;
    position: relative;
    display: flex
}

.timeline>li:not(:last-child):before {
    content: "";
    position: absolute;
    top: 0;
    left: 189px;
    bottom: 0;
    border-left: 1px dashed #ef6739
}

.timeline .line-md-none:before {
    display: none
}

.timeline .timeline-date {
    width: 200px;
    text-align: right;
    padding-right: 30px;
    position: relative;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 300
}

.timeline .timeline-date:before {
    content: '';
    background: url("../images/icon/arr-red.svg") no-repeat top center #14182b;
    width: 1em;
    height: 1.4em;
    position: absolute;
    right: -30px;
    top: -8px
}

.timeline .timeline-date p {
    top: -10px;
    position: relative;
    margin-bottom: 0;
    font-family: Helvetica, Arial;
    font-weight: 300
}

.timeline .timeline-content {
    padding-left: 60px;
    top: -10px;
    position: relative;
    width: 100%
}

.timeline .timeline-content a,
.timeline .timeline-content h3 {
    color: #ef6739;
    font-size: 25px;
    font-weight: 400
}

.timeline .timeline-content h3 {
    margin-right: 1em;
    display: inline-block
}

.timeline .timeline-content span {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: 300
}

.timeline .timeline-content .inner-list {
    position: relative;
    width: 100%
}

.timeline .timeline-content .inner-list p {
    font-size: 16px;
    margin-bottom: 0
}

.timeline .timeline-content .inner-list .row {
    width: 100%
}

.timeline .act-link:hover .timeline-date p {
    color: #00ffea
}

.timeline .act-link:hover .timeline-content a,
.timeline .act-link:hover .timeline-content h3 {
    color: #00ffea
}

@media (max-width: 768px) {
    .timeline {
        padding-right: 10px;
        zoom: .9
    }

    .timeline>li:not(:last-child):before {
        left: 119px
    }

    .timeline .line-md-none:before {
        display: block
    }

    .timeline .timeline-date {
        font-size: 15px;
        width: 170px
    }

    .timeline .timeline-date:before {
        right: 0
    }

    .timeline .timeline-content {
        padding-left: 16px
    }

    .timeline .timeline-content a,
    .timeline .timeline-content h3 {
        font-size: 16px
    }

    .timeline .timeline-content span {
        font-size: 15px
    }

    .timeline .timeline-content p {
        font-size: 15px
    }

    .timeline .timeline-content .inner-list p {
        font-size: 15px
    }
}

.act-wrap {
    width: 100%;
    height: auto;
    position: relative;
    font-family: 'Noto Sans SC', "微软雅黑", Microsoft Yahei, "宋体", Poppins, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    background: #141213;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-align: left
}

.act-header {
    padding-top: 70px;
    background: url("../images/header-bg.jpg") no-repeat top 70px center;
    background-size: cover;
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    height: 80vh;
    min-height: 500px
}

.act-header .act-container-wrap {
    height: 100%
}

.act-header .act-title {
    color: #fff;
    text-align: center
}

.act-header .act-title h1 {
    font-weight: bold;
    font-size: 4em
}

.act-header .act-title h2 {
    font-size: 1.7em;
    display: inline-block;
    margin-top: .2em;
    position: relative
}

.act-header .act-title h2:before,
.act-header .act-title h2:after {
    content: '';
    position: absolute;
    width: 5.5em;
    height: 2px;
    top: 55%
}

.act-header .act-title h2:before {
    right: calc(100% + 1em);
    background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%)
}

.act-header .act-title h2:after {
    left: calc(100% + 1em);
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #fff 100%)
}

.act-header .act-time {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 4em
}

.act-header .act-time .act-part {
    position: relative;
    padding: 5px 1em;
    border-radius: 6px;
    color: #fff;
    font-size: 1.1em
}

.act-header .act-time .l-part {
    z-index: 2;
    background: linear-gradient(to right, #59a3f6 0%, #3059f9 100%)
}

.act-header .act-time .r-part {
    padding: 3px 1em;
    padding-left: 2em;
    border: 1px solid #fff;
    margin-left: -1em;
    z-index: 1;
    background: rgba(0, 0, 0, 0.26)
}

.act-header .act-time .r-part .act-icon {
    width: .86em;
    margin-right: .5em;
    position: relative;
    top: -0.2em
}

.act-header .text-p {
    text-align: center;
    color: #fff;
    line-height: 2
}

.btn-arr {
    display: block;
    width: 1.5em;
    position: absolute;
    z-index: 999;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%)
}

.btn-arr img {
    width: 100%;
    animation: arr-move 1s both infinite linear;
    position: relative
}

@keyframes arr-move {

    0%,
    100% {
        transform: translateY(0)
    }

    45%,
    55% {
        transform: translateY(-6px)
    }
}

@media screen and (max-width: 768px) {
    .act-header {
        padding-top: 54px;
        min-height: 0;
        font-size: calc(1vw + 1vh + .5vmin) !important;
        background: url("../images/header-bg-m.jpg") no-repeat top center;
        background-size: cover;
        height: 66vh
    }

    .act-header .act-title h1 {
        font-size: 1.9em;
        line-height: 1.5
    }

    .act-header .act-title h2 {
        font-size: 1.2em
    }

    .act-header .act-title h2:before,
    .act-header .act-title h2:after {
        width: 5.5em
    }

    .act-header .act-time {
        margin-bottom: 3em
    }

    .act-header .text-p {
        text-align: left;
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

.text-banner {
    background: linear-gradient(to right, #5712cb 0%, #2574fc 100%);
    text-align: center;
    padding: 1em 1em
}

.text-banner p {
    color: #fff;
    margin-bottom: 0;
    line-height: 2
}

@media screen and (max-width: 768px) {
    .text-banner p {
        text-align: left;
        font-size: .9em;
        line-height: 1.6
    }
}

.act-sect1 {
    padding-bottom: 3em;
    background: url("../images/s1-bg.jpg") no-repeat top center;
    background-size: cover
}

.act-sect1 p {
    line-height: 1.8;
    color: #fff
}

.act-sect1 .act-item {
    margin-bottom: 2em
}

.act-sect1 .act-item:not(:last-child) {
    margin-right: 2em
}

.act-sect1 .mv-box:before {
    background: rgba(51, 51, 51, 0)
}

.act-sect1 .mv-box .mv-btn .mv-arr {
    width: 6.5em
}

.act-sect1 .mv-box .mv-btn .p-say {
    font-size: 2em
}

.act-sect1 .mv-box:hover:before {
    background: rgba(51, 51, 51, 0.4)
}

.act-sect1 .mv-box:hover .mv-btn .mv-arr {
    transform: scale(0.9)
}

@media screen and (max-width: 768px) {
    .act-sect1 {
        background: url("../images/s1-bg-m.jpg") no-repeat top center;
        background-size: cover
    }

    .act-sect1 .act-container-wrap {
        padding-left: 1.5em;
        padding-right: 1.5em
    }

    .act-sect1 .act-item:not(:last-child) {
        margin-right: 0
    }

    .act-sect1 h3 {
        font-size: 1.1em;
        text-align: left
    }

    .act-sect1 p {
        line-height: 1.8;
        text-align: left
    }
}

.act-sect2 {
    background: #141213
}

.act-sect2 .mv-box:before {
    background: rgba(51, 51, 51, 0)
}

.act-sect2 .mv-box .mv-btn .mv-arr {
    width: 4em
}

.act-sect2 .mv-box .act-pic {
    object-fit: cover;
    height: 190px;
    width: auto
}

.act-sect2 .mv-box:hover:before {
    background: rgba(51, 51, 51, 0.4)
}

.act-sect2 .mv-box:hover .mv-btn .mv-arr {
    transform: scale(0.9)
}

.act-sect2 .guest-swiper-container .swiper-wrapper {
    align-content: stretch;
    flex-wrap: wrap
}

.act-sect2 .guest-swiper-container .swiper-slide {
    border-radius: 6px;
    height: auto;
    background: #fff
}

@media screen and (min-width: 769px) {
    .act-sect2 .guest-swiper-container .swiper-slide {
        width: calc(20% - 10px) !important;
        margin: 5px !important
    }
}

.act-sect2 .guest-swiper-container .act-item {
    padding-bottom: 1.8em
}

.act-sect2 .guest-swiper-container .act-item .act-pic {
    border-radius: 6px 6px 0 0
}

.act-sect2 .guest-swiper-container .act-item .text-part {
    padding: .9em .9em 0
}

.act-sect2 .guest-swiper-container .act-item .text-part h3 {
    text-align: center;
    color: #ef6739;
    font-size: 1.6em;
    margin-bottom: .1em;
    font-weight: 400
}

.act-sect2 .guest-swiper-container .act-item .text-part h4 {
    text-align: center;
    font-size: .9em;
    font-weight: 400;
    margin-bottom: 1.5em
}

.act-sect2 .guest-swiper-container .act-item .text-part p {
    color: #999;
    font-size: 0.9em;
    font-weight: 400
}

.act-sect2 .guest-swiper-container .act-item .btn-part {
    margin-top: 2em;
    padding: .9em;
    position: absolute;
    bottom: 0;
    width: 100%
}

.act-sect2 .guest-swiper-container .act-item .btn-part .btn-mv {
    color: #ef6739
}

.act-sect2 .guest-swiper-container .act-item .btn-part .btn-mv span {
    width: 8px;
    height: 8px;
    background: #ef6739;
    display: inline-block;
    position: relative;
    top: -0.1em;
    border-radius: 10em;
    margin-right: 0.3em
}

.act-sect2 .guest-swiper-container .act-item .btn-part .btn-mv:hover {
    color: #00ffea
}

.act-sect2 .guest-swiper-container .act-item .btn-part .btn-mv:hover span {
    background: #00ffea
}

.act-sect2 .guest-swiper-container .act-item .btn-part .btn-ppt {
    color: #333
}

.act-sect2 .guest-swiper-container .act-item .btn-part .act-icon {
    width: 1.8em;
    margin-right: 0.5em;
    position: relative;
    top: -0.1em
}

.act-sect2 .swiper-scrollbar {
    height: 8px;
    border-radius: 0;
    background: #fff;
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto
}

.act-sect2 .swiper-scrollbar-drag {
    border-radius: 0;
    background: linear-gradient(to left, #ffb352 0%, #f18541 100%)
}

.act-sect2 .scroll-hint {
    text-align: center;
    color: #fff;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    font-size: 1.2em
}

.act-sect2 .scroll-hint img {
    width: 1em;
    margin-left: 0.5em;
    margin-right: 0.5em
}

.act-sect2 .scroll-hint .arr-right {
    animation: scroll-arr-act 2s infinite both
}

.act-sect2 .scroll-hint .arr-left {
    transform: scale(-1);
    animation: scroll-arr-left 2s infinite both
}

@keyframes scroll-arr-act {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0)
    }

    40% {
        transform: translateX(-6px)
    }

    60% {
        transform: translateX(2px)
    }
}

@keyframes scroll-arr-left {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0) scale(-1)
    }

    40% {
        transform: translateX(2px) scale(-1)
    }

    60% {
        transform: translateX(-6px) scale(-1)
    }
}

@media screen and (max-width: 768px) {
    .act-sect2 .swiper-wrap {
        padding-left: 1em;
        padding-right: 1em;
        flex-wrap: nowrap
    }

    .act-sect2 .guest-swiper-container {
        padding-bottom: 2em
    }

    .act-sect2 .guest-swiper-container .swiper-wrapper {
        flex-wrap: nowrap
    }

    .act-sect2 .guest-swiper-container .swiper-slide {
        margin: 0
    }
}

.act-sect3 {
    background: url("../images/s3-bg.jpg") no-repeat top center;
    background-size: cover
}

.act-sect3 .tab-wrap {
    position: relative;
    padding-top: 4.5em
}

.act-sect3 .tab-wrap .tab-nav {
    display: block;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 2em;
    padding: 0.4em 2.8em .4em 1.5em;
    background: linear-gradient(to right, #2f0168 0%, #022366 100%);
    background-size: cover;
    -webkit-clip-path: url(#my-clip-path);
    clip-path: url(#my-clip-path);
    z-index: 1
}

.act-sect3 .tab-wrap .tab-nav.active {
    z-index: 2;
    background: linear-gradient(to right, #6a13cb 0%, #2974fc 100%)
}

.act-sect3 .tab-wrap .tab-nav02 {
    left: 9em
}

.act-sect3 .tab-wrap .tab-content {
    padding-top: 3em;
    border: 1px solid transparent;
    border-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
    border-image-slice: 1
}

@media screen and (max-width: 768px) {
    .act-sect3 {
        background: url("../images/s3-bg-m.jpg") no-repeat top center;
        background-size: cover
    }

    .act-sect3 .sect-title {
        margin-bottom: 3em
    }

    .act-sect3 .tab-wrap {
        padding-top: 0
    }

    .act-sect3 .tab-wrap .tab-nav {
        display: none
    }

    .act-sect3 .tab-wrap .tab-content {
        padding-top: 2em;
        border: none
    }

    .act-sect3 .tab-wrap .tab-content02 {
        display: none
    }
}

.act-sect4 {
    background: #000922
}

.act-sect4 .act-container-wrap {
    max-width: 1220px
}

.act-sect4 .act-item h3 {
    color: #00ffea;
    font-size: 1.6em;
    padding: .8em 1.6em;
    border-radius: 0 50px 0 50px;
    border: 1px solid #3b7cf9;
    font-weight: 400;
    background: linear-gradient(to bottom, #1240ac 0%, #000d2c 50%, #1240ac 100%)
}

.act-sect4 .act-item h3 .act-icon {
    width: 2em;
    margin-right: 0.5em
}

.act-sect4 .act-item p {
    color: #fff;
    text-align: center;
    margin-top: 1.2em;
    font-weight: 300
}

.act-sect4 .sect-title2 {
    margin-top: 3em
}

.act-sect4 .btn-sect-center {
    margin-top: 3em
}

.act-sect4 .photo-all .act-item {
    margin: 2px;
    z-index: 1;
    overflow: hidden;
    cursor: pointer
}

.act-sect4 .photo-all .act-item:hover {
    z-index: 2
}

.act-sect4 .photo-all .act-item:hover .act-pic {
    transition: all .5s;
    transform: scale(1.1)
}

.act-sect4 .photo-all .act-item07 {
    margin-top: 4px
}

.act-sect4 .photo-all .act-pic {
    transform-origin: center center;
    transition: all .3s;
    transform: scale(1)
}

@media screen and (max-width: 768px) {
    .act-sect4 {
        background: url("../images/s4-bg-m.jpg") no-repeat top center;
        background-size: cover
    }

    .act-sect4 .act-container-wrap {
        padding-left: 1.5em;
        padding-right: 1.5em
    }

    .act-sect4 .act-item h3 {
        font-size: 1.5em
    }

    .act-sect4 .act-item h3 .act-icon {
        width: 2em
    }

    .act-sect4 .act-item p {
        font-size: 1.1em
    }
}

.act-sect5 {
    padding-bottom: 0;
    padding-top: 0
}

.act-sect5 .title-bar {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    background: url("../images/s5-bg.jpg") no-repeat top center;
    background-size: cover
}

.act-sect5 .title-bar .act-container-wrap {
    max-width: 580px;
    width: 88%
}

.act-sect5 .title-bar .text-part {
    margin-right: 1em
}

.act-sect5 .title-bar h3 {
    color: #fff;
    font-weight: bold;
    font-size: 2.2em;
    margin-bottom: 0.7em;
    padding-top: 1.5em
}

.act-sect5 .title-bar .act-btn {
    width: 80%;
    max-width: 300px
}

.act-sect5 .content-part {
    padding-top: 3em;
    padding-bottom: 4em;
    background: url("../images/s5-2-bg.jpg") no-repeat top center;
    background-size: cover
}

.act-sect5 .content-part .act-item {
    padding: .6em;
    background: #000c2e;
    width: calc(100%/3 - 20px);
    margin: 10px;
    display: block;
    border-radius: 6px
}

.act-sect5 .content-part .act-item:not(.no-link):hover {
    background: #0e2463;
    transition: all .3s
}

.act-sect5 .content-part .act-item .act-pic {
    position: relative
}

.act-sect5 .content-part .act-item .act-title {
    position: absolute;
    left: -12px;
    top: 0;
    color: #fff;
    font-size: 1.5em;
    background: linear-gradient(to right, #6164ff 0%, #92c2fe 100%);
    z-index: 2;
    padding: .5em 1.5em;
    padding-right: 2em;
    border-radius: 0 6px 6px 0;
    font-weight: 300
}

.act-sect5 .content-part .act-item .act-title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 10px 0;
    border-color: transparent #3334b6 transparent transparent
}

.act-sect5 .content-part .act-item p {
    color: #fff;
    max-width: 100%;
    margin-top: 0.5em;
    margin-bottom: 0
}

@media screen and (max-width: 768px) {
    .act-sect5 .title-bar {
        padding-top: 2em;
        padding-bottom: 2em;
        background: url("../images/s5-bg-m.jpg") no-repeat top center;
        background-size: cover
    }

    .act-sect5 .title-bar .act-pic {
        width: 7em;
        height: auto
    }

    .act-sect5 .title-bar h3 {
        font-size: 1.5em;
        white-space: nowrap
    }

    .act-sect5 .title-bar .act-btn {
        width: 100%
    }

    .act-sect5 .content-part {
        padding-left: 1em;
        padding-right: 1em
    }

    .act-sect5 .content-part .act-item {
        width: 100%;
        margin: 0;
        margin-bottom: 1em
    }
}

.act-sect6 {
    background: #000922;
    padding-bottom: 0
}

.act-sect6 .act-container-wrap {
    max-width: 1300px
}

.act-sect6 .media-swiper-wrap {
    padding-left: 6em;
    padding-right: 6em
}

.act-sect6 .media-swiper-container {
    padding-bottom: 3em
}

.act-sect6 .swiper-wrapper {
    align-content: stretch
}

.act-sect6 .swiper-slide {
    background: #131a2b;
    border-radius: 6px;
    height: auto
}

.act-sect6 .act-item {
    padding: 0.75em;
    height: 100%;
    position: relative
}

.act-sect6 .act-item .act-pic {
    max-width: 100%;
    width: 100%
}

.act-sect6 .act-item .text-part {
    padding: 0.75em 0;
    position: relative
}

.act-sect6 .act-item .text-part .v-logo {
    margin-right: 0.7em
}

.act-sect6 .act-item .text-part .v-logo img {
    border-radius: 6px
}

.act-sect6 .act-item .text-part p {
    color: #fff;
    margin-bottom: 0
}

.act-sect6 .act-item .btn-link {
    color: #ef6739;
    position: absolute;
    right: .75em;
    bottom: .75em
}

.act-sect6 .act-item .btn-link i {
    font-size: 120%;
    margin-left: 0.25em
}

.act-sect6 .act-item .btn-link:hover {
    color: #00ffea
}

.act-sect6 .swiper-pagination {
    bottom: 0
}

.act-sect6 .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    border-radius: 10em;
    opacity: 1
}

.act-sect6 .swiper-pagination .swiper-pagination-bullet-active {
    width: 50px
}

.act-sect6 .swiper-button-next,
.act-sect6 .swiper-button-prev {
    color: #fff;
    border: 3px solid #fff;
    width: 3.6em;
    height: 3.6em;
    border-radius: 100em
}

.act-sect6 .swiper-button-next:after,
.act-sect6 .swiper-button-prev:after {
    font-size: 160%;
    font-weight: bold
}

.act-sect6 .swiper-scrollbar {
    height: 8px;
    border-radius: 0;
    background: #fff;
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto
}

.act-sect6 .swiper-scrollbar-drag {
    border-radius: 0;
    background: linear-gradient(to left, #ffb352 0%, #f18541 100%)
}

.act-sect6 .scroll-hint {
    text-align: center;
    color: #fff;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    font-size: 1.2em
}

.act-sect6 .scroll-hint img {
    width: 1em;
    margin-left: 0.5em;
    margin-right: 0.5em
}

.act-sect6 .scroll-hint .arr-right {
    animation: scroll-arr-act 2s infinite both
}

.act-sect6 .scroll-hint .arr-left {
    transform: scale(-1);
    animation: scroll-arr-left 2s infinite both
}

@media screen and (max-width: 768px) {
    .act-sect6 {
        padding-bottom: 0
    }

    .act-sect6 .swiper-wrapper {
        padding-bottom: 3em
    }

    .act-sect6 .media-swiper-wrap {
        padding-left: 1em;
        padding-right: 1em
    }

    .act-sect6 .act-item .act-pic {
        max-width: 100%;
        width: 100%
    }

    .act-sect6 .act-item .text-part .v-logo img {
        width: 5em
    }

    .act-sect6 .act-item .text-part p {
        color: #fff;
        margin-bottom: 0
    }

    .act-sect6 .act-item .btn-link {
        color: #ef6739;
        position: absolute;
        right: .75em;
        bottom: .75em
    }

    .act-sect6 .act-item .btn-link i {
        font-size: 120%;
        margin-left: 0.25em
    }

    .act-sect6 .act-item .btn-link:hover {
        color: #00ffea
    }
}

.act-sect7 {
    padding-bottom: 3em;
    background: #000922
}

.act-sect7 .v-logo-wrap .v-logo {
    margin: .25em;
    position: relative;
    overflow: hidden;
    border: 5px solid transparent;
    transform: scale(1);
    transition: all .3s
}

.act-sect7 .v-logo-wrap .v-logo img {
    max-width: 100%;
    height: auto
}

.act-sect7 .v-logo-wrap .has-link:before {
    font-family: 'Noto Sans SC', "微软雅黑";
    transform: translateY(0%);
    transition: all .3s;
    content: "查看详情";
    color: #fff;
    padding: .1em .5em;
    font-size: 0.9em;
    background: linear-gradient(to right, #ffa739 0%, #e77023 100%);
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    pointer-events: none
}

.act-sect7 .v-logo-wrap .has-link:hover {
    border: 5px solid red;
    transition: all .3s;
    transform: scale(1.05)
}

@media screen and (max-width: 768px) {
    .act-sect7 {
        padding-top: 0;
        padding-bottom: 3em
    }

    .act-sect7 .act-container-wrap {
        padding-left: 0.5em;
        padding-right: 0.5em
    }

    .act-sect7 .v-logo-wrap .v-logo {
        margin: calc(6% / 6);
        width: 31%;
        border: none
    }

    .act-sect7 .v-logo-wrap .has-link:before {
        font-size: 0.8em
    }
}

.act-sect8 {
    padding-top: 2em;
    padding-bottom: 2em;
    background: url("../images/footer-bg.jpg") no-repeat bottom center;
    background-size: cover
}

.act-sect8 .act-container-wrap {
    color: #fff
}

.act-sect8 .text-part h3 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0.8em;
    padding-top: 1.3em
}

.act-sect8 .text-part p {
    margin-bottom: 0;
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: 1px
}

.act-sect8 .pic-part .act-item:not(:last-child) {
    margin-right: 3em;
}

.act-sect8 .pic-part .act-item .act-pic {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 120px;
}

.act-sect8 .pic-part .act-item p {
    margin-bottom: 0;
    text-align: center;
    margin-top: 0.25em;
    font-size: 1.2em;
    font-weight: 300;
    white-space: nowrap
}

@media screen and (max-width: 768px) {
    .act-sect8 {
        padding-bottom: 4em
    }

    .act-sect8 .act-container-wrap {
        padding-left: 2em;
        padding-right: 2em;
        text-align: center
    }

    .act-sect8 .text-part {
        margin-bottom: 2em
    }

    .act-sect8 .text-part h3 {
        font-size: 1.5em
    }

    .act-sect8 .text-part p {
        font-size: 1em
    }

    .act-sect8 .pic-part {
        width: 66%;
        margin-left: auto;
        margin-right: auto
    }

    .act-sect8 .pic-part .act-item:not(:last-child) {
        margin-right: 2em
    }

    .act-sect8 .pic-part .act-item .act-pic {
        width: 100%
    }

    .act-sect8 .pic-part .act-item p {
        font-size: 1em
    }
}

/*# sourceMappingURL=style.css.map */