.banner-tpl1 {
    height: 100%;
    box-sizing: border-box;
}

.banner-tpl1-a {
    display: block;
    position: relative;
    height: 100%;
}

.banner-tpl1-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.banner-tpl1-bg-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    background-position: center;
    background-size: cover;
}

[data-enter-animation="animation-lightning"] {
    opacity: .3;
}

.animation-lightning {
    animation: lightning 5s ease-in infinite;
}

@keyframes lightning {
    0% {
        opacity: .3;
    }

    5% {
        opacity: .3;
    }

    50% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: .3;
    }
}

.banner-tpl1-main {
    position: relative;
    padding-left: 9.375%;
    padding-right: 9.375%;
    margin: 0 auto;
    height: 100%;
}

/*.banner-tpl1-img {
    position: absolute;
    top: calc((100% - 238px) / 2);
    right: 120 / @screen-width-large-max *100%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}*/
.banner-tpl1-img img {
    float: right;
}

.banner-tpl1-text {
    position: absolute;
    top: calc((100% - 238px) / 2);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.banner-tpl1-text em {
    font-style: normal;
    color: #f66f6a;
}

.banner-tpl1-text h2 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    font-weight: inherit;
}

.banner-tpl1-text h1 {
    font-size: 60px;
    line-height: 76px;
    color: #fff;
    font-weight: inherit;
}

.banner-tpl1-text p {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: inherit;
}

.banner-tpl1-btn-box {
    margin-top: 60px;
}
.cui-btn {
    display: inline-block;
    height: 40px;
    padding: 0 30px;
    border: solid 1px transparent;
    border-radius: 2px;
    background: transparent;
    font-weight: 400;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    transition: 0.2s;
}
.cui-btn-large {
    height: 48px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 46px;
}
.cui-btn-primary {
    border-color: #f66f6a;
    background-color: #f66f6a;
    color: #fff;
}

@media (max-height: 899px), (max-width: 1599px){
    .banner-tpl1-main {
        padding-left: 9.25%;
        padding-right: 9.25%;
    }
    .banner-tpl1-text {
        top: calc((100% - 178px) / 2);
    }
    .banner-tpl1-text h2 {
        margin-bottom: 14px;
        font-size: 20px;
        line-height: 26px;
    }
    .banner-tpl1-text h1 {
        font-size: 46px;
        line-height: 58px;
    }
    .banner-tpl1-text p {
        margin-top: 14px;
        font-size: 18px;
        line-height: 22px;
    }
    .banner-tpl1-text .banner-tpl1-btn-box {
        margin-top: 50px;
    }
    .banner-tpl1-text .banner-tpl1-btn-box .cui-btn {
        height: 40px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 14px;
        line-height: 38px;
    }
}

