<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrap {
    min-width: 1000px;
    background: url("../images/bg.jpg") no-repeat center top;
}

.wrap-up {
    margin: 0 auto;
    width: 1000px;
    height: 734px;
    background: url("../images/up.jpg") no-repeat;
    position: relative;
}

.wrap-down {
    margin: 0 auto;
    width: 1000px;
    height: 725px;
    background: url("../images/down.jpg") no-repeat;
    position: relative;
}

.wrap-up .btn{
    position: absolute;
    top: 0;
    width: 92px;
    height: 22px;
    text-indent: -99999px;
}

.sqWebSite{
    right: 143px;
}
.sqBBS{
    right: 46px;
}
.qixi-btn, .activity-btn, .qixi-logo, .close-btn {
    position: absolute;
    text-indent: -9999px;
    cursor: pointer;
}


.qixi-logo {
    width: 200px;
    height: 135px;
    background: url("../images/logo.png") no-repeat;
    left: 45px;
    top: 29px;
}

.qixi-logo a {
    display: block;
    width: 100%;
    height: 100%;
}


.wrap-down .btn{
    position: absolute;
    text-indent: -99999px;
}

.wrap-down .serverList{
    left: 327px;
    top: 0;
    width: 348px;
    height: 117px;
}


.wrap-down .section-1{
    width: 316px;
    height: 87px;
    left: 2px;
    top: 151px;
}

.wrap-down .section-2{
    width: 316px;
    height: 87px;
    left: 332px;
    top: 151px;
}

.wrap-down .section-3{
    width: 316px;
    height: 87px;
    left: 679px;
    top: 151px;
}

.wrap-down .section-4{
    width: 313px;
    height: 87px;
    left: 157px;
    top: 303px;
}

.wrap-down .section-5{
    width: 318px;
    height: 87px;
    left: 510px;
    top: 303px;
}


.wrap .pop {
    width: 700px;
    height: 500px;
    margin-left: -350px;
    margin-top: -250px;
    display: none;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    background: #fd41a7;
    z-index: 10001;
    _top: expression(eval(documentElement.scrollTop+ (document.documentElement.clientHeight-this.offsetHeight)/2));
    box-shadow: 0 1px 30px #fff;
    _margin-top:0;
}

.wrap .section-first-box{
    background: url("../images/section-1.jpg") no-repeat;
}

.wrap .section-second-box{
    background: url("../images/section-2.jpg") no-repeat;
}
.wrap .section-third-box{
    background: url("../images/section-3.jpg") no-repeat;
}
.wrap .section-fourth-box{
    background: url("../images/section-4.jpg") no-repeat;
}

.wrap .section-fifth-box{
    background: url("../images/section-5.jpg") no-repeat;
}


.wrap .section-first-box-img{
    width: 635px;
    height: 250px;
    margin: 219px 0 0 35px;
}
.wrap .section-second-box-img{
    margin: 234px 0 0 36px;
}


.wrap .section-third-box-img{
    width: 635px;
    height: 250px;
    margin: 217px 0 0 36px;
}

.wrap .section-fourth-box-img{
    width: 635px;
    height: 250px;
    margin: 217px 0 0 36px;
}
.wrap .section-fifth-box-img{
    width: 635px;
    height: 250px;
    margin: 217px 0 0 36px;
}
.wrap .section-fifth-box-img p,.wrap .section-fifth-box-img dl{
    color: #f53cad;
    text-align: center;
    padding: 8px 0;
}

.wrap .section-fifth-box-img dl{
    text-align: left;
}
.wrap .section-fifth-box-img dt,.wrap .section-fifth-box-img dd{
    padding: 3px 0;
}

.close-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    right: -40px;
    z-index: 10006;
    cursor: pointer;
    background: url("../images/close-btn.jpg") no-repeat;
}


#mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    display: none;
    z-index: 1000;
    opacity: .6;
    filter: alpha(opacity=60);
}

</pre></body></html>