<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

[v-cloak] {
    display: none;
}

.bottomNav {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1200;
    width: 100vw;
    background: url('/static/v2/img/home/homeBnav.png') no-repeat;
    background-size: 100% 65px;
    background-position: bottom center;
}

.bottomNav .cenBox {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.bottomNav .cenBox .viewL {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 26px;
}

.bottomNav .cenBox .viewL&gt;img {
    width: 271px;
    height: 85px;
}

.bottomNav .cenBox .viewL&gt;p {
    height: 29px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 29px;
    text-shadow: 1px 1px 0px #8F2817;
    text-align: center;
}

.bottomNav .cenBox .viewL&gt;p&gt;span {
    display: inline-block;
    margin: 2px 0;
    font-family: DIN, DIN;
    font-weight: 700;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 37px;
}

.bottomNav .cenBox .viewR {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

.bottomNav .cenBox .viewR .timebox {
    padding-top: 4px;
    width: 228px;
    height: 65px;
    background: url('/static/v2/img/home/time.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bottomNav .cenBox .viewR .timebox .txt1 {
    width: 22px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #EE4E17;
    line-height: 20px;
    text-align: center;

}

.bottomNav .cenBox .viewR .timebox .txt2 {
    width: 32px;
    height: 32px;
    font-family: DIN, DIN;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 29px;
    text-align: center;
    border-radius: 4px;
}

.bottomNav .cenBox .viewR .timebox .wid1 {
    padding-left: 10px;
    width: 58px !important;
}

.bottomNav .cenBox .viewR .rBtn {
    width: 150px;
    height: 51px;
    background: url('/static/v2/img/home/rBtn.png') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.bottomNav .close4 {
    position: absolute;
    right: 60px;
    top: 60%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.bottomNav2 {
    position: fixed;
    bottom: 72px;
    right: 136px;
    z-index: 1200;
    height: 30px;
    background: linear-gradient(180deg, #FFE1CB 0%, #FFFFFF 100%);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1608);
    border-radius: 15px 15px 15px 15px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.bottomNav2 .close3 {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('/static/v2/img/home/icon2.png') no-repeat;
    background-size: 100% 100%;
    top: -20px;
    right: -8px;
    cursor: pointer;
}

.bottomNav2 .bLeft {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 350;
    font-size: 12px;
    color: #333333;
    line-height: 30px;
}

.bottomNav2 .bLeft img {
    display: block;
    margin-right: 4px;
    width: 40px;
    height: 40px;
}

.bottomNav2 .bLeft span {
    display: inline-block;
    height: 22px;
    background: linear-gradient(51deg, #FFFFFF 0%, #FFFFFF 42%, #FBE7F0 72%, #D5F3E9 100%);
    box-shadow: 0px 2px 0px 0px #FCAE90;
    font-family: DIN, DIN;
    font-weight: 700;
    font-size: 18px;
    color: #6D2216;
    line-height: 22px;
    text-align: center;
    padding: 0 12px;
    margin-left: 4px;
    margin-bottom: 4px;
}

.bottomNav2 .rBight {
    display: flex;
    justify-content: flex-end;
    font-family: DIN, DIN;
    font-weight: 400;
    font-size: 16px;
    color: #8F2817;
    line-height: 30px;
}

.bottomNav2 .rBight .rbtn2 {
    display: block;
    width: 78px;
    height: 26px;
    margin-left: 4px;
    margin-top: 2px;
    cursor: pointer;
}</pre></body></html>