@import url(../../iconfont/iconfont.css);
.article {
  padding: 2rem 1rem 5rem;
  font-weight: 300; }
  .article h1 {
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    padding-bottom: 2.5rem; }
  .article .auther {
    overflow: hidden;
    background: #eaf1f6;
    padding: 1rem; }
    .article .auther span {
      color: #999;
      font-size: 0.86rem; }
  .article .share {
    float: right;
    background: #1a71d8;
    margin-top: 0.6rem;
    color: #fff;
    border-radius: 90rem;
    padding: 0 1rem;
    line-height: 1.8; }
  .article .med {
    font-size: 1.2rem;
    padding-bottom: 0.4rem; }

.content {
  line-height: 2;
  font-size: 1.1rem;
  padding-top: 2rem; }
  .content img {
    max-width: 100%; }

.serviceList {
  overflow: hidden;
  width: 100%;
  text-transform: none;
  margin-top: 3rem;
  padding: 0 1.5rem;
  background: #f9f9f9; }
  .serviceList li {
    overflow: hidden;
    border-bottom: 0.04rem solid #ededed;
    padding: 1rem 0 1rem 4rem; }
    .serviceList li:last-child {
      border-bottom: none; }
  .serviceList img {
    width: 3rem;
    float: left;
    margin-left: -4rem;
    margin-top: 0.3rem; }
  .serviceList h3 {
    font-weight: 200;
    font-size: 1.1rem;
    padding: 0.4rem 0 0.6rem; }
  .serviceList p {
    font-size: 0.94rem;
    color: #666;
    overflow: hidden; }
    .serviceList p strong {
      font-weight: bold; }

.sevice, .share02 {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 9;
  width: 4rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.8rem rgba(78, 78, 78, 0.2);
  color: #1a71d8; }
  .sevice i, .share02 i {
    font-size: 1.6rem; }

.sevice {
  right: auto;
  left: 1rem; }

.popbg {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: calc( 100vh );
  z-index: 10;
  top: 0;
  left: 0;
  position: fixed; }

.pop {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  max-height: 20rem;
  transition: bottom 400ms ease;
  -o-transition: bottom 400ms ease;
  -ms-transition: bottom 400ms ease;
  -moz-transition: bottom 400ms ease;
  -wenkit-transition: bottom 400ms ease; }
  .pop h3 {
    padding: 1rem;
    color: #888;
    overflow: hidden;
    font-weight: normal;
    font-size: 1.2rem; }
    .pop h3 a {
      float: right;
      color: #888; }

.popList {
  overflow: hidden;
  padding: 1rem 0; }
  .popList li {
    width: 33.23%;
    text-align: center;
    float: left;
    padding: 1rem; }
    .popList li img {
      width: 4rem; }
    .popList li p {
      color: #222;
      padding-top: 0.5rem; }

/*# sourceMappingURL=articleMobile.css.map */
