a {
  color: #576b95;
}
body {
  background-color: #f5f5f6;
  user-select: none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -o-user-select:none;
  margin: 0;
  padding: 0;
  font-family: -apple-system, Arial, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: auto;
  background-color: #f5f5f6;
}
body.meme .tips{
  display: none;
}
.page-content {
  width: 10rem;
  margin: 0 auto;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
  /* transform: translate(0) */
}

.page-content .container {
  width: 7.05rem;
  position: relative;
  padding-top: .85rem;
}

.page-content .container .gpt {
    width: 100%;
    display: none;
    padding: .1rem .12rem;
    box-sizing: border-box;
    position: relative;
    background-color: #CBE4DE;
    /* height: 2.7rem; */
    /* border-radius: .03rem; */
    box-shadow: 0 0 .05rem .01rem rgba(0,0,0,0.02);
    font-size: .16rem;
    color: #2E4F4F;
    font-weight: 700;
    text-align: center;
    background-color: #a9d3c9;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .12rem
}
.page-content .container .memes {
  width: 100%;
  padding: .12rem;
  font-size: .14rem;
  font-weight: 700;
  margin: .12rem 0;
  background-color: #fff;
  
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-content .container .gpt .gpt-btn {
    /* width: 100%; */

    display: block;
    background-color: #333;
    color: #fff;
    font-size: .14rem;
    padding: .06rem .12rem;
    border-radius: 0.3rem;
    text-align: center;
    cursor: pointer;
}

.page-footer {
  width: 100%;
  padding: .22rem .22rem .1rem .22rem;
  box-sizing: border-box;
  background-color: #fff;
}
.page-footer .more-tips {
  font-size: .12rem;
  color: #888;
  margin-bottom: .12rem;
}
.page-footer .more-articles {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-footer .more-articles .more-articles-item {
  margin-bottom: 0.12rem;
  border-radius: 0.03rem;
  overflow: hidden;
  display: block;
  width: 49%;
  position: relative;
  height: 1.8rem;
  transition: all.3s ease-out;

}
.page-footer .more-articles .more-articles-item:hover {
  box-shadow: 0 0 .05rem .03rem rgba(0,0,0,.2);
  transform: scale(1.05);
}
.page-footer .more-articles .more-articles-item .more-articles-item-title {
  position: absolute;
  bottom: 0;
  display: block;
  background-color: rgba(0,0,0,.5);
  color: #fff;
  padding: .06rem;
  width: 100%;
  font-size: .14rem;
  text-align: justify;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.page-footer .more-articles a:hover {
  text-decoration: underline;
}
.page-footer .more-articles a:last-child {
  margin-bottom: 0;
}

a:focus {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-decoration-color: #e5e5e6;
  text-decoration-style: solid;
  text-underline-offset: 5px
}
.ad {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.ad.ad-sider {
  /* margin-top: .12rem; */
  width: 2.85rem;
  height: 2.85rem !important;
}
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}
@media screen and (max-width: 768px) {
  .page-content {
    width: 100%;
  }

  .page-content .container .gpt {
    display: flex;
  }
  .page-footer {
    width: 100%;
    padding: .12rem;
  }
  .page-footer .more-articles a {
    width: 100%;
  }

  .page-footer .more-articles .more-articles-item {
    width: 100%;
  }
}
