body,
div,
p,
ul,
li,
span,
i,
a,
table,
tr,
th,
td,
em,
b,
img,
input,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
label {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  font-style: normal;
 /* font-weight: normal; */
  font-size: 16px;
  color: #333;
  font-family: "PingFang", "Microsoft Yahei";
}
.city {font-weight: normal;
}
.province {font-weight: normal;
}
#page_total_b {font-weight: normal;
}
.main {
  width: 1160px;
  margin: 0 auto;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url("fonts/HelveticaNeue.ttf");
  font-weight: normal;
  font-style: normal;
}
/* @font-face {
  font-family: 'PingFang';
  src: url("fonts/PingFang.ttf");
  font-weight: normal;
  font-style: normal;
} */
@font-face {
  font-family: 'DFFangYuanW7-BG';
  src: url("fonts/DFFangYuanW7-GB.ttc");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FZCHSJW';
  src: url("fonts/FZCHSJW-GB.TTF");
  font-weight: normal;
  font-style: normal;
}
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  outline: none;
  /*background:none;*/
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clearFloat {
  clear: both;
}
.more:hover,
.more:hover i {
  color: #D81A00;
}
.active {
  color: #D81A00;
}
.cur {
  background: #D81A00;
  color: #fff;
}
input {
    outline: none;
    border: none;
    background: none;
}
.shadeWrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.55);
  display: none;
}
.msgWrap {
  width: 382px;
  height: 0;
  border-radius: 5px;
  position: fixed;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 10000;
  overflow: hidden;
  text-align: center;
  transition: height 0.5s ease-out;
}
.msgWrap .title {
  padding: 0 10px;
  height: 36px;
  background: #D81A00;
  overflow: hidden;
}
.msgWrap .title span {
  float: left;
  line-height: 36px;
  font-weight: 600;
  color: #fff;
}
.msgWrap .title i {
  float: right;
  font-size: 18px;
  line-height: 36px;
  cursor: pointer;
  color: #fff;
}
.msgWrap .txtWrap {
  height: 50%;
  display: flex;
  align-items: center;
  text-align: center;
}
.msgWrap .txtWrap span {
  width: 100%;
  font-size: 20px;
  padding: 0 20px;
  box-sizing: border-box;
}
.msgWrap .btn {
  padding: 6px 25px;
  border-radius: 8px;
  background: #D81A00;
  color: #fff;
  display: inline-block;
  font-size: 20px;
}
.anminationMsg {
  height: 188px;
}
