﻿@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");

.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: .6em;
    letter-spacing: 2px
}

.act-wrap .btn-blue {
    border: 1px solid transparent;
    background: #3798e4;
    color: #fff
}

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

.act-wrap .btn-gradient-red {
    color: #fff;
    border: 1px solid transparent;
    background: linear-gradient(to right, #ff7241 0%, #ff4248 100%)
}

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

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

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

.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-white {
    color: #fff;
    border: 1px solid #fff
}

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

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

.act-wrap .btn-outline-red:hover {
    color: #fff;
    border: 1px solid transparent;
    background: linear-gradient(to right, #ff7141 0%, #ff4248 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: 180px;
    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: #3798e4
}

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

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

@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: #3798e4
}

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

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

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

.act-form p {
    margin-bottom: 0
}

.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: #ba8a5a;
        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: #ba8a5a;
        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;
    color: #fff
}

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

.act-header .act-title p {
    line-height: 1.8;
    font-size: 24px;
    letter-spacing: 0.1em
}

.act-header .btn-wrap .act-btn {
    margin-top: 1em;
    width: 180px
}

.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: 0;
    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: 6em
    }

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

    .act-header .act-title p {
        font-size: 1.5em;
        text-align: center;
        letter-spacing: 1px
    }

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

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

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

    .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 .act-chart {
    position: relative;
    margin-top: 8em;
    max-width: 786px;
    margin-left: auto;
    margin-right: auto
}

.act-sect1 .act-title {
    position: absolute;
    top: 60%;
    width: 100%;
    text-align: center
}

.act-sect1 .act-title h3 {
    color: #ffb700;
    font-size: 1.6em;
    margin-bottom: .6em
}

.act-sect1 .act-title p {
    font-size: 1.2em
}

.act-sect1 .act-item {
    position: absolute
}

.act-sect1 .act-item .act-point {
    background: #ffae21;
    width: 12px;
    height: 12px;
    border-radius: 10em;
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.act-sect1 .act-item .act-point:before,
.act-sect1 .act-item .act-point:after {
    content: "";
    background: rgba(255, 172, 30, 0.3);
    display: block;
    position: absolute;
    width: 200%;
    height: 200%;
    border-radius: 100em;
    left: -50%;
    top: -50%;
    animation: name 1s both infinite
}

.act-sect1 .act-item .act-point:after {
    animation-delay: .5s
}

@keyframes name {
    0% {
        opacity: 0;
        width: 100%;
        height: 100%;
        left: 0%;
        top: 0%
    }

    60% {
        opacity: 1;
        width: 200%;
        height: 200%;
        left: -50%;
        top: -50%
    }

    100% {
        opacity: 0;
        width: 300%;
        height: 300%;
        left: -100%;
        top: -100%
    }
}

.act-sect1 .act-item p {
    font-size: 1.2em;
    position: relative;
    text-align: center
}

.act-sect1 .act-item .act-icon-box {
    position: absolute;
    background: #ffb700;
    border-radius: 10em;
    width: 3.8em;
    height: 3.8em;
    display: flex;
    align-items: center;
    justify-content: center
}

.act-sect1 .act-item .act-icon-box .act-icon {
    width: 2.4em
}

.act-sect1 .act-item01 {
    left: 68px;
    top: 146px
}

.act-sect1 .act-item01 p {
    left: -9em;
    top: -.5em
}

.act-sect1 .act-item01 .act-icon-box {
    left: 2em;
    top: .5em
}

.act-sect1 .act-item01 .act-icon-box .act-icon {
    width: 2.1em
}

.act-sect1 .act-item02 {
    left: 248px;
    top: 20px
}

.act-sect1 .act-item02 p {
    left: -5em;
    top: -5em
}

.act-sect1 .act-item02 .act-icon-box {
    left: .5em;
    top: 2.2em
}

.act-sect1 .act-item03 {
    right: 106px;
    top: 20px
}

.act-sect1 .act-item03 p {
    left: -3em;
    top: -5em
}

.act-sect1 .act-item03 .act-icon-box {
    left: -3em;
    top: 2.2em
}

.act-sect1 .act-item04 {
    right: -34px;
    top: 146px
}

.act-sect1 .act-item04 p {
    right: -1.5em;
    top: -1.5em
}

.act-sect1 .act-item04 .act-icon-box {
    left: -5em;
    top: .5em
}

@media screen and (max-width: 768px) {
    .act-sect1 {
        overflow: hidden;
        width: 100%
    }

    .act-sect1 .act-chart {
        width: 66%
    }

    .act-sect1 .act-title {
        top: 60%
    }

    .act-sect1 .act-title h3 {
        font-size: 1.4em;
        margin-bottom: .6em
    }

    .act-sect1 .act-title p {
        font-size: 1em
    }

    .act-sect1 .act-item .act-icon-box {
        display: none
    }

    .act-sect1 .act-item .act-point {
        width: .6em;
        height: .6em
    }

    .act-sect1 .act-item p {
        font-size: 1em
    }

    .act-sect1 .act-item01 {
        left: .3em;
        top: 6.2em
    }

    .act-sect1 .act-item01 p {
        left: -4.5em;
        top: -2em
    }

    .act-sect1 .act-item02 {
        left: 3.5em;
        top: 1.8em
    }

    .act-sect1 .act-item02 p {
        left: -5em;
        top: -5em
    }

    .act-sect1 .act-item03 {
        right: -3.5em;
        top: 1.8em
    }

    .act-sect1 .act-item03 p {
        left: -2em;
        top: -5em
    }

    .act-sect1 .act-item04 {
        right: -5em;
        top: 6.2em
    }

    .act-sect1 .act-item04 p {
        right: .5em;
        top: -3.5em
    }
}

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

.act-sect2 .act-hover-wrap .act-item {
    background: #af6f18;
    color: #fff;
    width: 24.5%;
    max-width: 290px;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 2em 1em 1em
}

.act-sect2 .act-hover-wrap .act-item:hover .hover-part {
    transform: translateY(0%);
    transition: all .3s
}

.act-sect2 .act-hover-wrap .act-item .act-icon {
    width: 60%;
    height: auto
}

.act-sect2 .act-hover-wrap .act-item h3 {
    font-size: 1.5em;
    margin-top: .5em;
    margin-bottom: 0
}

.act-sect2 .act-hover-wrap .act-item .act-arr {
    font-size: 1em;
    animation: act-arr-move 1s both infinite;
    position: relative
}

@keyframes act-arr-move {

    0%,
    100% {
        top: 0
    }

    45%,
    55% {
        top: 6px
    }
}

.act-sect2 .act-hover-wrap .act-item .hover-part {
    padding: 2em 1.5em 1em;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    width: 100%;
    height: 100%;
    background: #e1b27d;
    z-index: 2;
    transition: all .2s;
    transform: translateY(100%)
}

.act-sect2 .act-hover-wrap .act-item .hover-part p {
    font-size: 1.1em
}

.act-sect2 .act-hover-wrap .act-item02,
.act-sect2 .act-hover-wrap .act-item04 {
    background: #ffac1e
}

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

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

    .act-sect2 .act-hover-wrap .act-item {
        background: #af6f18;
        color: #fff;
        width: calc(50% - 5px);
        max-width: none;
        margin-bottom: 10px;
        padding-bottom: 0;
        padding-top: 6em
    }

    .act-sect2 .act-hover-wrap .act-item .act-icon {
        width: 80%;
        height: auto;
        margin-bottom: -2px
    }

    .act-sect2 .act-hover-wrap .act-item h3 {
        font-size: 1.5em;
        margin-top: .5em;
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        padding-bottom: 1em
    }

    .act-sect2 .act-hover-wrap .act-item .act-arr {
        display: none
    }

    .act-sect2 .act-hover-wrap .act-item .hover-part {
        padding: 1em 1em 1em;
        background: transparent;
        transform: translateY(0%)
    }

    .act-sect2 .act-hover-wrap .act-item .hover-part p {
        font-size: 1em;
        text-shadow: 1px 1px 2px rgba(175, 111, 24, 0.5)
    }

    .act-sect2 .act-hover-wrap .act-item02,
    .act-sect2 .act-hover-wrap .act-item03 {
        background: #ffac1e
    }
}

.act-sect3 {
    background: #ffac1e
}

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

.act-sect3 .act-item {
    text-align: center
}

.act-sect3 .act-item:not(:last-child) {
    margin-right: 4em
}

.act-sect3 .act-item .act-icon-box {
    width: 5.2em;
    height: 5.2em;
    border-radius: 100em;
    background: #af6f18;
    display: flex;
    align-items: center;
    justify-content: center
}

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

.act-sect3 .act-item p {
    font-size: 1.1em;
    color: #af6f18;
    margin-top: 0.6em
}

.act-sect3 .act-title {
    text-align: center;
    font-size: 1.4em;
    margin-top: 1em;
    color: #af6f18;
    margin-bottom: .8em
}

@media screen and (max-width: 768px) {
    .act-sect3 .act-item {
        margin-bottom: 1em;
        margin-left: 3% !important;
        margin-right: 3% !important
    }

    .act-sect3 .act-item .act-icon-box {
        width: 6em;
        height: 6em
    }

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

    .act-sect3 .act-item p {
        font-size: 1.4em;
        color: #af6f18;
        margin-top: 0.6em
    }
}

.act-sect4 {
    padding-top: 0;
    background: linear-gradient(to bottom, #ffac1e 40%, #fff 40%)
}

.act-sect4 .tab-wrap {
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    position: relative
}

.act-sect4 .tab-wrap .tab-item {
    width: 100%;
    text-align: center
}

.act-sect4 .tab-wrap .tab-nav {
    display: block;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    background: #f5f5f5;
    cursor: pointer;
    width: 205px;
    border-radius: 20px 20px 0 0;
    color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 1.2em;
    z-index: 1;
    padding-top: 2px
}

.act-sect4 .tab-wrap .tab-nav .act-icon.active {
    display: none
}

.act-sect4 .tab-wrap .tab-nav:before,
.act-sect4 .tab-wrap .tab-nav:after {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 6px;
    height: 7px;
    background: #000
}

.act-sect4 .tab-wrap .tab-nav:before {
    background: url("../images/track/menu1-l.png") no-repeat;
    right: 100%
}

.act-sect4 .tab-wrap .tab-nav:after {
    background: url("../images/track/menu1-r.png") no-repeat;
    left: 100%
}

.act-sect4 .tab-wrap .tab-nav01 {
    transform: translateX(-42%);
    text-align: left;
    padding-left: 30px
}

.act-sect4 .tab-wrap .tab-nav01.active {
    box-shadow: 4px 0 1px 0px rgba(169, 169, 169, 0.2)
}

.act-sect4 .tab-wrap .tab-nav02 {
    transform: translateX(42%);
    text-align: right;
    padding-right: 30px
}

.act-sect4 .tab-wrap .tab-nav02.active {
    box-shadow: -4px 0 1px 0px rgba(169, 169, 169, 0.2)
}

.act-sect4 .tab-wrap .tab-nav.active {
    background: #fff;
    color: #ba8a5a;
    z-index: 2;
    font-size: 1.4em;
    text-align: center;
    padding: 0
}

.act-sect4 .tab-wrap .tab-nav.active .act-icon {
    display: none
}

.act-sect4 .tab-wrap .tab-nav.active .act-icon.active {
    display: inline-block
}

.act-sect4 .tab-wrap .tab-nav.active:before {
    background: url("../images/track/menu2-l.png") no-repeat
}

.act-sect4 .tab-wrap .tab-nav.active:after {
    background: url("../images/track/menu2-r.png") no-repeat
}

.act-sect4 .tab-wrap .tab-content {
    background: #fff;
    width: 100%;
    min-height: 400px;
    color: #000;
    padding: 1em;
    border-radius: 20px
}

.act-sect4 .tab-wrap .tab-content h3 {
    color: #ba8a5a;
    font-size: 1.6em;
    margin-bottom: 1.5em
}

.act-sect4 .btn-wrap-center {
    margin-top: 2em
}

.act-sect4 .track-swiper-container {
    padding-left: 50px;
    padding-right: 50px
}

.act-sect4 .track-swiper-container .swiper-container {
    padding-bottom: 80px;
    padding-top: 2em
}

.act-sect4 .swiper-button-next {
    right: 2em
}

.act-sect4 .swiper-button-prev {
    left: 2em
}

.act-sect4 .swiper-button-next,
.act-sect4 .swiper-button-prev {
    color: #ba8a5a
}

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

.act-sect4 .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 10px;
    background: #ba8a5a
}

@media screen and (max-width: 768px) {
    .act-sect4 .tab-wrap {
        padding-top: 0
    }

    .act-sect4 .tab-wrap .tab-item {
        width: 100%;
        text-align: center;
        background: #ffac1e;
        padding-top: 20px
    }

    .act-sect4 .tab-wrap .tab-nav {
        display: block;
        height: 50px;
        line-height: 50px;
        vertical-align: middle;
        text-align: center;
        width: 180px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 1.2em;
        z-index: 1;
        padding-top: 2px
    }

    .act-sect4 .tab-wrap .tab-nav .act-icon.active {
        display: none
    }

    .act-sect4 .tab-wrap .tab-nav:before,
    .act-sect4 .tab-wrap .tab-nav:after {
        content: "";
        position: absolute;
        bottom: 0;
        z-index: 2;
        width: 6px;
        height: 7px;
        background: #000
    }

    .act-sect4 .tab-wrap .tab-nav:before {
        background: url("../images/track/menu1-l.png") no-repeat;
        right: 100%
    }

    .act-sect4 .tab-wrap .tab-nav:after {
        background: url("../images/track/menu1-r.png") no-repeat;
        left: 100%
    }

    .act-sect4 .tab-wrap .tab-nav01 {
        transform: translateX(0);
        text-align: center;
        padding-left: 0;
        box-shadow: none
    }

    .act-sect4 .tab-wrap .tab-nav02 {
        transform: translateX(0);
        text-align: center;
        padding-right: 0;
        box-shadow: none
    }

    .act-sect4 .tab-wrap .tab-nav {
        background: #fff;
        color: #ba8a5a;
        z-index: 2;
        font-size: 1.4em;
        text-align: center;
        padding: 0
    }

    .act-sect4 .tab-wrap .tab-nav .act-icon {
        display: none
    }

    .act-sect4 .tab-wrap .tab-nav .act-icon.active {
        display: inline-block
    }

    .act-sect4 .tab-wrap .tab-nav:before {
        background: url("../images/track/menu2-l.png") no-repeat
    }

    .act-sect4 .tab-wrap .tab-nav:after {
        background: url("../images/track/menu2-r.png") no-repeat
    }

    .act-sect4 .tab-wrap .tab-content {
        padding: 1em;
        border-radius: 0
    }

    .act-sect4 .tab-wrap .tab-content h3 {
        color: #fff;
        background: #ba8a5a;
        font-size: 1.2em;
        padding: 0.5em;
        margin-top: 2em
    }

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

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

    .act-sect4 .track-swiper-container {
        padding-left: 0;
        padding-right: 0
    }

    .act-sect4 .track-swiper-container .swiper-container {
        padding-bottom: 2em;
        padding-top: 0
    }

    .act-sect4 .track-swiper-container .swiper-wrapper {
        display: block
    }
}

.act-sect5 {
    padding-top: 2em
}

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

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