@import url("https://www.digiwin.com/tw/dsc/css/bootstrap4.0_M.css");
.act-container-wrap {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 10px;
}

.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-title {
    padding-top: 6em
}

.act-header .act-title h1 {
    font-size: 2.5em;
    color: #fff;
    margin-bottom: 0.25em;
    color: #2345a7;
    font-weight: bold
}

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

.act-header .act-form {
    position: absolute;
    right: 9%;
    top: 6em;
    pointer-events: auto
}
.HaveWindows{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}
.HaveWindows .content{
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.HaveWindows .content .HaveWindows_box{
    width: 100%;
    max-width: 330px;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}
.HaveWindows .content .HaveWindows_box h1{
    font-size: 22px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.HaveWindows .content .HaveWindows_box h2{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.HaveWindows .content .HaveWindows_box .HaveWindows_buttons{
    display: flex;
    flex-direction: column;
}
.HaveWindows .content .HaveWindows_box .HaveWindows_buttons .HaveWindows_input{
    position: relative;
}
.HaveWindows .content .HaveWindows_box .HaveWindows_buttons .HaveWindows_input input{
    margin: 7.5px 0;
    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;
    border: 0px;
}
.HaveWindows .content .HaveWindows_box .HaveWindows_buttons .HaveWindows_input i{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0,-50%);
    cursor: pointer;
    z-index: 999999999;
}
.HaveWindows .content .HaveWindows_box .HaveWindows_buttons .HaveWindows_button{
    display: flex;
    margin: 20px 0 0;
}
.HaveWindows .content .HaveWindows_box .HaveWindows_buttons .HaveWindows_button button{
    width: 50%;
    margin: 0 5px;
    color: #fff;
    background: linear-gradient(to right, #58a2f6 0%, #305af9 100%);
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 6px;
    padding: 10px 0;
    border: 0px;
}
.HaveWindows .content .HaveWindows_box .HaveWindows_buttons .HaveWindows_button button:hover{
    color: #fff;
    background: linear-gradient(to right, #ffb252 0%, #f18541 100%);
}
.HaveWindows .content .HaveWindows_box .HaveWindows_buttons .HaveWindows_button button:focus{
    outline: none;
}
@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: 2em;
        background: url("../images/header-bg-m.jpg") no-repeat top center;
        background-size: cover
    }

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

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

    .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: 16em;
        display: flex;
    }

    .act-header .btn-wrap .act-btn {
        width: 100%;
        /* 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 {
        position: relative;
        right: auto;
        top: auto
    }
}
.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-slides{
    padding: 30px 15px;
}
.act-slide,.act-slide2{
    max-width: 1200px;
    margin: 0 auto;
}
.act-slide img{
    display: block;
    margin: 20px auto;
    width: 100%;
}
.act-slide h1,.act-slide2 h1{
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    padding: 0 1em 0 0.5em;
    margin: 0;
}
.act-slide h2{
    font-size: 28px;
    font-weight: normal;
    color: #000;
    padding: 0.5em 1em;
    margin: 0;
    line-height: 1.5;
}
.act-slide .act-slideh1,.act-slideh1els{
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #59a3f6 0%, #305af9 100%);
    padding: 5px 15px;
    margin: 0 0 20px;
    cursor: pointer;
}
.act-slide .act-slideh1 p,.act-slide2 .act-slideh1els p,.act-slide2 .act-slideli .act-slideh3 p{
    font-size: 28px;
    margin: 0;
    color: #fff;
}
.act-slide2 .act-slideli .act-slideh3 h3{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    padding: 0 1em 0 0.5em;
}
.act-slide2 .act-slideli .act-slideh2{
    padding: 0 0 0 45px;
}
.act-slide2 .act-slideli .act-slideh3{
    display: flex;
    background: linear-gradient(to right, #59a3f6 0%, #305af9 100%);
    margin: 10px 0 10px 45px;
    padding: 5px 15px;
    cursor: pointer;
}
.act-slides p.arr-rotate{
    transition: all .3s ease-in-out;
    transform: rotate(90deg);
}