<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #fdfdfd!important;
}

.homes-top {
    position: fixed;
    /* cursor: pointer; */
    z-index: 3;
    background: #fff;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 0.2rem;
}

.homes-top-logo img {
    width: 65%;
}

.homes-main {
    /* height: 500px; */
    background-image: url(/img/mfxs.jpg);
    background-size: cover;
    height: 600px;
    padding: 0;
}

.homes-main-left {
    padding-top: 9.6rem;
    text-align: center;
    color: #fff;
    position: absolute;
    z-index: 2;
}

.homes-main-left h3 {
    padding-top: 9.6rem;
    padding-bottom: 1.6rem;
    font-size: 3.6rem;
}

.homes-main-left p {
    font-size: 3.6rem;
}

.from-login {
    margin: 10.6rem 0;
    background-color: #fff;
    width: 30.6rem;
    height: 31.6rem;
}

.login-form {
    min-width: 200px;
    max-width: 260px;
    margin: 19px 17px;
    padding-top: 38px;
}

.btn-primary-submit {
    padding: 1.2rem 10.4rem;
}

.form-control {
    border-radius: 4px;
    margin: 0.3rem 0px 1.6rem;
    height: 40px;
}

.homes-main-0 {
    text-align: center;
    background: rgb(255, 255, 255);
}

.homes-main-0 i {
    font-size: 6rem;
}

.homes-main-0 p {
    margin: 10px 0 10px;
    font-size: 1.9rem;
}

.homes-main-0 div {
    margin: 2.6rem 0;
}

.homes-main-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.homes-main-1,
.homes-main-2,
.homes-main-3,
.homes-main-4,
.homes-main-5,
.homes-main-6,
.homes-main-7 {
    /* background: #fff; */
    border: 0px solid red;
    /* height: 600px; */
    padding: 5% 12%;
}


/*èƒŒæ™¯é¢œè‰²*/

.homes-main-2,
.homes-main-4,
.homes-main-6,
.homes-main-8 {
    background: #fff;
}

.homes-main-1 h3,
.homes-main-2 h3,
.homes-main-3 h3,
.homes-main-4 h3,
.homes-main-5 h3,
.homes-main-6 h3,
.homes-main-7 h3,
.homes-main-8 h3 {
    font-size: 2.15rem;
    margin-top: 40px;
    margin-bottom: 34px;
}

.homes-main-1 .homes-main-img,
.homes-main-3 .homes-main-img,
.homes-main-5 .homes-main-img,
.homes-main-7 .homes-main-img {
    padding: 0 7.1rem 0 1.1rem;
}

.homes-main-2 .homes-main-img,
.homes-main-4 .homes-main-img,
.homes-main-6 .homes-main-img {
    padding: 0 1.1rem 0 7.1rem;
}

.homes-main-1 img,
.homes-main-2 img,
.homes-main-3 img,
.homes-main-4 img,
.homes-main-5 img,
.homes-main-6 img {
    border: 1px #d4d4d4 solid;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2);
}

.homes-main-1 p,
.homes-main-2 p,
.homes-main-3 p,
.homes-main-4 p,
.homes-main-5 p,
.homes-main-6 p,
.homes-main-7 p {
    font-size: 1.6rem;
    color: #666971;
}

ul li {
    display: inline-block;
    margin: 2.6rem 1.6rem 1.5rem;
    font-size: 1.99rem;
}

ul {
    margin-bottom: .1rem;
}

a {
    text-decoration: none;
    color: #0f0f10;
}

a:hover {
    text-decoration: none;
    color: #0f0f10;
}

.da-container {
    width: 80%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
}

.da-container ul li {
    margin: 1.6rem 1.6rem 1.5rem;
}

.homes-main-8 {
    text-align: center;
}

.da-container img {
    max-width: 60%;
}

.homes-bottom {
    padding: 5.6rem 0;
    background-color: rgb(61, 62, 63);
    text-align: center;
    color: #fff;
}

.zxkf {
    position: fixed;
    cursor: pointer;
    z-index: 10;
    top: 50%;
    left: 88%;
    padding: 1.3rem;
    border-radius: 4px 4px 0 0;
    background-color: #0a9bfc;
}</pre></body></html>