<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.diy-p {
    color: #888888;
    font-size: 1.1rem;
}

.d-flex {
    display: flex;
}

.phoneNum {
    border: 3px solid #fefefe;
    padding: 10px 40px 10px 60px;
    border-radius: 40px;
    color: #0163d0 !important;
    font-size: 24px;
    position: relative;
}

.cont-zlj {
  background-color: #ffffff; /* è®¾ç½®å¡ç‰‡èƒŒæ™¯é¢œè‰²ä¸ºæµ…ç°è‰² */
  border: 1px solid #ddd; /* æ·»åŠ&nbsp;è¾¹æ¡† */
  border-radius: 20px; /* è®¾ç½®è¾¹æ¡†åœ†è§’ */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* æ·»åŠ&nbsp;é˜´å½±æ•ˆæžœ */
}

.card-body {
  padding: 20px; /* è°ƒæ•´å¡ç‰‡å†…å®¹çš„å†…è¾¹è· */
}

.card-img-top {
  border-top-left-radius: calc(.25rem - 1px); /* è°ƒæ•´å›¾ç‰‡é¡¶éƒ¨åœ†è§’ */
  border-top-right-radius: calc(.25rem - 1px); /* è°ƒæ•´å›¾ç‰‡é¡¶éƒ¨åœ†è§’ */
}
.icon-zlj {
    position: absolute;
    left: -20px;
    top: 0;
    width: 60px;
    height: 60px;
    background-color: #0163d0 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.radi-zlj {
    border-radius: 1.5rem;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.radi-zlj1 {
    border-radius: 0 1.5rem 1.5rem 0;
    background: linear-gradient(180deg, #0195FC, #0030A5);
}

.align-items-center {
    align-items: center !important;
}

.left-div {
    width: 100%;
}

.radius {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #1f1f1f;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tftable tbody tr:hover .radius {
    background-color: #0163d0;
    border: 1px solid #0163d0;
}

.tftable tbody tr:hover .radius .radius-icon {
    color: #fff;
}

.bg-color {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0195FC, #0030A5);
    position: absolute;
    left: 0;
    top: 0;
}

.bg-img {
    width: 100%;
    height: 100%;
    background-image: url("../img/bg/bg2.png");
    /* background-size: cover; */
    background-size: auto 100%;
    /* å®½åº¦100%ï¼Œé«˜åº¦è‡ªåŠ¨ */
    /* èƒŒæ™¯å›¾ç‰‡è¦†ç›–æ•´ä¸ªå…ƒç´&nbsp; */
    background-repeat: no-repeat;
    /* èƒŒæ™¯å›¾ç‰‡ä¸é‡å¤ */
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.circle-zlj {
    background-color: #42a0e3 !important;
}

.advantage-box {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    background-color: rgba(159, 203, 237, .7);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: center;
}

.advantage-box-img {
    width: 100%;
    display: flex;
    justify-content: center;
}

.advantage-box1 {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    background-color: rgba(6, 140, 236, .7);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: center;
}

.marginBottom {
    margin-bottom: 0rem !important;
}


#customers-testimonials .item {
    padding: 0 !important;
}

.shadow-effect {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.owl-carousel .owl-item img {
    width: 100% !important;
    max-width: 100% !important;
    height: 200px;
    object-fit: cover;
}

.owl-carousel .owl-item {
    height: 380px !important;
}

.shadow-row {
    width: 100%;
    display: flex;
}

.shadow-row-left {
    width: 120px;
    height: 80px;
    border-radius: 20px;
    background: linear-gradient(180deg, #0195FC, #0030A5);
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    padding: 10px 0 10px 10px;
    margin-right: 10px;
}

.shadow-row-right {
    width: 100%;
    padding: 10px;
    padding-top: 4px;
}

.owl-stage .active .shadow-row {
    display: none;
}

.owl-stage .center .shadow-row {
    display: flex;
}

.moreBox {
    width: 300px;
    height: 60px;
    border-radius: 40px;
    border: 2px solid #c9caca;
    justify-content: space-around;
}

@media (min-width : 992px) {

    .web-flexD {
        flex-direction: row-reverse;
    }

    .py-lg-zlj {
        padding-top: 15rem !important;
        padding-bottom: 8rem !important;
    }

    .text-zlj {
        font-size: 1.6rem !important;
    }
}

@media(max-width : 991.98px) {
    .phone-zlj {
        display: none !important;
    }

    .radi-zlj1 {
        border-radius: 1.5rem;
    }

    .right-div {
        background: transparent !important;
    }

    .borderRadius1 {
        padding: 25px !important;
    }

    .phone-mb {
        margin-bottom: 2rem !important;
    }

    .input-zlj {
        width: 200px !important;
    }


    .font-zlj {
        letter-spacing: 2px;
        /* å¢žåŠ&nbsp;å­—æ¯é—´è· */
        word-spacing: 10px;
        /* å¢žåŠ&nbsp;å•è¯é—´è· */
        font-size: 3rem !important;
    }
}</pre></body></html>