<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* å¢žåŠ&nbsp;å…¨å±€å¹³æ»‘è¿‡æ¸¡æ•ˆæžœ */
* {
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
/* å…¨å±€æ&nbsp;·å¼ */
html {
    scroll-behavior: smooth;
    /* éšè—æ»šåŠ¨æ¡ä½†ä¿æŒå¯æ»šåŠ¨åŠŸèƒ½ */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

/* Chrome, Safari å’Œ Opera çš„æ»šåŠ¨æ¡éšè— */
html::-webkit-scrollbar {
    display: none;
}

body {
    font-family: "Microsoft YaHei", "å¾®è½¯é›…é»‘", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    /* ç¡®ä¿bodyä¸ä¼šå‡ºçŽ°è‡ªå·±çš„æ»šåŠ¨æ¡ */
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 16px;
}
:root{
    --primary-color: #00A8FF;
}

/* ç¡®ä¿æ‰€æœ‰æ–‡æœ¬å…ƒç´&nbsp;éƒ½ä½¿ç”¨å¾®è½¯é›…é»‘ */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
select,
textarea,
span,
div {
    font-family: "Microsoft YaHei", "å¾®è½¯é›…é»‘", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* é¡¶éƒ¨å¯¼èˆª */
header {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: white;
    padding: 0.75rem 8rem;
}

.logo {
    color: #333;
    font-size: 1.25rem;
}

.website {
    color: #4c83ff;
    font-size: 1rem;
}

.demo-btn {
    border-color: #4152E5;
    color: #666;
    font-weight: 500;
    transition: all 0.2s ease;
    color: #4152E5;
}

.demo-btn:hover {
    background-color: #f5f5f5;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.contact-btn{
    position: absolute;
    top: 17rem;
    right: 50%;
    transform: translateX(14rem);
    font-size: 1.2rem;
}
.arrow-bg{
    position: absolute;
    top: 12rem;
    right: 50%;
    transform: translateX(12rem);
    width: 90px;
}

.login-btn {
    background-color: #4152E5;
    font-weight: 500;
    transition: all 0.2s ease;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(76, 131, 255, 0.4);
}

.login-btn:hover {
    background-color: #3a70e3;
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(76, 131, 255, 0.4);
}

.register-btn {
    background-color: #4c83ff;
}

/* ä¸»æ¨ªå¹… */
.banner {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 6rem;
    /* background-image: url('../static/images/ui-dashboard-bg.png');
    background-size: 100% 100%;
    background-position: center bottom;
    background-repeat: no-repeat; */
}
.banner-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    background-size: 100% 100%;
    background-position: center bottom;
}

.banner h1 {
    font-size: 2.5rem;
    margin-bottom: 2.4rem;
}

.dashboard-preview img {
    max-width: 90%;
    margin: 0 auto;
}

/* åŠŸèƒ½åŒºå—é€šç”¨æ&nbsp;·å¼ */
section {
    padding: 80px 0;
}

section h2 {
    margin-bottom: 30px;
    color: #142c44;
}
section h2+p{
    color: #142c44;
    font-size: 1.2rem;
}

/* åŠŸèƒ½æ¨¡å—æ&nbsp;·å¼ */
.time-tracking,
.contract-management {
    position: relative;
}

/* åŠŸèƒ½æ&nbsp;‡ç­¾æ&nbsp;·å¼ */
.bg-blue-100 {
    background-color: rgba(76, 131, 255, 0.1);
}

.text-blue-800 {
    color: #2962ff;
}

/* åŠŸèƒ½æ¨¡å—ç½‘æ&nbsp;¼ */
.feature-modules {
    background-color: #f8f9ff;
}
.feature-modules .decorated-text{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
}
.feature-modules .decorated-text div:nth-child(2){
    position: relative;
    z-index: 30;
    background-color: #f8f9ff;
    display: inline-block;
    padding: 0 10px;
}
.feature-modules .decorated-text::before,
.feature-modules .decorated-text::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    height: 1px;
    background-color: #DDDDDD; /* å¯ä»¥æ&nbsp;¹æ®éœ€è¦è°ƒæ•´é¢œè‰² */
    margin: 0 10px; /* è°ƒæ•´æ¨ªçº¿ä¸Žæ–‡æœ¬ä¹‹é—´çš„é—´è· */
    z-index: 20;
    transform: scaleY(0.5);
}

.feature-modules .decorated-text::before {
    margin-right: 10px;
}

.feature-modules .decorated-text::after {
    margin-left: 10px;
}
.rect-left,.rect-right{
    content: '';
    display: inline-block;
    width: 8px; /* æ–¹å—çš„å®½åº¦ */
    height: 8px; /* æ–¹å—çš„é«˜åº¦ */
    background-color: #ddd; /* æ–¹å—çš„é¢œè‰² */
}
.rect-left {
    left: -10px; /* è°ƒæ•´æ–¹å—çš„ä½ç½® */
}

.rect-right {
    right: -10px; /* è°ƒæ•´æ–¹å—çš„ä½ç½® */
}
.feature-items{
    display: grid;
        /* grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); */
        gap: 1.5rem;
}
.feature-item {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
   
}
.feature-item .bg-blue,.feature-item .bg-orange{
    width: 34px;
height: 34px;
border-radius: 5px;
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    .iconfont{
        font-size: 18px;
    }
}
.feature-item .bg-blue{
    background-color: #00A8FF;
}
.feature-item .bg-orange{
    background-color: #f97316;
}

.feature-item:hover {
    transform: translateY(-5px);
}

.feature-item .bg-blue-500 {
    background-color: #4c83ff;
}

.feature-item .bg-orange-500 {
    background-color: #ff9800;
}

/* å¤šç»ˆç«¯åº”ç”¨åŒºåŸŸ */
.multi-platform{
    background-color: #fff;
}
.multi-platform .white-bg{
    background-color: #fff!important;
}
.icon-wrap {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: rgba(76, 131, 255, 0.1);
}

.platform-item {
    transition: all 0.3s ease;
}

.platform-item img {
    transition: transform 0.5s;
    width: 200px;
    object-fit: cover;
}
.platform-item:hover img {
    transform: scale(1.1) rotate(5deg);
}

/* åº•éƒ¨æ&nbsp;·å¼ */
footer {
    color: white;
    padding: 3rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 768px) {
    footer{
    background-color: var(--primary-color);
    }
}

/* PCç«¯èƒŒæ™¯å›¾ç‰‡ */
@media (min-width: 768px) {
    footer {
        background-image: url('../static/images/footer-bg.png');
        background-size: 100% 100%;
        background-position: center bottom;
        background-repeat: no-repeat;
        color: white;
    padding: 2.2rem calc(max(1.5rem, (100vw - 800px) / 2));
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
}

footer .iconfont {
    margin-right: 14px;
    font-size: 18px;
}

.contact-info {
    margin-bottom: 0;
    text-align: left;
    line-height: 1.8;
}

.qrcode img {
    background-color: white;
    width: 120px;
    height: 120px;
    margin: auto;
}

.qrcode p {
    margin-top: 0.5rem;
    text-align: center;
}

/* å“åº”å¼è°ƒæ•´ */
@media (max-width: 768px) {
    .banner h1 {
        font-size: 1.5rem;
    }

    .banner p {
        font-size: 1rem;
    }

    .dashboard-preview {
        margin-top: 2rem;
    }

    .icon-wrap {
        width: 60px;
        height: 60px;
    }

    footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .qrcode {
        margin-top: 1rem;
    }

    .contact-info {
        text-align: center;
    }
}

/* å¼¹çª—å®¹å™¨ç›¸å¯¹ä½ç½®è®¾ç½® */
.demo-container {
    position: relative;
}

/* ç¡®ä¿æŒ‰é’®æ&nbsp;·å¼ä¸€è‡´ */
.demo-btn,
.login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
#demo-modal {
    z-index: 9999;
}
/* æ¼”ç¤ºå¼¹çª—æ&nbsp;·å¼ */
.modal {
    transition: opacity 0.3s ease-in-out;
}

.modal.hidden {
    opacity: 0;
    pointer-events: none;
}

.modal:not(.hidden) {
    opacity: 1;
    pointer-events: auto;
}

.modal-overlay {
    transition: opacity 0.3s ease-in-out;
    cursor: pointer;
}

.modal-content {
    transform: scale(0.95);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.modal:not(.hidden) .modal-content {
    transform: scale(1);
    opacity: 1;
}

/* ç§»åŠ¨ç«¯æ&nbsp;·å¼ä¼˜åŒ– */
@media (max-width: 768px) {
    .modal-content {
        margin: 1rem;
    }
    
    .modal-body {
        font-size: 0.875rem;
    }

    .demo-btn {
        width: 100%;
    }
    .contact-btn,.arrow-bg{
        display: none;
    }
}

/* åŠ¨ç”»æ•ˆæžœ */
.modal-close {
    cursor: pointer;
    transition: transform 0.2s ease;
}

.modal-close:hover {
    transform: scale(1.1);
}

.demo-btn-action {
    position: relative;
    overflow: hidden;
}

.demo-btn-action:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    transition: transform 0.5s ease;
}

.demo-btn-action:hover:after {
    transform: translate(-50%, -50%) scale(1);
}

.text-color-main {
    color: #4152E5;
}

/* ä¸‰è§’å½¢æŒ‡ç¤ºå™¨ */
.modal:before {
    content: '';
    position: absolute;
    top: -10px;
    right: 36%;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.1));
    z-index: 1;
}

.modal-header {
    position: relative;
    overflow: hidden;
}

.modal-header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 50%);
    pointer-events: none;
}

.modal .iconfont {
    font-size: 1rem;
}

.modal-body .icon-warp {
    background-color: #D9E9FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 1.2rem;
}

.demo-btn-action {
    width: 80%;
    margin: auto;
}

/* è¿”å›žé¡¶éƒ¨æŒ‰é’® */
.back-to-top {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

/* åŠ¨ç”»æ•ˆæžœ */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.animate-pulse {
    animation: pulse 2s infinite;
}

/* ç§»åŠ¨ç«¯èœå•è¿‡æ¸¡æ•ˆæžœ */
#mobile-menu {
    transition: all 0.3s ease;
}

/* ç«‹å³æ¼”ç¤ºæŒ‰é’®æ&nbsp;·å¼ */
.demo-btn-action {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    /* æ·»åŠ&nbsp;é»˜è®¤çŠ¶æ€çš„é¼&nbsp;æ&nbsp;‡æŒ‡é’ˆæ&nbsp;·å¼ */
}

.demo-btn-action:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(65, 82, 229, 0.3);
    background-color: #3a70e3 !important;
}

/* æ·»åŠ&nbsp;ç®­å¤´å›¾æ&nbsp;‡æ•ˆæžœ */
.demo-btn-action:after {
    content: 'â†’';
    position: absolute;
    right: 20px;
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.demo-btn-action:hover:after {
    opacity: 1;
    transform: translateX(0);
}

/* æ·»åŠ&nbsp;é—ªå…‰æŒ‰é’®æ•ˆæžœ */
.shine-btn {
    position: relative;
    overflow: hidden;
}

.shine-btn::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        60deg,
        rgba(255, 255, 255, 0) 10%,
        rgba(255, 255, 255, 0.1) 20%,
        rgba(255, 255, 255, 0.2) 30%,
        rgba(255, 255, 255, 0) 40%
    );
    transform: rotate(30deg);
    transition: all 0.8s;
}

.shine-btn:hover::after {
    transform: rotate(30deg) translateX(100%);
}

/* æ·»åŠ&nbsp;ä¸‹åˆ’çº¿åŠ¨ç”»æ•ˆæžœ */
.animated-underline {
    position: relative;
    display: inline-block;
}

.animated-underline::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #4c83ff;
    transition: width 0.3s ease;
}

.animated-underline:hover::after {
    width: 100%;
}

/* å’¨è¯¢æŒ‰é’®æ&nbsp;·å¼ */
.consult-btn {
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  animation: pulse 2s infinite;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.consult-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.2);
}

.consult-btn span {
  font-weight: inherit; /* ç¡®ä¿åµŒå¥—å…ƒç´&nbsp;ç»§æ‰¿å­—ä½“ç²—ç»† */
}

.consult-btn:active {
  transform: translateY(1px);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(37, 99, 235, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 99, 235, 0);
  }
}

/* ç¡®ä¿æŒ‰é’®åœ¨ç§»åŠ¨è®¾å¤‡ä¸Šä¹Ÿæœ‰è‰¯å¥½çš„æ˜¾ç¤ºæ•ˆæžœ */
@media (max-width: 640px) {
  .consult-btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
  }
}</pre></body></html>