html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td ,textarea,input { margin:0; padding:0;  }
address,cite,dfn,em,var, i {font-style:normal;}
body {font-size: 14px; line-height: 1.5; font-family:'Microsoft Yahei','simsun','arial','tahoma';  color: #333;}
table { border-collapse:collapse; border-spacing:0; }
h1, h2, h3, h4, h5, h6, th { font-size: 100%; font-weight: normal; }
button,input,select,textarea{font-size:100%;}
fieldset,img{border:0;}
a,
img {
  -webkit-touch-callout: none
}
a,
a:active,
a:focus,
a:hover,
a:visited {text-decoration: none}
input[type=password],
input[type=text],
textarea {
  resize: none;
  outline: 0;
  -webkit-appearance: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #fff
}
ul, ol { list-style: none; }
:focus{ outline:none;}
.clearfix{ clear: both; content: ""; display: block; overflow: hidden }
.clear{clear: both;}
.fl{ float: left; }
.fr{float: right;}

/*底部*/
.footer{
  background: #3B3B3B;
  padding: 10px 15px;
}
.footer-title{
  color: #fff;
  font-size: 15px;
}
.footer-link{
  display: flex;
  padding-top: 3px;
}
.footer-link li{
  margin-right: 13px;
}
.footer-link li a{
  color: #fff;
  font-size: 11px;
}
.footer-p1{
  font-size: 10px;
  color: #B8B8B8;
  padding-top: 10px;
}
.footer-flex{
  display: flex;
  padding-top: 10px;
}
.contact li{
  font-size: 10px;
  color: #767676;
}
.weixinqr{
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.weixinqr img{
  width: 100%;
  padding-top: 10px;
}
.contactbox{
  width: 67%;
}
.contact{
  padding-top: 3px;
}
.weixin{
  flex: 2;
  text-align: center;
}
.footer-bottom{
  background: #333333;
  padding: 8px 15px;
  color: #767676;
  font-size: 7px;
  text-align: center;
}
/*banner部分*/
.banner{
  position: relative;
}
.titlebox{
  text-align: center;
  padding-top: 5px;
}
.titlebox img{
  width: 10px;
  padding: 0 5px;
}
.title_sp{
  font-size: 18px;
  color: #333;
}
.title-info{
  font-size: 10px;
  text-align: center;
  padding-top: 5px;
}
.paddingbox{
  padding: 0 15px;
}
/*列表*/
.list .listlis{
  border-bottom: 1px solid #E3E3E3;
}
.list .listlis:last-child{
  border-bottom: none
}
.listbox{
  display: flex;
  padding-bottom: 15px;
  margin-top: 15px;
}
.listimg{
  width: 118px;
  height: 91px;
}
.listimg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.listinfo{
  margin-left: 10px;
  flex: 1.0;
  min-width: 0;
  position: relative;
}
.list-p1{
  font-size: 15px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.start{
  overflow: hidden;
}
.start li{
  float: left;
}
.start li img{
  width: 80%;
}
.year{
  color: #666666;
  font-size: 13px;
}
.year img{
  width: 15px;
}
.year span{
  position: relative;
  top: -2px;
}
.areabox{
  display: flex;
}
.area{
  margin-left: 15px;
}
.money{
  color: #333;
  font-size: 13px;
  flex: 6;
  position: relative;
  top: -6px;
  text-align: right;
}
.money span{
  font-size: 17px;
}
.listSign{
  overflow: hidden;
}
.listSign li{
  padding: 2px 5px;
  border-radius: 5px 0 5px 0;
  background: #F7F7F7;
  font-size: 11px;
  color: #666;
  margin-right: 5px;
  float: left;
  margin-top: 5px;
}
.listSign li:first-child{
  /*margin-left: 0;*/
  background: #EFF8F5;
  color: #4CC32C;
}
.maskboom{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  z-index: 99999;
  display: none;
}
.boombox{
  background: #fff;
  width: 70%;
  border-radius: 4px;
  padding: 25px 25px 17px;
  margin: 50% auto;
}
.boom-p1{
  font-size: 16px;
  color: #333;
}
.knowbtn{
  width: 70%;
  background: #4CC32C;
  height: 36px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
  margin: 12% auto 0;
}
.popIn {
  -webkit-animation: fadeleftIn .4s;
  animation: fadeleftIn .4s;
  -webkit-animation-name: popIn;
  animation-name: popIn;
}

@-webkit-keyframes popIn {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
  }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
  }
}

@keyframes popIn {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
  }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
  }
}
.friendshipTips{
  background: rgba(0,0,0,0.7);
  width: 100px;
  padding: 20px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -50px;
  z-index: 9999;
  display: none;
}
#wrapper {
  width: 92%;
  min-width: 320px;
  position: absolute;
  left: 0;
  top: 108px;
  bottom: 1px;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;

  /* 防止本机Windows上的触摸事件 */
  -ms-touch-action: none;

  /* 防止callout tap-hold和文本的选择 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  /* 防止文本调整取向变化对web应用程序很有用 */
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  padding: 0 15px;
}
.pull-loading {
  text-align: center;
  height: 20px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top{
  position: fixed;
  top: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
}
.paddingbox1{
  padding: 100px 15px 0;
}
.paddbox{
  padding: 65px 0 20px;
}
