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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   font-family: "微软雅黑";
	
}
body{
	font-size: 100px;
	background: #ee6a77;
}
ul,li{
  list-style: none;
}
/*提示弹层*/
.pop.pop-alert {
  width: 60%;
  top: 4rem;
  left: 20%;
  background-color: #fff;
  border-radius: 0.1rem;
  z-index: 1000;
}
.pop.pop-alert .content {
  padding: 10px;
  max-width: 100%;
  margin: 0 auto;
  color: #000;
  font-size: 0.26rem;
  text-align: center;
}
/* line 330, ../sass/index.scss */
.pop.pop-alert .confirm {
  display: block;
  width: 50%;
  margin: 10px auto;
  line-height: 2;
  font-size: 0.3rem;
  color: #000;
  text-decoration: none;
  background-color: #ee6a77;
  border-radius: 0.1rem;
  text-align: center;
}
.pop {
  position: fixed;
  z-index: 155;
  width: 100%;
  display: none;
}

.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0; 
  background-color: rgba(0,0,0,0.7); 
  display: none;
  z-index: 99;
}
.share-mask {
    width: 100%;
    height: 100%;
    background-image: url(images/wxshare.png);
    background-repeat: no-repeat;
    background-position: center 1rem;
    background-size: 80% auto;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: none;
}