<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0px;
    padding: 0px;
    font-family: dealam-font,Avenir Next,Calibri,Helvetica,Roboto,sans-serif;
}
ul, li {
    list-style-type: none;
}
a {
    text-decoration: none;
}
.nav-header {
    width: 100%;
    height: 70px;
    background-color: #fff;
}
.nav-header .nav-header-contanier {
    width: 1080px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ads {
    width: 100%;
    height: 428px;
    background: #F6F6F6;
}
.ads .ads-contanier {
    width: 1080px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ads .ads-contanier .ads-left p {
    font-size: 48px;
    font-weight: 500;
    color: #333333;
    line-height: 53px;
}
.ads .ads-contanier .ads-left p span {
    color: #E44245;
}
.ads .ads-contanier .ads-left .line {
    width: 57px;
    height: 4px;
    background: #333333;
    margin: 25px 0px 35px;
}
.ads .ads-contanier .ads-left .enjoy {
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    line-height: 53px;
}
.remark {
    width: 1080px;
    padding: 60px 0px;
    margin: auto;
    display: flex;
}
.remark li {
    flex: 1;
    text-align: center;
}
.remark li h4 {
    font-size: 30px;
    font-weight: 500;
    color: #333232;
    line-height: 48px;
}
.remark li span {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}
.map {
    width: 100%;
    height: 642px;
    background-image: url('./images/map.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.us-story {
    width: 100%;
    border-bottom: 1px solid #E9E9E9;
}
.us-story .us-story-contanier {
    width: 1080px;
    padding: 60px 0px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.us-story .us-story-contanier .story-content {
    margin-left: 52px;
}
.us-story .us-story-contanier .story-content h4 {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 48px;
}
.us-story .us-story-contanier .story-content .one {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
    margin: 24px 0px 30px;
}
.us-story .us-story-contanier .story-content .two {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-bottom: 15px;
}
.us-story .us-story-contanier .story-content span {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}
.media {
    width: 1080px;
    margin: 60px auto;
    text-align: center;
}
.media h2 {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 48px;
    margin-bottom: 50px;
}
.shop-settle {
    width: 1080px;
    margin: 60px auto;
    text-align: center;
}
.shop-settle h2 {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 48px;
    margin-bottom: 50px;
}
.nav-footer {
    width: 100%;
    background: #F6F6F6;
    margin-top: 66px;
}
.nav-footer .nav-footer-contanier {
    width: 1080px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.nav-footer .nav-footer-contanier .link {
    margin-bottom: 20px
}
.nav-footer .nav-footer-contanier .link a {
    color: #636363;
    font-size: 12px;
}
.nav-footer .nav-footer-contanier .link a:hover {
    color: #e44245;
}
.nav-footer .nav-footer-contanier .link span {
    color: #636363;
    font-size: 12px;
    margin: 0px 20px;
}
.nav-footer .nav-footer-contanier .msg {
    color: #636363;
    text-indent: 0em;
    font-size: 12px;
}
.nav-footer .nav-footer-contanier .copyRight {
    color: #636363;
    text-indent: 0em;
    font-size: 12px;
    margin-top: 20px;
}</pre></body></html>