img {
  display: block;
  object-fit: cover;
  max-width: 100%;
}
.pc .w100 {
  min-width: 1440px;
}
.mt0 {
  margin-top: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mt-27 {
  margin-top: -27px;
}
.tc {
  text-aligN: center;
}
header {
  height: 1rem;
  position: fixed;
  z-index: 9;
  top: 0;
  max-width: 6.4rem;
  width: 100%;
  background: #fff;
  box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.3);
}
header a {
  font-size: .3rem;
  color: #000;
  font-weight: 600;
  height: 100%;
  display: block;
  padding: 0 .2rem;
  line-height: 1rem;
}
.view-header {
  margin: 0 -0.2rem;
}
.info-layout {
  padding-top: 1rem;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2);
  padding: 0 .2rem;
  padding-bottom: 2rem;
}
.info-layout .info-img {
  margin: 0 -0.2rem;
}
.info-layout .info-title {
  margin-top: .5rem;
  text-align: center;
  border-top: 1px solid #f7f7f7;
  padding-top: .5rem;
  padding-bottom: .3rem;
  position: relative;
}
.info-layout .info-title:before {
  content: '';
  display: block;
  height: 5px;
  top: -3px;
  width: .5rem;
  background: gray;
  left: 0;
  position: absolute;
  z-index: 1;
}
.info-layout .info-title h1 {
  color: #000;
  letter-spacing: 3px;
  padding-bottom: .1rem;
  text-indent: 3px;
  display: inline-block;
  margin: 0 auto;
  font-size: .3rem;
  font-weight: 700;
}
.info-layout .info-title .desc {
  color: #000;
  letter-spacing: 3px;
  padding-bottom: .1rem;
  text-indent: 3px;
  display: inline-block;
  margin: 0 auto;
  font-size: .3rem;
  font-weight: 700;
}
.info-layout .info-author {
  margin-top: .2rem;
  font-size: .1rem;
  text-align: center;
  color: #000;
}
.info-layout .info-tag {
  margin-top: .1rem;
  font-size: .1rem;
  text-align: center;
  color: #000;
}
.info-layout .info-tag span {
  padding: 0 .05rem;
}
.info-layout .info-article {
  margin-top: .5rem;
}
.info-layout .info-article p {
  font-size: .25rem;
  line-height: .5rem;
  color: #727171;
  text-align: center;
}
.info-layout .info-article img {
  display: inline-block;
  max-width: 85%;
  margin: .2rem 0;
}
.info-layout .info-article .mt3 {
  margin-top: .3rem;
}
.info-layout .info-article .mb0 img {
  margin-bottom: 0;
}
.info-layout .info-article .tl {
  text-align: left;
}
.info-layout .info-article .b {
  font-weight: 700;
  color: #000;
}
.info-layout .info-article .lh {
  text-decoration: line-through;
}
.info-layout .info-zan {
  margin-top: 1rem;
}
.info-layout .info-zan a {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
  border-radius: 99px;
  color: #fff;
  background: #000000 url(../images/icon-zan.png) no-repeat center center;
  background-size: .6rem;
  font-size: .1rem;
  text-align: center;
}
.info-layout .info-comments {
  margin-top: 1rem;
}
.info-layout .info-comments .title {
  border-top: 1px solid #a0a0a0;
}
.info-layout .info-comments .title span {
  display: inline-block;
  background: #a0a0a0;
  color: #000;
  padding: .15rem .3rem;
  font-size: .3rem;
}
.info-layout .info-comments .comment-box {
  padding-left: .4rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background: url(../images/icon-user.png) no-repeat 0 0.55rem;
  background-size: .3rem;
  font-size: .32rem;
  line-height: .4rem;
  border-bottom: 1px solid #a0a0a0;
}
.info-layout .info-comments .comment-box .zan {
  text-align: right;
}
.info-layout .info-comments .comment-box .zan a {
  display: inline-block;
}
.info-layout .info-comments .comment-box .zan a i {
  display: inline-block;
  height: .35rem;
  width: .35rem;
  border-radius: 99px;
  background: #000000 url(../images/icon-zan.png) no-repeat center center;
  background-size: .23rem;
  float: right;
}
.info-layout .info-comments .comment-box .zan a span {
  display: inline-block;
  color: #000;
  line-height: .35rem;
  height: .35rem;
  float: right;
  font-size: .32rem;
  margin-left: .1rem;
}
.info-layout .info-form {
  margin-top: .8rem;
}
.info-layout .info-form .title {
  color: #000;
  font-size: .3rem;
}
.info-layout .info-form .content {
  padding-top: .5rem;
  padding-left: .4rem;
  background: url(../images/icon-user.png) no-repeat 0 0.55rem;
  background-size: .3rem;
  font-size: .22rem;
  width: 100%;
}
.info-layout .info-form .content textarea {
  padding: .15rem;
  width: 100%;
  height: 2rem;
  border: 1px solid #a0a0a0;
  resize: none;
}
.info-layout .info-form .submit {
  text-align: right;
  margin-top: .3rem;
}
.info-layout .info-form .submit a {
  display: inline-block;
  cursor: pointer;
  background: #a0a0a0;
  color: #000;
  padding: .15rem .3rem;
  font-size: .3rem;
}
.index-layout {
  padding-top: 1rem;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2);
}
.index-layout .index-middle {
  position: relative;
}
.index-layout .index-middle p {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 2;
  color: #fff;
  width: 100%;
  font-size: .35rem;
  height: .36rem;
  text-align: center;
}
.index-layout .index-article {
  padding: 0 .15rem;
  margin-top: .5rem;
}
.index-layout .index-article .article-box {
  border-top: 1px solid #f7f7f7;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: relative;
}
.index-layout .index-article .article-box:before {
  content: '';
  display: block;
  height: 5px;
  top: -3px;
  width: .5rem;
  background: gray;
  left: 0;
  position: absolute;
}
.index-layout .index-article .article-box h3 {
  font-size: .3rem;
  color: #000;
  display: block;
  line-height: .3rem;
}
.index-layout .index-article .article-box .desc {
  font-size: .3rem;
  margin-top: .15rem;
  color: #000;
}
.index-layout .index-article .article-box .author {
  text-align: right;
  font-size: .14rem;
  margin-top: .15rem;
}
.index-layout .index-article .article-box .img {
  width: 100%;
  height: 2.7rem;
  margin-top: .3rem;
}
.index-layout .index-article .article-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-layout .index-article .article-box .info {
  margin-top: .25rem;
  text-align: right;
}
.index-layout .index-article .article-box .info span {
  display: inline-block;
  height: .3rem;
  padding-left: .35rem;
  line-height: .3rem;
  margin-left: .2rem;
}
.index-layout .index-article .article-box .info .zan {
  background: url(../images/icon-m-zan.png) no-repeat center left;
  background-size: .3rem;
}
.index-layout .index-article .article-box .info .comment {
  background: url(../images/icon-m-comment.png) no-repeat center left;
  background-size: .3rem;
}
.index-layout .index-bottom {
  padding-bottom: 1rem;
}
.index-layout .index-bottom .code {
  position: absolute;
  top: 2.8rem;
  left: 1.35rem;
  width: 2.6rem;
  background: #5f6166;
  padding-bottom: .2rem;
  box-shadow: 0 0.2rem 0.7rem rgba(0, 0, 0, 0.6);
}
.index-layout .index-bottom .code img {
  width: 2.2rem;
  height: 2.2rem;
  margin: .2rem auto;
}
.index-layout .index-bottom .code p {
  color: #fff;
  font-size: .24rem;
  margin-top: .15rem;
  text-align: center;
  font-weight: 700;
}
.common-wx {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 11;
}
.common-wx img {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 300px;
  transform: translate3d(-50%, -50%, 0);
  z-index: 15;
}
