<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
img {
    border: none;
}

ul,
ol,
li {
    list-style: none;
}

html {
    font-size: 62.5%
}

body {
    font-size: 14px;
    font-size: 1.4rem;
}
html,
body {
    width: 100%;
    height: 100%;
}
body {
    font-family: 'å¾®è½¯é›…é»‘', 'Heiti SC', 'åŽæ–‡é»‘ä½“', 'é»‘ä½“', "Helvetica Neue";
  
}
.container{
    margin-top: 20px;
    width: 1250px !important;
}
#list-ul{
    height: 200px;
    overflow: hidden;
}
#list-ul li{
    padding: 5px 0
}
.c1{
    margin-top: 15px;
}
.c2{
    margin-top: 20px;
}
.quan{
    border: 1px #ee7700  solid;
    padding: 15px !important;
    width: 1140px;
}
.tab-con{
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}
.tab-con&gt;p{
    width: 377px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #282828;
    color: white;
    font-size: 20px;
    cursor: pointer;
    float: left;
    border-right:1px white solid
}
.tab-p1{
    
    margin-left: 43px
}
.tab-con&gt;p.act{
    background: #ee7700
}

.dou{
    position: absolute;
    left: 500px;
    top: -100px;
    z-index: 2;
    display: none
}
.wx{
    position: absolute;
    left: -500px;
    top: -400px;
    z-index: 2;
    display: none
}
.vip{
    position: relative;
    cursor: pointer;
}
.gimg{
    position: absolute;
    left: 0;
    top: 0;
  
    display: none
}
.footer{
    padding: 15px;
    background: black;
    margin-top: 20px;
    color: white
}
.footer li{
    padding: 15px 0
}
.v2{
    height: 250px;
    background: url(../images/v2.jpg) center top no-repeat;
    background-size: 100% 100%
}
.bmm{
    position: fixed;
    right: 0;
    bottom: 50%;
    width: 130px;
}</pre></body></html>