<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {position: relative;}
.pop-public-video {
    display: none;
}

.pop-public-mask {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: Alpha(opacity=50);
    z-index: 999;
}

.pop-public-in {
    width: 1024px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -512px;
    margin-top: -300px;;
    z-index: 999;
}
.pop-public-close {
    position: absolute;
    top: 0px;
    right:  -55px;
    width: 45px;
    height: 45px;
    background: url("../image/close.png") center center no-repeat;
    z-index: 999;
}

.service {
    display: block;
    height: 54px;
    width: 211px;
    background: url(../image/service.png) bottom center no-repeat;
    position: fixed;
    top: 270px;
    left: 0px;
}
.noticeHeader {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -530px;
    z-index: 2;
    color: #f00;
    font-size: 14px;
}
.footer {position: relative; top: 42px;}
.section, .seciton {position: relative; top: 42px;}</pre></body></html>