* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

dl, ol, ul {
  margin-bottom: 0;
}

input, select {
  outline: none;
}

p {
  margin-bottom: 0;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.container {
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.alw img {
  display: block;
  width: 100%;
}

.wc-box {
  display: flex;
  background: #eaeaea;
  padding: 0.5rem;
}
.wc-box .left {
  width: 2.025rem;
}
.wc-box .left img {
  display: block;
  width: 100%;
}
.wc-box .right {
  flex: 1;
  margin-left: 0.5rem;
}
.wc-box .right .flex-fill {
  margin: 0 0.2rem;
}
.wc-box .right .flex-fill p {
  background: #fff;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  text-align: center;
  color: #333;
}

.zg-box {
  padding: 0.5rem;
}
.zg-box .text-p {
  padding: 0.5rem;
}
.zg-box .text-p p {
  color: #333;
  line-height: 1.3rem;
  text-indent: 2em;
  font-size: 0.8rem;
  text-align: justify;
}
.zg-box .hr {
  background: #e7efee;
  height: 0.5rem;
  width: 100%;
  margin: 0.5rem auto;
}
.zg-box .jj {
  display: flex;
}
.zg-box .jj .left {
  width: 9.225rem;
  display: flex;
  align-items: center;
}
.zg-box .jj .left img {
  width: 100%;
  display: block;
}
.zg-box .jj .right {
  margin-left: 0.5rem;
  flex: 1;
}
.zg-box .jj .right p {
  line-height: 1.2rem;
  font-size: 0.7rem;
  text-align: justify;
}

.ystd {
  background: #eaeaea;
  border-radius: 1rem 1rem 0 0;
}
.ystd .w-80 {
  width: 80%;
}
.ystd .hr {
  background: #d4dcdb;
  height: 0.5rem;
}

/*# sourceMappingURL=css.css.map */
