<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Foreunit
Author: Foreunit
Author URI:
Version: 1.0
*/

@font-face {
    src: url('https://dct-nestjs.oss-cn-shanghai.aliyuncs.com/assets/AlibabaPuHuiTi-3-55-Regular.ttf');
    font-family: 'alibaba-regular';
}

@font-face {
    src: url('https://dct-nestjs.oss-cn-shanghai.aliyuncs.com/assets/AlibabaPuHuiTi-3-65-Medium.ttf');
    font-family: 'alibaba-medium';
}

.font-medium {
    font-family: 'alibaba-medium', sans-serif;
}

@font-face {
    src: url('https://dct-nestjs.oss-cn-shanghai.aliyuncs.com/assets/AlibabaPuHuiTi-3-75-SemiBold.ttf');
    font-family: 'alibaba-semibold';
}

.font-semibold {
    font-family: 'alibaba-semibold', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'alibaba-regular', sans-serif;
}

html {
    margin: 0 !important;
    overflow-x: hidden;
}

.foreunit-container {
    max-width: 1340px;
    padding: 0 30px;
    margin: 0 auto;
}

/* header */
.header {
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.04);
}

.navigator {
    transition: all 0.2s;
}

.navigator:hover, .navigator.active {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.nav-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    border-radius: 3px;
    background-color: #187CCC;
    transition: .3s;
}

/* banner */
.banner-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(95.83deg, #FFFFFF 15.46%, rgba(255, 255, 255, 0) 101.01%);
}

.custom {
    background: linear-gradient(180deg, #EEFBF9 0%, #FFFFFF 100%);
    box-shadow: 0 5px 20px #EDEFF6;
}

.customer {
    background: linear-gradient(180deg, #F2F1FF 0%, #FFFFFF 100%);
    box-shadow: 0 10px 21px rgba(132, 132, 132, 0.1);
}

.innovate {
    background: linear-gradient(180deg, #F4FAFF 0%, #FFFFFF 100%);
    box-shadow: 0 10px 21px rgba(132, 132, 132, 0.1);
}

/* service */
.service {
    background: linear-gradient(278.15deg, #35429D 1.3%, #2A335A 98.7%);
}

.service-web {
    background: linear-gradient(90deg, #018FFF 0%, #01CEFF 200%);
}

/* product */
.special-text {
    background-image: linear-gradient(90deg, #018FFF 0%, #01CEFF 100%);
    -webkit-background-clip: text;
    color: transparent;
}
.product-item {
    background-color: #fff;
    box-shadow: 0 6px 23.2px rgba(127, 127, 127, 0.08);
    height: 100%;
}

/* swiper */
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    transition: all 0.2s;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 6px;
    background-image: linear-gradient(90deg, #018FFF 0%, #01CEFF 100%);
}
.swiper-slide {
    padding: 0 12px;
    height: auto;
}
.swiper-button-prev,.swiper-button-next,.news-item,.news-detail-btn {
    background-image: linear-gradient(90deg, #018FFF 0%, #01CEFF 100%);
}
.swiper-button-prev::after,.swiper-button-next::after {
    display: none;
}

/* news */
.news-item .day {
    font-family: 'Arial Black', sans-serif;
}
.pagination-btn {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #ededed;
    color: #7b7b7b;
    font-size: 16px;
}
.pagination-btn.active,.pagination-btn:hover {
    color: #fff;
    background-image: linear-gradient(90deg, #018FFF 0%, #01CEFF 100%);
}
.pagination-ellipsis {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: end;
    justify-content: center;
}
.action-btn {
    stroke: #7b7b7b;
}

/* contact us */
.mail {
    border-left: 1px solid #0000001f;
    border-right: 1px solid #0000001f;
}

/* single */
.single {
    min-height: calc(100vh - 227px - 90px);
}

@media screen and (max-width: 1023px){
    .banner-mask {
        background-color: rgba(255,255,255,0.6);
    }
}

@media screen and (max-width: 767px){
    .single {
        min-height: calc(100vh - 177px - 90px);
    }
}

@media screen and (max-width: 639px){
    .foreunit-container {
        padding: 0 15px;
    }

    .single {
        min-height: calc(100vh - 198px - 70px);
    }
}</pre></body></html>