﻿@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-sect {
    position: relative;
}

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

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

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

.act-wrap .swiper-slide {
    float: none;
}

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

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

.act-wrap .btn-blue {
    background: #2345a7;
    color: #fff;
}

.act-wrap .btn-blue:hover {
    color: #fff;
    background: #1a347d;
}

.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-gradient-orange {
    color: #fff;
    border: none;
    background: linear-gradient(to left, #f08541 0%, #ffb351 100%);
}

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

.act-wrap .btn-outline-white-hv-orange {
    color: #fff;
    border: 1px solid #fff;
    padding-top: calc(0.6em - 1px);
    padding-bottom: calc(0.6em - 1px);
}

.act-wrap .btn-outline-white-hv-orange:hover {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(to right, #ffb252 0%, #f18541 100%);
}

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

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

.act-wrap .btn-outline-blue {
    color: #2345a7;
    background: transparent;
    border: 1px solid #2345a7;
}

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

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

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

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

.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: 0.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.5;
    color: #2345a7;
}

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

@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: 0.75em;
        padding-left: 0.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 .act-input-form .act-btn.btn-btn {
    max-width: 110px;
    padding: 10px 0;
}
.act-form .act-input-form .custom-select {
    background-color: #f5f5f5;
    width: 100% !important;
    max-width: 680.5px !important;
}
.act-form .act-input-form .custom-select option {
    width: 100% !important;
    max-width: 680.5px !important;
}
.act-form h3 {
    font-size: 1em;
    font-weight: 600;
}

.act-form p {
    font-size: 1em;
}

.act-form .act-input-form {
    padding: 0.5em 1em 1em;
}

.act-form .act-input-form .act-btn {
    margin-top: 0.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;
}
.act-form .input-tel {
    display: flex;
    align-items: center;
    justify-content: center;
}
.act-form .input-tel button.btn.act-btn.btn-gradient-blue.btn-btn {
    max-width: 70px;
    height: 40px;
    margin: 0 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.act-form .input-tel .input-t label {
    /* margin: 8px 0 0; */
}

@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 p {
        font-size: 1.2em;
        color: #fff;
    }

    .act-form .act-input-form {
        padding: 0.5em 1em 1em;
    }

    .act-form .act-input-form .act-btn {
        margin-top: 0.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 .act-input-form .act-btn.btn-btn {
        max-width: initial;
        width: 100%;
        margin: 0 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: 0.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: 0.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: 0.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, "宋体", Poppins,
        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: 550px;
}
.act-header .act-header-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 0 110px 0 0;
}
.act-header .act-title {
    padding-top: 4em;
}

.act-header .act-title h1 {
    font-size: 58px;
    color: #fff;
    margin: 20px 0;
    color: #5a64be;
    font-weight: bold;
    font-family: "微軟正黑體";
    font-weight: bold;
    line-height: 1;
}
.act-header .act-title h1.c1_h2 {
    font-size: 35px;
    color: #000;
}
.act-header .act-title h1.c1_h2 br {
    display: none;
}
.act-header .act-title h1.c1_p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    max-width: 605px;
    color: #000;
}
.act-header .act-title h1 span {
    display: block;
    font-size: 70%;
    font-weight: normal;
    margin-bottom: 0.5em;
}

.act-header .act-title p {
    line-height: 1.8;
    max-width: 680px;
}

.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%;
    max-width: 270px;
}

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

@media screen and (max-width: 768px) {
    .act-header {
        font-size: calc(1vw + 1vh + 0.5vmin) !important;
        background: #fff;
        height: auto;
    }
    .act-header .act-header-content {
        flex-direction: column;
        padding: 0;
    }
    .act-header .act-header-m {
        padding-bottom: 2em;
        background: url("../images/header-bg-m.jpg") no-repeat top center;
        background-size: cover;
        height: 740px;
    }

    .act-header .act-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px 15px 0;
    }

    .act-header .act-title h1 {
        text-align: center;
        font-size: 58px;
        margin: 20px 0 35px;
    }
    .act-header .act-title h1.c1_h2 {
        font-size: 26px;
        line-height: 1.2;
        margin: 0 0 20px;
    }
    .act-header .act-title h1.c1_p {
        text-align: left;
        margin: 0;
    }
    .act-header .act-title h1.c1_h2 br {
        display: block;
    }
    .act-header .act-title h1 span {
        font-size: 100%;
    }

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

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

    .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;
        max-width: initial;
    }

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

.act-sect1 {
    padding-top: 0;
    z-index: 9;
}

.act-sect1 .act-benefit {
    box-shadow: 0 6px 30px 4px rgba(0, 0, 0, 0.1);
    padding: 4em 3em 3em;
    margin-top: -5em;
    background: #fff;
    border-radius: 6px;
}

.act-sect1 .act-benefit .act-title {
    text-align: center;
    margin-bottom: 1.5em;
    color: #2345a7;
    font-size: 2em;
    line-height: 1.5;
}

.act-sect1 .act-benefit .act-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.act-sect1 .act-benefit .act-inner .act-pic {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.act-sect1 .act-benefit .act-inner h3 {
    font-size: 1.4em;
    text-align: center;
    line-height: 1.6;
    margin-top: 0.5em;
}

.act-sect1 .mv-part {
    margin-top: 5em;
    background: url("../images/s1-bg.jpg") no-repeat top center;
}

.act-sect1 .mv-part h3 {
    color: #2345a7;
    font-size: 2.5em;
    line-height: 1;
    padding-top: 0;
}

.act-sect1 .mv-part h3 span {
    font-size: 75%;
    margin-bottom: 26px;
    display: block;
}

.act-sect1 .mv-part p {
    max-width: 700px;
    margin-top: 65px;
    margin-bottom: 60px;
}

.act-sect1 .mv-part .act-btn {
    width: 180px;
}

.act-sect1 .mv-part .mv-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 150px;
    cursor: pointer;
    width: 7em;
    height: 7em;
}

.act-sect1 .mv-part .mv-btn .mv-arr {
    transform-origin: center;
    transform: scale(1);
    transform-origin: center;
    transition: all 0.3s;
}

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

@media screen and (max-width: 768px) {
    .act-sect1 .act-benefit {
        margin-top: 0;
        padding: 0;
        padding-top: 3em;
        box-shadow: none;
    }

    .act-sect1 .act-benefit .act-title {
        font-size: 1.8em;
        margin-bottom: 0.5em;
    }

    .act-sect1 .act-benefit .act-inner {
        box-shadow: 0 6px 30px 4px rgba(0, 0, 0, 0.1);
        padding: 2em 1em 1em;
        margin-left: 1em;
        margin-right: 1em;
    }

    .act-sect1 .act-benefit .act-inner .act-item {
        width: 46%;
        margin-bottom: 1em;
    }

    .act-sect1 .act-benefit .act-inner .act-pic {
        width: 7em;
    }

    .act-sect1 .act-benefit .act-inner h3 {
        font-size: 1.2em;
    }

    .act-sect1 .mv-part {
        margin-top: 5em;
        background: #fff;
    }

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

    .act-sect1 .mv-part h3 {
        font-size: 1.8em;
        line-height: 1.5;
        text-align: center;
    }

    .act-sect1 .mv-part h3 span {
        font-size: 90%;
        margin-bottom: 0;
    }

    .act-sect1 .mv-part p {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .act-sect1 .mv-part .act-btn {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 1em;
    }

    .act-sect1 .mv-part .mv-btn-m {
        width: 100%;
        height: auto;
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        transform: translateY(0);
    }

    .act-sect1 .mv-part .mv-btn-m .mv-arr {
        width: 6em;
        height: 6em;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}

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

.act-sect2 .act-challenge .act-item {
    max-width: 250px;
    background: #f3f5ff;
    border-radius: 6px;
    text-align: center;
    padding: 3em 1em 5.5em;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.act-sect2 .act-challenge .act-item:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    position: absolute;
    z-index: 1;
    border-radius: 0 0 100px 0;
}

.act-sect2 .act-challenge .act-item:hover .act-hover {
    transform: translateY(0) translateX(0) scale(1);
    transition: all 0.6s;
    opacity: 1;
}

.act-sect2 .act-challenge .act-item .act-icon {
    margin-bottom: 1em;
    position: relative;
    z-index: 2;
}

.act-sect2 .act-challenge .act-item h3 {
    line-height: 1.8;
    font-size: 1.2em;
    position: relative;
    z-index: 2;
}

.act-sect2 .act-challenge .act-item h3 + p {
    color: #333;
    position: relative;
    z-index: 2;
    text-align: left;
    display: none;
}

.act-sect2 .act-challenge .act-item .act-hover {
    transform: translateY(120%) translateX(120%) scale(0.3);
    transform-origin: left top;
    text-align: left;
    transition: all 0.3s;
    padding: 2.5em 1.5em 0;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 2px);
}

.act-sect2 .act-challenge .act-item .act-hover:before {
    content: "";
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: linear-gradient(to bottom, #59a2f6 0%, #3059f9 100%);
    position: absolute;
    z-index: 1;
    border-radius: 100em;
}

.act-sect2 .act-challenge .act-item .act-hover p {
    color: #fff;
    font-size: 1em;
    line-height: 1.8;
    position: relative;
    z-index: 2;
    margin-bottom: 0.5em;
}

.act-sect2 .act-challenge .act-item .act-hover .act-pic {
    position: relative;
    z-index: 2;
}

.act-sect2 .act-challenge .act-item .zoom {
    width: 1.2em;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 3;
}

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

    .act-sect2 .act-challenge .act-item {
        width: 100%;
        max-width: none;
        background: transparent;
        display: flex;
        padding: 0em 1em 2em;
    }

    .act-sect2 .act-challenge .act-item:before {
        display: none;
    }

    .act-sect2 .act-challenge .act-item .act-icon-m {
        max-width: 20%;
        min-width: 20%;
    }

    .act-sect2 .act-challenge .act-item .act-icon-m img {
        width: 100%;
    }

    .act-sect2 .act-challenge .act-item h3 {
        line-height: 1.6;
        font-size: 1.4em;
        margin-bottom: 0.4em;
    }

    .act-sect2 .act-challenge .act-item h3 + p {
        display: block;
    }

    .act-sect2 .act-challenge .act-item .act-text {
        text-align: left;
        padding-left: 1em;
    }

    .act-sect2 .act-challenge .act-item .zoom {
        display: none;
    }

    .act-sect2 .act-challenge .act-hover {
        display: none;
    }
}

.act-sect3 {
    background: linear-gradient(to right, #59a3f6 0%, #305af9 100%);
}

.act-sect3 .act-item {
    color: #fff;
    max-width: 300px;
    padding: 1em;
    text-align: center;
}

.act-sect3 .act-item .act-icon {
    width: 7em;
    margin-bottom: 2em;
}

.act-sect3 .act-item h3 {
    font-size: 1.6em;
    margin-bottom: 0.5em;
}

.act-sect3 .act-item p {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .act-sect3 {
        background: linear-gradient(to bottom, #59a3f6 0%, #305af9 100%);
    }

    .act-sect3 .act-item {
        max-width: none;
        padding: 1em;
        text-align: left;
        display: flex;
    }

    .act-sect3 .act-item .act-icon {
        width: 5em;
        margin-bottom: 0;
        margin-right: 1.2em;
        position: relative;
        top: -0.5em;
    }

    .act-sect3 .act-item h3 {
        font-size: 1.6em;
        margin-bottom: 0.5em;
    }

    .act-sect3 .act-item p {
        text-align: left;
    }
}

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

.act-sect4 .swiper-container {
    padding: 2em 1em 1em;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.act-sect4 .swiper-manage-wrap {
    padding-left: 5em;
    padding-right: 5em;
}

.act-sect4 .swiper-manage-wrap .act-pic {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.act-sect4 .swiper-manage-wrap .swiper-pagination {
    position: relative;
    width: 100%;
    border-radius: 10em;
    overflow: hidden;
    display: flex;
    margin-bottom: 2em;
}

.act-sect4 .swiper-manage-wrap .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    z-index: 1;
    margin: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    flex: 1;
    background: #f5f5f5;
    opacity: 1;
    font-size: 1.5em;
    padding: 0.5em;
}

.act-sect4
    .swiper-manage-wrap
    .swiper-pagination
    .swiper-pagination-bullet:not(:last-child):before {
    content: "";
    border-right: 1px solid #999;
    height: 70%;
    position: absolute;
    right: 0px;
    width: 100%;
    top: 15%;
    z-index: 2;
}

.act-sect4 .swiper-manage-wrap .swiper-pagination .swiper-pagination-bullet p {
    display: inline-block;
    margin-bottom: 0;
}

.act-sect4
    .swiper-manage-wrap
    .swiper-pagination
    .swiper-pagination-bullet
    .act-icon {
    width: 1.5em;
    margin-right: 0.5em;
    display: inline-block;
}

.act-sect4
    .swiper-manage-wrap
    .swiper-pagination
    .swiper-pagination-bullet
    .act-icon-hover {
    display: none;
}

.act-sect4
    .swiper-manage-wrap
    .swiper-pagination
    .swiper-pagination-bullet-active {
    z-index: 3;
    margin-left: -1px;
    margin-right: -1px;
    background: linear-gradient(to right, #59a3f6 0%, #305af9 100%);
    color: #fff;
}

.act-sect4
    .swiper-manage-wrap
    .swiper-pagination
    .swiper-pagination-bullet-active:before {
    display: none;
}

.act-sect4
    .swiper-manage-wrap
    .swiper-pagination
    .swiper-pagination-bullet-active
    .act-icon {
    display: none;
}

.act-sect4
    .swiper-manage-wrap
    .swiper-pagination
    .swiper-pagination-bullet-active
    .act-icon-hover {
    display: inline-block;
}

.act-sect4 .swiper-manage-wrap .swiper-button-next,
.act-sect4 .swiper-manage-wrap .swiper-button-prev {
    color: #2345a7;
    border: 3px solid #2345a7;
    width: 3.6em;
    height: 3.6em;
    border-radius: 100em;
}

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

.act-sect4 dl dd {
    position: relative;
    padding-left: 2em;
}

.act-sect4 dl dd .act-icon {
    width: 1.2em;
    margin-right: 0.5em;
    position: absolute;
    left: 0;
}

@media screen and (max-width: 768px) {
    .act-sect4 .swiper-wrapper {
        display: block;
    }

    .act-sect4 .swiper-button-next,
    .act-sect4 .swiper-button-prev {
        display: none;
    }

    .act-sect4 .swiper-container {
        padding: 0;
        box-shadow: none;
    }

    .act-sect4 .swiper-slide {
        margin-bottom: 2em;
    }

    .act-sect4 .swiper-manage-wrap {
        padding-left: 1em;
        padding-right: 1em;
    }

    .act-sect4 .swiper-manage-wrap .swiper-pagination {
        display: none;
    }

    .act-sect4 dl {
        padding-left: 0 !important;
    }

    .act-sect4 dl dt {
        font-size: 1.5em;
        padding: 0.5em;
        font-weight: 500;
        margin-bottom: 1em;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        background: linear-gradient(to right, #59a3f6 0%, #305af9 100%);
        text-align: center;
        color: #fff;
    }

    .act-sect4 dl dd {
        position: relative;
        margin-left: 1em !important;
    }

    .act-sect4 dl dd .act-icon {
        width: 1.2em;
        margin-right: 0.5em;
        position: absolute;
        left: 0;
    }
}

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

.act-sect5 .act-item {
    background: #fff;
    border-radius: 6px;
    padding: 2.2em 1em 1em;
    width: 24%;
    text-align: center;
}

.act-sect5 .act-item h3 {
    color: #fff;
    display: inline-block;
    padding: 0.25em 1em;
    border-radius: 6px;
    font-size: 1.8em;
    margin-bottom: 1em;
}

.act-sect5 .act-item p {
    font-size: 1.2em;
    margin-bottom: 1.3em;
}

.act-sect5 .act-item dl {
    text-align: left;
}

.act-sect5 .act-item dl dd {
    background: #f5f5f5;
    border-radius: 6px;
    padding: 0.5em;
    text-align: center;
}

.act-sect5 .act-arr-right {
    position: relative;
}

.act-sect5 .act-arr-right .act-arr {
    position: absolute;
    color: #999;
    font-size: 4em;
    font-weight: bold;
    left: calc(100% + 20px);
    top: 40%;
    transform: translateY(-50%);
}

.act-sect5 .act-item01 {
    width: 42%;
}

.act-sect5 .act-item01 h3 {
    background: #f4a469;
}

.act-sect5 .act-item01 dl dd {
    width: calc(50% - 6px);
    display: inline-block;
}

.act-sect5 .act-item02 h3 {
    background: #a698ef;
}

.act-sect5 .act-item03 h3 {
    background: #6e93e1;
}

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

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

    .act-sect5 .act-item {
        width: 100%;
        margin-bottom: 2em;
        padding: 2em 0.5em 0.5em;
    }

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

    .act-sect5 .act-arr {
        display: none !important;
    }
}

.act-sect6 {
    padding-bottom: 3em;
}

.act-sect6 .act-item {
    position: relative;
    margin-bottom: 3em;
    min-width: 30%;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 6px 30px 4px rgba(0, 0, 0, 0.1);
    padding: 2em 1.2em 1em;
}

.act-sect6 .act-item .act-pic {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.act-sect6 .act-item .act-text {
    z-index: 2;
    position: relative;
    padding-top: 1em;
}

.act-sect6 .act-item h3 {
    font-size: 1.5em;
    margin-bottom: 1em;
    line-height: 1;
}

.act-sect6 .act-item h4 {
    color: #ffcf3f;
    line-height: 1;
    font-size: 1.2em;
    padding: 0;
}

.act-sect6 .act-item p {
    max-width: 326px;
    margin-top: 1.2em;
    line-height: 1.8;
}

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

    .act-sect6 .act-item {
        box-shadow: none;
        display: flex;
        overflow: visible;
        padding: 0.5em 1em;
        margin-bottom: 0;
    }

    .act-sect6 .act-item .act-pic {
        position: relative;
        width: 4.8em;
        top: 1em;
        flex: none;
    }

    .act-sect6 .act-item .act-text {
        padding-left: 1em;
        right: auto;
        flex: 1;
    }

    .act-sect6 .act-item h3 {
        margin-bottom: 0em;
    }

    .act-sect6 .act-item p {
        margin-top: 1em;
        margin-bottom: 0;
    }
}
.successwindeows {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    width: 100%;
    height: 100%;
    display: none;
    padding: 0 15px;
}
.successwindeows .successwindeow_content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.successwindeows .successwindeow {
    width: 100%;
    max-width: 500px;
    height: 300px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.successwindeows .successwindeow h1 {
    font-size: 24px;
    font-weight: bold;
    color: #535e66;
    text-align: center;
    margin: 0 0 20px;
}
.successwindeows .successwindeow a {
    width: 100%;
    max-width: 240px;
    padding: 1em;
    background: linear-gradient(to right, #58a2f6 0%, #305af9 100%);
    border-radius: 6px;
    font-size: 1rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
}
#thxContent {
    z-index: 9999999;
}
/*# sourceMappingURL=style.css.map */
