﻿@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://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-container-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.act-sect {
    position: relative
}

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

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

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

.act-container-wrap {
    max-width: 1200px
}

.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
    }
}

.act-wrap .act-btn {
    border-radius: 6px;
    padding: 0.6em;
    font-weight: 400;
    transition: none
}

.act-wrap .act-btn:hover {
    transition: none
}

.act-wrap .btn-gradient-blue {
    color: #fff;
    border: none;
    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-white {
    color: #fff;
    border: 1px solid #fff;
    padding-top: calc(0.6em - 1px);
    padding-bottom: calc(0.6em - 1px)
}

.act-wrap .btn-outline-white:hover {
    color: #fff;
    border: none;
    padding-top: .6em;
    padding-bottom: 0.6em;
    background: linear-gradient(to right, #ffb252 0%, #f18541 100%)
}

.act-wrap .btn-outline-black {
    color: #333;
    border: 1px solid #333;
    padding-top: calc(0.6em - 1px);
    padding-bottom: calc(0.6em - 1px);
    background: transparent
}

.act-wrap .btn-outline-black:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #333
}

.act-wrap .btn-outline-blue {
    color: #2345a7;
    border: 1px solid #2345a7;
    padding-top: calc(0.6em - 1px);
    padding-bottom: calc(0.6em - 1px)
}

.act-wrap .btn-outline-blue:hover {
    color: #2345a7;
    border: none;
    color: #fff;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    background: linear-gradient(to right, #58a2f6 0%, #305af9 100%)
}

.act-wrap .btn-gradient-orange {
    color: #fff;
    background: linear-gradient(to left, #f08541 0%, #ffb351 100%)
}

.act-wrap .btn-gradient-orange:hover {
    color: #fff;
    background: linear-gradient(to left, #e85f05 0%, #ff9106 100%)
}

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

.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: #2345a7
}

.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: #333;
}

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

@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.8em
    }
}

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

.act-wrap .text-blue {
    color: #2345a7
}

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

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

@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-form {
    width: 270px;
    background: #fff;
    border-radius: 0;
    text-align: center;
    padding-top: 1.5em
}

.act-form h3 {
    font-size: 1em;
    font-weight: 600
}

.act-form .act-input-form {
    padding: .5em 1em 1em
}

.act-form .act-input-form .act-btn {
    margin-top: .5em;
    padding-left: 2em;
    padding-right: 2em;
    width: 100%
}

.act-form .inputText-group {
    position: relative;
    padding: 2px !important;
    margin-bottom: 10px
}

.act-form .inputText-group label {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0 6px;
    color: #999999;
    font-size: 16px;
    transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out, background-color 0.2s ease-in-out
}

.act-form .inputText-group input:focus~label,
.act-form .inputText-group input:valid~label {
    top: -8px;
    font-size: 12px;
    background-color: #fff;
    border-radius: 2px
}

.act-form .inputText-group input {
    border-radius: 4px;
    width: 100%;
    border: none;
    font-size: 16px;
    color: #333;
    background: #f5f5f5;
    padding: 6px;
    height: 40px;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.act-form .inputText-group input:focus {
    border: 1px solid #d9d9d9
}

.act-form .noInput {
    background: #fff
}

@media screen and (max-width: 768px) {
    .act-form {
        width: 100%;
        height: auto;
        background: #2345a7;
        padding: 3em 1em 2em
    }

    .act-form h3 {
        font-size: 1.6em;
        color: #fff;
        font-weight: normal
    }

    .act-form .act-input-form {
        padding: .5em 1em 1em
    }

    .act-form .act-input-form .act-btn {
        margin-top: .5em;
        padding-left: 3em;
        padding-right: 3em;
        width: auto;
        border: 1px solid #fff !important;
        background: transparent
    }

    .act-form .act-input-form .act-btn:hover {
        border: 1px solid #fff !important;
        background: transparent
    }

    .act-form .inputText-group {
        margin-bottom: 12px
    }

    .act-form .inputText-group input:focus~label,
    .act-form .inputText-group input:valid~label {
        background-color: #2345a7;
        color: #fff;
        border-radius: 4px;
        top: -10px
    }
}

.act-form-footer {
    border-radius: 0;
    text-align: center;
    padding-top: 1.5em
}

.act-form-footer h3 {
    font-size: 1.5em
}

.act-form-footer .act-input-form {
    padding: 1em 1em 1.5em
}

.act-form-footer .act-input-form .act-btn {
    margin-top: .5em;
    padding-left: 2em;
    padding-right: 2em
}

.act-form-footer .inputText-group {
    width: 30%;
    position: relative;
    padding: 2px !important;
    margin-bottom: 10px
}

.act-form-footer .inputText-group:not(:last-child) {
    margin-right: 2em
}

.act-form-footer .inputText-group label {
    position: absolute;
    top: 22px;
    left: 10px;
    padding: 0 6px;
    color: #fff;
    font-size: 1.6em;
    font-weight: 300;
    transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out, background-color 0.2s ease-in-out
}

.act-form-footer .inputText-group input:focus~label,
.act-form-footer .inputText-group input:valid~label {
    top: -8px;
    font-size: .9em;
    background-color: #363a3d;
    border-radius: 2px
}

.act-form-footer .inputText-group input {
    border-radius: 4px;
    width: 100%;
    border: 1px solid #fff;
    font-size: 1.2em;
    color: #fff;
    padding: .5em;
    padding-left: 1em;
    height: 80px;
    background: transparent;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.act-form-footer .inputText-group input:focus {
    border: 1px solid #fff
}

.act-form-footer .noInput {
    background: #fff
}

@media screen and (max-width: 768px) {
    .act-form-footer {
        width: 100%;
        height: auto;
        padding-top: 0em
    }

    .act-form-footer .inputText-group {
        width: 100%
    }

    .act-form-footer .inputText-group:not(:last-child) {
        margin-right: 0
    }

    .act-form-footer .inputText-group label {
        top: 10px;
        font-size: 1.2em
    }

    .act-form-footer .inputText-group input:focus~label,
    .act-form-footer .inputText-group input:valid~label {
        top: -8px
    }

    .act-form-footer .inputText-group input {
        height: 50px
    }
}

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

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

.act-header .act-container-wrap {
    padding-left: 1em;
    padding-right: 1em
}

.act-header .act-title {
    padding-top: 8em;
    margin-bottom: 1.5em
}

.act-header .act-title h1 {
    font-size: 40px;
    color: #fff;
    color: #fff;
    font-weight: normal;
    line-height: 1.5
}

.act-header .act-title h1 span {
    display: block;
    font-size: 70%;
    font-weight: normal;
    margin-bottom: 0.5em
}

.act-header .act-title h1 b {
    font-weight: normal;
    margin-left: .4em
}

.act-header .act-title p {
    line-height: 1.8
}

.act-header .btn-wrap .act-btn {
    margin-top: 1em;
    padding-left: 3em;
    padding-right: 3em
}

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

.act-header .act-form-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.act-header .act-form {
    position: absolute;
    right: 6%;
    top: 6em;
    pointer-events: auto
}

@media screen and (max-width: 768px) {
    .act-header {
        font-size: calc(1vw + 1vh + .5vmin) !important;
        background: #fff;
        height: auto
    }

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

    .act-header .act-title {
        padding-top: 5em
    }

    .act-header .act-title h1 {
        text-align: center;
        font-size: 2.2em
    }

    .act-header .act-title h1 span {
        font-size: 100%
    }

    .act-header .act-title p {
        padding-left: 2em;
        padding-right: 2em
    }

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

    .act-header .btn-wrap .act-btn {
        width: 40%;
        padding-left: 2em;
        padding-right: 2em
    }

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

    .act-header .act-form-wrap {
        position: relative
    }

    .act-header .act-form-wrap .act-container-wrap {
        padding-left: 0;
        padding-right: 0
    }

    .act-header .act-form {
        position: relative;
        right: auto;
        top: auto
    }
}

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

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

.act-sect1 .act-mvPart {
    position: relative;
    padding: 0
}

.act-sect1 .act-mvPart .sect-title {
    text-align: left;
    padding-top: 0em;
    margin-bottom: 1em
}

.act-sect1 .act-mvPart .sect-title h2 {
    color: #2345a7
}

.act-sect1 .act-mvPart .p-text {
    width: 100%;
    max-width: 650px;
    margin-top: 0em;
    font-size: 1em;
    line-height: 1.8
}

.act-sect1 .act-mvPart .btn-wrap {
    text-align: left;
    position: absolute;
    bottom: 0em;
    width: 40%
}

.act-sect1 .act-mvPart .btn-wrap .act-btn {
    width: 40%;
    padding-left: 2em;
    padding-right: 2em
}

.act-sect1 .act-mvPart .btn-wrap .act-btn:not(:last-child) {
    margin-right: 1em
}

.act-sect1 .act-mvPart .mv-box {
    position: relative;
    cursor: pointer
}

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

.act-sect1 .act-mvPart .mv-box .mv-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 6em auto auto;
    width: 5em;
    height: 5em;
    transform: scale(1)
}

.act-sect1 .act-mvPart .mv-box .mv-btn .mv-arr {
    width: 100%;
    height: auto;
    transform-origin: center center;
    transition: all .3s
}

.act-sect1 .act-mvPart .mv-box .p-say {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 8.2em auto auto;
    text-align: center;
    font-size: 1.4em
}

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

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

@media screen and (max-width: 768px) {
    .act-sect1 {
        background: #fff
    }

    .act-sect1 .act-mvPart {
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 0
    }

    .act-sect1 .act-mvPart .sect-title {
        text-align: center;
        margin-bottom: 0
    }

    .act-sect1 .act-mvPart p {
        width: 100%;
        max-width: none;
        margin-top: 2em
    }

    .act-sect1 .act-mvPart .btn-wrap {
        text-align: center;
        position: relative;
        bottom: auto;
        width: 100%;
        margin-top: 2em;
        display: flex;
        justify-content: space-between
    }

    .act-sect1 .act-mvPart .btn-wrap .act-btn {
        width: 47%;
        padding-left: 1em;
        padding-right: 1em
    }

    .act-sect1 .act-mvPart .btn-wrap .act-btn:not(:last-child) {
        margin-right: 0
    }

    .act-sect1 .act-mvPart .mv-box .mv-btn {
        margin: 4.5em auto auto;
        width: 4em;
        height: 4em
    }

    .act-sect1 .act-mvPart .mv-box .p-say {
        margin: 7.5em auto auto;
        font-size: 1.2em
    }
}

.act-sect2 {
    background: #f5f5f5
}

.act-sect2 .act-container-wrap {
    padding-left: 1em;
    padding-right: 1em
}

.act-sect2 .act-item {
    background: #fff;
    padding: 2em 1em;
    flex: 1
}

.act-sect2 .act-item:not(:last-child) {
    margin-right: 1.2em
}

.act-sect2 .act-item:hover .act-icon {
    background-position: bottom center
}

.act-sect2 .act-item .act-icon-box {
    background: #f2f4fa;
    border-radius: 100em;
    width: 8em;
    height: 8em;
    padding-top: 1.5em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em
}

.act-sect2 .act-item .act-icon {
    width: 5em;
    height: 5em;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.act-sect2 .act-item .act-icon01 {
    background-image: url("../images/icon/icon-hv01.png")
}

.act-sect2 .act-item .act-icon02 {
    background-image: url("../images/icon/icon-hv02.png")
}

.act-sect2 .act-item .act-icon03 {
    background-image: url("../images/icon/icon-hv03.png")
}

.act-sect2 .act-item .act-icon04 {
    background-image: url("../images/icon/icon-hv04.png")
}

.act-sect2 .act-item .act-icon05 {
    background-image: url("../images/icon/icon-hv05.png")
}

.act-sect2 .act-item h3 {
    color: #2345a7;
    text-align: center;
    font-size: 1.4em
}

.act-sect2 .act-item p {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em
}

@media screen and (max-width: 768px) {
    .act-sect2 .act-item {
        padding: 1.5em 1em;
        display: flex;
        margin-right: 0 !important;
        margin-bottom: 1em
    }

    .act-sect2 .act-item .act-icon-box {
        flex: none;
        width: 6em;
        height: 6em;
        margin-right: 1em;
        padding-top: 0.75em;
        margin-bottom: 0
    }

    .act-sect2 .act-item .act-icon-box .act-icon {
        width: 4em;
        height: 4em
    }

    .act-sect2 .act-item .text-part h3 {
        text-align: left
    }

    .act-sect2 .act-item .text-part p {
        width: 100%;
        margin-bottom: 0
    }
}

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

.act-sect3 [class*="col-"] {
    padding: 1em 1.55em
}

.act-sect3 .act-container-wrap {
    padding-left: 1em;
    padding-right: 1em
}

.act-sect3 .act-item {
    background: #fff;
    height: 100%;
    padding: 1.2em;
    padding-left: 5.5em;
    border-radius: 6px
}

.act-sect3 .act-item:hover .act-icon-box {
    background: linear-gradient(to bottom, #ffcc8a 0%, #f08541 100%)
}

.act-sect3 .act-item .act-icon-box {
    position: absolute;
    left: -.25em;
    top: 50%;
    transform: translateY(-50%);
    width: 6.2em;
    height: 7em;
    display: flex;
    align-items: center;
    padding-left: 1em;
    background-size: cover;
    -webkit-clip-path: url(#arr-box);
    clip-path: url(#arr-box);
    background: linear-gradient(to bottom, #01fbfe 0%, #0093d8 100%)
}

.act-sect3 .act-item .act-icon-box .act-icon {
    width: 3em
}

.act-sect3 .act-item h3 {
    color: #2345a7;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 0.25em;
    font-size: 1.5em
}

.act-sect3 .act-item ol {
    margin-bottom: 0
}

.act-sect3 .act-item ol li {
    padding-left: 1.2em;
    position: relative
}

.act-sect3 .act-item ol li:before {
    content: "";
    background: linear-gradient(to bottom, #c8c9fd 0%, #797be5 100%);
    width: 8px;
    height: 8px;
    border-radius: 20px;
    position: absolute;
    left: 0px;
    top: 0.5em
}

.act-sect3 .svg {
    position: absolute;
    width: 0;
    height: 0
}

@media screen and (max-width: 768px) {
    .act-sect3 [class*="col-"] {
        padding: .5em 0
    }

    .act-sect3 .row {
        margin-left: 0;
        margin-right: 0
    }

    .act-sect3 .act-container-wrap {
        padding-left: 2.2em;
        padding-right: 1em
    }

    .act-sect3 .act-item .act-icon-box {
        left: -1.2em;
        width: 5.6em;
        height: 6.6em
    }

    .act-sect3 .act-item .act-icon-box .act-icon {
        width: 2.5em
    }
}

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

.act-sect4 .data-wrap {
    position: absolute;
    width: 100%;
    top: 0
}

.act-sect4 .data-wrap .data-inner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto
}

.act-sect4 .data-wrap .data-item {
    position: absolute
}

.act-sect4 .data-wrap .data-item .act-icon {
    width: .7em;
    margin-right: 0.25em;
    position: relative;
    top: -.15em
}

.act-sect4 .data-wrap .data-item h3 {
    font-size: 2.2em;
    color: #05c5ea;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.1em
}

.act-sect4 .data-wrap .data-item p {
    font-size: 1.5em;
    margin-bottom: 0
}

.act-sect4 .data-wrap .data-item:before,
.act-sect4 .data-wrap .data-item:after {
    content: "";
    position: absolute
}

.act-sect4 .data-wrap .data-item:before {
    width: 12px;
    height: 12px;
    border-radius: 100em;
    top: calc(100% + 0em);
    z-index: 2;
    background: linear-gradient(to bottom, #59a3f6 0%, #3059f9 100%)
}

.act-sect4 .data-wrap .data-item:after {
    width: 100%;
    height: 3px;
    z-index: 1;
    top: calc(100% + 4px);
    background: linear-gradient(to right, #56a0f6 0%, rgba(86, 160, 246, 0) 100%)
}

.act-sect4 .data-wrap .data-item01 {
    top: 0;
    left: 15%
}

.act-sect4 .data-wrap .data-item02 {
    top: 0;
    right: 22%
}

.act-sect4 .data-wrap .data-item03 {
    top: 6em;
    left: 0
}

.act-sect4 .data-wrap .data-item04 {
    top: 6em;
    right: 4%
}

.act-sect4 .data-wrap .data-item05 {
    top: 12em;
    left: 15%
}

.act-sect4 .data-wrap .data-item06 {
    top: 12em;
    right: 15%
}

.act-sect4 .data-wrap .data-item01:before {
    left: -1em
}

.act-sect4 .data-wrap .data-item01:after {
    left: -1em;
    width: 180%
}

.act-sect4 .data-wrap .data-item03:before {
    left: -1em
}

.act-sect4 .data-wrap .data-item03:after {
    left: -1em;
    width: 260%
}

.act-sect4 .data-wrap .data-item05:before {
    left: -1em
}

.act-sect4 .data-wrap .data-item05:after {
    left: -1em;
    width: 200%
}

.act-sect4 .data-wrap .data-item02:before {
    right: -1em
}

.act-sect4 .data-wrap .data-item02:after {
    right: -1em;
    width: 180%
}

.act-sect4 .data-wrap .data-item04:before {
    right: -1em
}

.act-sect4 .data-wrap .data-item04:after {
    right: -1em;
    width: 260%
}

.act-sect4 .data-wrap .data-item06:before {
    right: -1em
}

.act-sect4 .data-wrap .data-item06:after {
    right: -1em;
    width: 210%
}

.act-sect4 .data-wrap .data-item02:after,
.act-sect4 .data-wrap .data-item04:after,
.act-sect4 .data-wrap .data-item06:after {
    background: linear-gradient(to left, #56a0f6 0%, rgba(86, 160, 246, 0) 100%)
}

.act-sect4 .data-wrap * {
    transition: all .1s
}

.act-sect4 .data-wrap .data-item h3,
.act-sect4 .data-wrap .data-item p {
    opacity: 0;
    transform: translateY(50%)
}

.act-sect4 .data-wrap .data-item01,
.act-sect4 .data-wrap .data-item03,
.act-sect4 .data-wrap .data-item05 {
    transform: translateX(80%);
    opacity: 0
}

.act-sect4 .data-wrap .data-item02,
.act-sect4 .data-wrap .data-item04,
.act-sect4 .data-wrap .data-item06 {
    transform: translateX(-80%);
    opacity: 0
}

.act-sect4 .scrollShow-active .data-wrap * {
    transition: all .5s
}

.act-sect4 .scrollShow-active .data-wrap .data-item h3,
.act-sect4 .scrollShow-active .data-wrap .data-item p {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1s
}

.act-sect4 .scrollShow-active .data-wrap .data-item01,
.act-sect4 .scrollShow-active .data-wrap .data-item03,
.act-sect4 .scrollShow-active .data-wrap .data-item05 {
    transform: translateX(0%);
    opacity: 1;
    transition-delay: .6s
}

.act-sect4 .scrollShow-active .data-wrap .data-item02,
.act-sect4 .scrollShow-active .data-wrap .data-item04,
.act-sect4 .scrollShow-active .data-wrap .data-item06 {
    transform: translateX(0%);
    opacity: 1;
    transition-delay: .6s
}

.act-sect4 .Chip-box-wrap * {
    transition: all .1s
}

.act-sect4 .Chip-box-wrap .Chip-arr-part {
    opacity: 0;
    transform: translateY(10%)
}

.act-sect4 .Chip-box-wrap .Chip-part .Chip {
    opacity: 0;
    transform: translateY(10%)
}

.act-sect4 .Chip-box-wrap .Chip-part .Chip-shadow {
    opacity: 0;
    transform: translateY(-10%)
}

.act-sect4 .scrollShow-active .Chip-box-wrap * {
    transition: all .5s
}

.act-sect4 .scrollShow-active .Chip-box-wrap .Chip-arr-part {
    transition-delay: 1.2s;
    opacity: 1;
    transform: translateY(0%)
}

.act-sect4 .scrollShow-active .Chip-box-wrap .Chip-part .Chip {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: .3s
}

.act-sect4 .scrollShow-active .Chip-box-wrap .Chip-part .Chip-shadow {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 0.3s
}

.act-sect4 .Chip-box-wrap {
    text-align: center;
    padding-top: 5em;
    padding-bottom: 3em
}

.act-sect4 .Chip-box-wrap .Chip-arr-part {
    z-index: 3;
    position: relative;
    width: 23.5em;
    margin-left: auto;
    margin-right: auto
}

.act-sect4 .Chip-box-wrap .Chip-arr-part .Chip-arr {
    width: 6em;
    position: absolute;
    animation: Chip-arr-act 1.6s both infinite
}

.act-sect4 .Chip-box-wrap .Chip-arr-part .Chip-arr01 {
    left: 0;
    top: 1.1em;
    animation-delay: 0s
}

.act-sect4 .Chip-box-wrap .Chip-arr-part .Chip-arr02 {
    left: 38%;
    top: -5em;
    animation-delay: .3s
}

.act-sect4 .Chip-box-wrap .Chip-arr-part .Chip-arr03 {
    right: 0;
    top: 0em;
    animation-delay: .6s
}

@keyframes Chip-arr-act {
    0% {
        opacity: 0;
        transform: translateY(10%)
    }

    20% {
        opacity: 1
    }

    80% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translateY(-30%)
    }
}

.act-sect4 .Chip-box-wrap .Chip-part {
    width: 28em;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.act-sect4 .Chip-box-wrap .Chip-part .Chip {
    position: relative;
    z-index: 2
}

.act-sect4 .Chip-box-wrap .Chip-part .Chip-shadow {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 25%
}

@media screen and (max-width: 768px) {
    .act-sect4 .data-wrap {
        position: relative;
        width: 100%;
        overflow: hidden
    }

    .act-sect4 .data-wrap .data-inner {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between
    }

    .act-sect4 .data-wrap .data-item {
        position: relative;
        width: 33%;
        text-align: center;
        margin-bottom: 1em;
        left: auto !important;
        top: auto !important;
        right: auto !important
    }

    .act-sect4 .data-wrap .data-item h3 {
        font-size: 1.8em
    }

    .act-sect4 .data-wrap .data-item p {
        font-size: 1em
    }

    .act-sect4 .data-wrap .data-item:before,
    .act-sect4 .data-wrap .data-item:after {
        display: none
    }

    .act-sect4 .Chip-box-wrap {
        padding-top: 7em
    }

    .act-sect4 .Chip-box-wrap .Chip-arr-part {
        width: 70%
    }

    .act-sect4 .Chip-box-wrap .Chip-part {
        width: 80%
    }

    .act-sect4 .scrollShow-active .data-wrap * {
        transition: none
    }

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

.act-sect5 .act-text {
    margin-bottom: 1em
}

.act-sect5 .act-text h3 {
    color: #2345a7;
    margin-right: 1em
}

.act-sect5 .act-text h3 .tt {
    width: 0.2em
}

.act-sect5 .act-text h3 .t-l {
    margin-right: 0.5em
}

.act-sect5 .act-text h3 .t-r {
    transform: scale(-1);
    margin-left: 0.5em
}

.act-sect5 .chart-swiper-container {
    padding: 2em;
    border-radius: 6px;
    box-shadow: 1px 1px 16px 1px rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 768px) {
    .act-sect5 .chart-swiper-container {
        padding: 1em;
        box-shadow: none
    }

    .act-sect5 .btn-wrap-center {
        margin-top: 0em
    }

    .act-sect5 .act-text h3 {
        text-align: center;
        font-size: 1.2em;
        margin-right: 0
    }

    .act-sect5 .act-text ol {
        padding-left: 3em
    }

    .act-sect5 .swiper-slide {
        width: 60em;
        font-size: 0.8em;
        padding-left: 0.5em;
        padding-right: 1em;
        padding-bottom: 1.5em
    }

    .act-sect5 .swiper-scrollbar {
        height: 6px;
        border-radius: 0;
        background: #dddddd;
        position: relative;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .act-sect5 .swiper-scrollbar-drag {
        border-radius: 0;
        background: #2345a7
    }

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

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

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

    .act-sect5 .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)
        }
    }
}

.act-sect6 {
    background: #f5f5f5
}

.act-sect6 .act-container-wrap {
    padding-left: 1em;
    padding-right: 1em;
    justify-content: space-between;
}

.act-sect6 .act-item {
    width: calc(50% - 1.1em);
    margin-bottom: 2.2em;
    border-radius: 6px;
    box-shadow: 0 2px 12px 4px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    min-height: 186px;
    padding: 1.5em;
    padding-top: 2em;
    background-repeat: no-repeat;
    background-position: right -1px bottom;
    background-color: #fff;
    background-size: auto 100%
}

.act-sect6 .act-item h3 {
    font-size: 1.5em;
    color: #2345a7
}

.act-sect6 .act-item p {
    width: 260px;
    margin-top: 1em
}

.act-sect6 .act-item01 {
    background-image: url("../images/s6-bg01.jpg")
}

.act-sect6 .act-item02 {
    background-image: url("../images/s6-bg02.jpg")
}

.act-sect6 .act-item03 {
    background-image: url("../images/s6-bg03.jpg")
}

.act-sect6 .act-item04 {
    background-image: url("../images/s6-bg04.jpg")
}

.act-sect6 .btn-wrap {
    width: 70%
}

.act-sect6 .btn-wrap .act-btn {
    width: 40%;
    padding-left: 2em;
    padding-right: 2em
}

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

@media screen and (max-width: 768px) {
    .act-sect6 .act-item {
        width: 100%;
        min-height: 0;
        margin-bottom: 1.2em
    }

    .act-sect6 .act-item p {
        width: 60%
    }

    .act-sect6 .act-item01 {
        background-image: url("../images/s6-bg01-m.jpg")
    }

    .act-sect6 .act-item02 {
        background-image: url("../images/s6-bg02-m.jpg")
    }

    .act-sect6 .act-item03 {
        background-image: url("../images/s6-bg03-m.jpg")
    }

    .act-sect6 .act-item04 {
        background-image: url("../images/s6-bg04-m.jpg")
    }

    .act-sect6 .btn-wrap {
        width: 70%
    }

    .act-sect6 .btn-wrap .act-btn {
        width: 40%;
        font-size: 1em;
        padding-left: .5em;
        padding-right: .5em
    }

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

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

.act-sect7 .left-part {
    margin-right: 1.5em
}

.act-sect7 .right-part2 {
    padding-top: 5.2em
}

.act-sect7 .table-part {
    text-align: center;
    color: #fff
}

.act-sect7 .table-part .before-box {
    margin-top: 2em;
    margin-bottom: 2em;
    background: #182444;
    height: 100%;
    height: 17.5em;
    padding: 1em
}

.act-sect7 .table-part .before-box-left {
    border-radius: 6px 0 0 6px
}

.act-sect7 .table-part .before-box-left h3 {
    margin-bottom: .5em
}

.act-sect7 .table-part .before-box-left dl dd {
    background: #303a57;
    border-radius: 6px;
    padding: 0.5em
}

.act-sect7 .table-part .after-box {
    border-radius: 6px;
    padding: 1em 1.2em;
    padding-top: 3em;
    background: linear-gradient(to bottom, #59a3f6 0%, #3059f9 100%)
}

.act-sect7 .table-part .after-box h3 {
    margin-bottom: .5em
}

.act-sect7 .table-part .after-box dl dd {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 0.5em
}

.act-sect7 .table-part .before-box-right {
    width: 20px;
    border-radius: 0 6px 6px 0
}

.act-sect7 .Vendor-inner {
    color: #fff
}

.act-sect7 .Vendor-inner .v-logo {
    width: 180px;
    padding: .75em 1em;
    margin-bottom: 1em;
    background: linear-gradient(to right, #305cf9 0%, #305cf9 50%, rgba(48, 92, 249, 0) 95%)
}

.act-sect7 .Vendor-inner .v-text {
    max-width: 600px
}

.act-sect7 .Vendor-inner .v-text h3 {
    font-size: 1.4em;
    margin-top: 1em;
    margin-bottom: 1em
}

.act-sect7 .Vendor-inner .v-text p {
    font-size: 1em
}

.act-sect7 .vendor-swiper-container {
    padding-bottom: 3em
}

.act-sect7 .swiper-pagination-bullet {
    background: #fff;
    opacity: 1
}

.act-sect7 .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 6px
}

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

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

    .act-sect7 .swiper-wrapper {
        display: block;
        transform: translate3d(0, 0px, 0px) !important
    }

    .act-sect7 .swiper-wrapper .swiper-slide {
        float: none;
        margin-bottom: 3em
    }

    .act-sect7 .right-part2 {
        padding-top: 1em
    }

    .act-sect7 .table-part {
        font-size: 0.8em
    }

    .act-sect7 .swiper-pagination {
        display: none
    }
}

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