<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
  margin: 0;
  padding: 0;
  border: 0;
}

.collect {
  display: none;
  float: left;
}
.collect.active {
  display: block;
}

body {
  color: #010219;
  font-size: 14px;
  font-family: "Microsoft YaHei"!important;
  font-family:  "SimHei" ;
  background-color: #f4f5f6;
  /* min-height: calc(100vh - 118px); */
  min-height:100vh;
  /* padding-top: 68px; */
  box-sizing: border-box;
  position: relative;
  /* padding-bottom: 50px; */
}

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

select,
input,
img,
select {
  vertical-align: middle;
}

input,textarea {
  background: none;
  outline: none;
  border: 1px solid #ccc;
  padding:0;
}
textarea {
  resize:none;
}

input:focus ,textarea:focus{
  border: none;
  border: 1px solid #ccc;
}

button {
  border: none;
  background-color: transparent;
  outline: none;
}

a {
  text-decoration: none;
}

a:link {
  color: #6D7278;
}

a:visited {
  color: #6D7278;
}

a:hover,
a:active,
a:focus {
  color: #A9803A;
}

.clearfix::before,
.clearfix::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.w {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hidden {
  display: none;
}
.txt{
  line-height: 2;
}
.pro_details .content {
  line-height: 2;
}
.txt p,.txt p span,.pro_details .content p,.pro_details .content span{
  font-family: Microsoft YaHei !important;
}

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