* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

a {
  color: #000;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}


input::-webkit-input-placeholder {
  color: #727272;
}

body {
  background: #88d8d3;
}

.wapper {
  width: 7.5rem;
  margin: 0 auto;
}

.wapper.home {
  height: auto;
  background: url(banner.jpg) center top no-repeat #88d8d3;
  background-size: 7.5rem 10.26rem;
}

img {
  display: block;
  width: 100%;
}

.right-side {
  position: fixed;
  bottom: 30%;
  right: .3rem;
}

.right-side ul li {
  display: block;
  margin-bottom: .2rem;
}

.goback {
  display: block;
  background: url(home.png) no-repeat;
  background-size: 100% 100%;
  width: .7rem;
  height: .7rem;
}

.heart {
  display: block;
  background: url(zan1.png) no-repeat;
  background-size: 100% 100%;
  width: .7rem;
  height: .7rem;
}

.heart.zan {
  background: url(zan2.png) no-repeat;
  background-size: 100% 100%;
}

.zan-count {
  font-size: .24rem;
  color: #333;
  text-align: center;
}

.share {
  display: block;
  background: url(share.png) no-repeat;
  background-size: 100% 100%;
  width: .7rem;
  height: .7rem;
}

.pop-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
}

.pop-box img {
  display: block;
  width: 4.82rem;
  height: 1.46rem;
  position: absolute;
  right: .2rem;
  top: .4rem;
}

.content {
  position: relative;
  top: 7.8rem;
  padding-bottom: 1rem;
}

.content ul li a {
  display: block;
}

.content ul li img {
  display: block;
  width: 7.5rem;
}

.content ul li .line {
  width: 7rem;
  border-bottom: 1px dashed #333;

  margin: .7rem auto;
}