.sider {
  width: 2.85rem;
  /* height: 5rem; */
  position: fixed;
  right: calc(50% - 5.05rem);
  top: .85rem;
  box-sizing: border-box;

  /* background-color: #fff; */
}

.sider .sider-memes {
  width: 100%;
  padding: .12rem;
  font-size: .16rem;
  margin-top: .12rem;
  background-color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sider .sider-memes span {
  font-weight: 700;
}
.sider .gpt {
    width: 100%;
    padding: .1rem .12rem;
    box-sizing: border-box;
    position: relative;
    background-color: #CBE4DE;
    box-shadow: 0 0 .05rem .01rem rgba(0,0,0,0.02);

}
.sider .gpt .gpt-title {
    font-size: .16rem;
    color: #2E4F4F;
    font-weight: 700;
    text-align: center;
    border-radius: .03rem;
    background-color: #a9d3c9;
    padding: .06rem;
    margin-bottom: .12rem;
}
.sider .gpt ul {
    text-align: center;
    font-size: .14rem;
}
.sider .gpt ul li {
    list-style-type: disc;
    list-style-position: inside;
    color: #0E8388;
    padding: .06rem 0;
}
.sider .gpt .gpt-btn {
    width: 100%;
    display: block;
    background-color: #454545;
    color: #fff;
    height: .4rem;
    font-size: .16rem;
    border-radius: 0.03rem;
    text-align: center;
    line-height: 0.4rem;
    cursor: pointer;
}
.sider .gpt .gpt-history {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .06rem 0 .12rem 0;
}
.sider .gpt .gpt-history span {
    background-color: #a9d3c9;
    color: #0E8388;
    font-size: .12rem;
    padding: .01rem .12rem;
    width: auto;
    text-align: center;
    border-radius: .2rem;
}
.sider .gpt .gpt-history span a {
    color: #0E8388;
    text-decoration: underline;
}


.sider .qrcode {
  font-size: .12rem;
  color: #888;
  padding: .22rem;
  padding-bottom: .05rem;
  background-color: #fff;
  text-align: center;
}
.sider .qrcode img {
  width: 1.5rem;
  padding: .05rem;
}
.sider .share-content {
  padding: .22rem;
  /* margin-top: .12rem; */
  text-align: center;
  /* margin-top: .24rem; */
  font-size: .12rem;
  background-color: #fff;
}
.sider .share-content .share-content-tips {
  margin: 0rem 0 .06rem 0;
  padding-top: .12rem;
  border-top: 1px solid #f5f5f6;
  color: #ff4848;
  font-weight: 700;
  /* margin-bottom: .06rem; */
}
.sider .plugin-content {
  text-align: center;
  margin-top: .12rem;
  font-weight: 700;
  font-size: .16rem;
  color: #fff;
  cursor: pointer;
  /* font-style: italic; */
  /* padding: .12rem; */
  background-color: #1296db
}
.sider .plugin-content .plugin-content-title {
  position: relative;
  color: #fff;
}
.sider .plugin-content a {
  text-decoration: none;
  display: block;
  padding: .12rem;
  margin-bottom: .12rem;

}
.sider .plugin-content .plugin-content-title .plugin-content-title-tips {
  /* position: absolute; */
  font-size: .14rem;
  padding: .01rem .1rem;
  background-color: rgba(255,255,255,.9);
  border-radius: .03rem;
  box-shadow: 0 0 5px 3px rgba(0,0,0,.1);
  /* right: 0; */

  color: #1296db;
  /* top: 0; */
}

.sider .plugin-content .plugin-content-tips{
  color: rgba(255,255,255,.5);
  margin-top: .06rem;
  font-size: .12rem;
  font-style: italic;
}

.sider .page-guide {
  width: 100%;
  /* background-color: #fff; */
  margin-top: .12rem;
  box-sizing: border-box;
  /* padding: .1rem; */
  display: flex;
  align-items: flex-start;
  text-align: center;
}
.sider .page-guide img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sider {
    display: none;
  }
}
