.part01-template-13 {
    padding: calc(200 / 1920 * 100vw) calc(255 / 1920 * 100vw) calc(220 / 1920 * 100vw);
    text-align: center;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.part01-template-13 .bg_desk{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
}
.part01-template-13__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.part01-template-13__bg .simpleParallax {
    width: 100%;
    height: 100%;
}
.part01-template-13 .bg.mobile{
    display: none;
}
.part01-template-13__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deco-bar {
    width: calc(9 / 1920 * 100vw);
    height: calc(122 / 1920 * 100vw);
    background-color: #341d74;
    margin: auto;
}
/*202103*/
.part01-template-13__title {
    font-family: Montserrat, 'PingFang TC', 'Microsoft JhengHei', sans-serif;
    font-size: calc(66 / 1920 * 100vw);
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin: calc(110 / 1920 * 100vw) auto auto;
    max-width: calc(710 / 1920 * 100vw);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.part01-template-13__subtitle {
    font-size: calc(18 / 1920 * 100vw);
    line-height: 1.6;
    color: #fff;
    margin: calc(88 / 1920 * 100vw) auto auto;
    max-width: calc(430 / 1920 * 100vw);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}


/* tablet */

@media (max-width: 1100px) {
    .part01-template-13 {
        padding: 110px calc(55 / 768 * 100vw);
    }
    .deco-bar {
        width: 4px;
        height: 55px;
    }
    .part01-template-13__title {
        font-size: 40px;
        margin-top: 22px;
        max-width: 420px;
    }
    .part01-template-13__subtitle {
        
    }
   
}


/* mobile */

@media (max-width: 700px) {
    .part01-template-13 {
        padding: 106px calc(25 / 320 * 100vw) 122px;
    }
    .part01-template-13__title {
        font-size: 30px;
        margin-top: 30px;
        max-width: 100%;
    }
    .part01-template-13__subtitle {
        max-width: 100%;
        font-size: 14px;
    }
    .part01-template-13 .bg_desk{
        display: none;
    }
    .part01-template-13 .bg.mobile{
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-position: center;
        background-size: cover;
    }
}



/* 影片 */
.part01-template-13 .video-first{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.part01-template-13 .video-first .shape{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.part01-template-13 .video-first video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    z-index: -1;
    left: 0;
}
