<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, DL, DT, DD, UL, OL, LI, PRE, FIELDSET, LEGEND, BUTTON,  LABEL,ul{

  padding:0px;

  margin:0px;

  border:0px;

  font-family: "寰蒋闆呴粦";
}
*{  
  font-family: "寰蒋闆呴粦";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{ font-size: 12px; font-weight:normal;}

img { border:0 none}

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

a { color:#000000; text-decoration:none; outline: medium none;}

.clear { 
  clear:both; 
}
.both:after {
  display: block;
  content: "";
  clear: both;
}
.fl{ float:left}

.fr{ float:right}

.commonWidth {
  width: 1200px;
  margin: 0 auto;
}
.commonA {
  display: block;
  width: 100%;
  height: 100%;
}
.commonImg {
  display: block;
  width: 100%;
}
input {
  outline: none;
  border: 0;
  background: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #121212;
}

.header {
  width: 100%;
  height: 250px;
}
.headerBg {
  width: 100%;
  height: 250px;
  background: url(../../images/death/lunbo01.jpg) no-repeat top center / contain;
}
.menu {
  width: 100%;
  height: 50px;
  background-image: linear-gradient(#3c3c3c,#121212);
}
.nav {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.nav&gt;li&gt;a {
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 0 30px;
  width: 100%;
  margin: 0;
  cursor: pointer !important;
}
.nav&gt;li&gt;a:hover {
  background-color: #121212;
}
.footer{ 
  background-image: linear-gradient(#3c3c3c,#121212); 
  width:100%; 
  min-height:50px; 
  color:#333; 
  padding:20px 0; 
  overflow:hidden;
  text-align: center;
}
.footer span{
  color:#fff; 
  display:block; 
  font-size:16px; 
  line-height:20px;
}</pre></body></html>