@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
body {
  line-height: 1.5;
  font-family: "Microsoft YaHei", arial, "\5b8b\4f53";
  background: #F5F5F5;
}
@media (max-width: 500px) {
  html {
    font-size: 37.5px;
  }
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
fieldset,
img {
  border: 0;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
button {
  border: none;
}
a {
  color: #333;
  text-decoration: none;
}
ul,
ol,
li {
  list-style: none;
  font-family: 'Microsoft YaHei';
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: normal;
  font-weight: normal;
}
/*h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }*/
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  background-color: #fff;
  border: none;
}
code,
kbd,
samp,
tt {
  font-size: 100%;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
/* 声明清除浮动的样式 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* ie6 7 专门清除浮动的样式*/
.clearfix {
  *zoom: 1;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea {
  *font-size: 100%;
}
ol,
ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table,
tr,
td {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}
caption,
th {
  text-align: left;
}
sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}
/* remember to highlight anchors and inserts somehow! */
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/**Common Css**/
.fr {
  float: right;
  *display: inline;
}
.fl {
  float: left;
  *display: inline;
}
/*文本超出显示省略号*/
.ehn,
.otw,
.tow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/*清除浮动*/
.clear {
  clear: both;
  *zoom: 1;
}
.clear:after {
  display: block;
  clear: both;
  content: "\0020";
  visibility: hidden;
  height: 0;
}
.inputSou {
  background: -o-linear-gradient(-223deg, #E2C816 10%, #9BB524 100%);
  background: -moz-linear-gradient(-223deg, #E2C816 10%, #9BB524 100%);
  background: -ms-linear-gradient(-223deg, #E2C816 10%, #9BB524 100%);
  background: -webkit-linear-gradient(-223deg, #E2C816 10%, #9BB524 100%);
  background: linear-gradient(#E2C816, #9BB524);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#E2C816", endColorstr="#9BB524", gradientType="0");
  color: #fff;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.49px;
  width: 112px;
  height: 38px;
}
/*一条*/
.demopage {
  width: 100%;
  margin: 0 auto;
}
.demopage h2 {
  font-size: 14px;
  margin: 20px 0;
}
/* scrollDiv */
.scrollDiv {
  height: 60px;
  /* 必要元素 */
  line-height: 60px;
  overflow: hidden;
  /* 必要元素 */
}
.scrollDiv li {
  height: 60px;
  padding-left: 0px;
}
.yqbb {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -820px;
  width: 220px;
}
.title {
  font-size: 22px;
}
.list_all_title {
  font-size: 16px;
}
img {
  border-radius: 5px;
  object-fit: cover;
}
.loading {
  display: none;
}
@media (max-width: 500px) {
  .w1200 {
    width: 100%;
  }
  footer .pc {
    display: none;
  }
  footer .copy .right .hui {
    display: none;
  }
  footer .copy .right span,
  footer .copy .right a {
    font-size: 0.4rem;
    color: #828282;
  }
  footer .copy .right span {
    display: block;
  }
  .loading {
    width: 2.666667rem;
    height: 0.853333rem;
    background-color: #efefef;
    border-radius: 0.48rem;
    text-align: center;
    line-height: 0.853333rem;
    margin: 0.133333rem auto 0.666667rem auto;
    display: block;
  }
  .loading p {
    font-size: 0.426667rem;
  }
}
