
a {
  color: #303030;
}
.border-radius-1{
  border-radius: 1rem!important;
}
/*web下显示的二维码*/
.pro-qrcode-web {
  position: fixed;
  left: 50%;
  margin-left: 340px;
  border: 1px solid #d9dadc;
  width: 172px;
  padding: 16px;
  text-align: center;
  top: 60px;
  font-size: 14px;
}
.pro-qrcode-web img {
  width: 100%;
}
/*footer*/
footer {
  height: 7.5rem;
  width: 100%;
  background: #fff;
  text-align: center;
  color: #bbb;
}
footer ul {
  margin: 2.4rem auto .5rem auto;
  display: inline-block;
}
footer li {
  float: left;
  font-size: .7rem;
  line-height: 1;
  border-right: 1px solid #bbb;
}
footer li:last-child {
  border-right: none;
}
footer a {
  color: #bbb;
  margin-left: .5rem;
  margin-right: .5rem;
}
footer .copyright-box {
  font-size: .6rem;
}
/*顶部悬浮*/
.guide-wrap {
  background-color: #fff;
  position: relative;
  width: 100%;
  max-width: 640px;
  z-index: 1000;
  top: 0;
  box-shadow: 0 0.05rem 0.4rem rgba(48,48,48,0.1);
  font-size: 0.65rem;
  overflow: hidden;
}
.guide-wrap.ios-guide{
  position: -webkit-sticky;
  position: sticky;
}
@media screen and (max-width: 320px) {
  .guide-wrap {
      font-size: 13px;
  }
}
.guide-wrap a {
  height: 2.8rem;
  padding: 0 0.8rem;
}
.guide-wrap img {
  margin-right: 0.35rem;
  width: 1.8rem;
}
.guide-wrap .right-wrap {
  width: 3.8rem;
  height: 1.5rem;
  line-height: 1.6rem;
  font-size: 0.6rem;
  text-align: center;
  color: #ff6060;
}

@media screen and (max-width: 320px) {
  .guide-wrap a {
    padding: 0 0.4rem;
  }
  .guide-wrap img {
    margin-right: 0.35rem;
  }
  .guide-wrap .right-wrap {
    width: 3.2rem;
  }
}

.guide-wrap .border-1px::before {
  border: 1px solid #E0E0E0;
  border-radius: 1.5rem;
}
.guide-wrap.to-fixed {
  position: fixed;
  width: 100%;
}
.guide-wrap.to-relative{
  position: relative;
}

/*作者身份标识*/
.user-sign {
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.2rem;
}
.user-sign:first-child {
  margin-left: 0.3rem;
}

/*分割线*/
.placeholder-line {
  width: 100%;
  height: 0.25rem;
  background: #f4f4f4;
}

/*
*没有评论时的按钮
*/
.no-comment-btn-wrap {
  display: block;
  height: 2.2rem;
  line-height: 2.2rem;
  border: 1px solid #c0c0c0;
  border-radius: 1rem;
  padding-left: 0.8rem;
  padding-right: 0.3rem;
  color: #c0c0c0;
  font-size: 0.7rem;
  margin: 1.8rem 0.8rem 0;
  position: relative;
}

.no-comment-btn-wrap span {
  position: absolute;
  right: 0.3rem;
  top: 0.2rem;
  height: 1.7rem;
  line-height: 1.7rem;
  color:#fff;
  border-radius: 1rem;
  padding: 0 0.5rem;
}

/*
*查看个更多按钮
*/
.btn-more-wrap {
  display: inline-block;
  width: auto;
  padding: 0 1.4rem;
  height: 1.4rem;
  line-height: 1.4rem;
  font-size: .6rem;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  margin: 0.6rem auto 1rem;
  text-align: center;
}


/*
* 详情页底部开通会员
*/
.open-vip-mask {
  overflow: hidden;
  height: 11.5rem;
  background: -webkit-linear-gradient(top,hsla(0,0%,98%,0.3),hsla(0,0%,98%,.9) 28%,#fafafa 49.1%,#fafafa);
  margin-top: -3.1rem;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  position: relative;
}
.open-vip-mask .unlock-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.75rem;
}
.unlock-wrap .unlock-wrap-content {
  padding: 0.7rem;
  width: 17.15rem;
  background: #fff;
  margin: 0 auto;
  border-radius: 0.4rem;
  border: 1px solid #ccc;
}
.unlock-wrap-content .unlock-wrap-left {
  margin-right: 1rem;
}
.unlock-wrap-left .vip-column-price {
  color: #F53352;
  font-size: 1.2rem;
}
.unlock-wrap-left .former-price {
  font-size: .6rem;
  transform: scale(0.9);
  text-decoration-line: line-through;
  text-transform: none;
}
.unlock-wrap-right {
    width: 8.5rem;
    height: 2.4rem;
    background: #32363E;
    border-radius: 1.5rem;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}
.unlock-wrap-right .unlock-btn {
  color: #fff;
  font-size: 0.8rem;
}
.unlock-wrap-right >span {
  color: #747B89;
  font-size: 0.6rem;
  transform: scale(0.9);
}
.unlock-wrap .vip-to-login {
  font-size: 0.6rem;
  text-align: center;
  margin-top: 0.5rem;
}


/*提示信息弹窗1*/
.alert-module-wrap {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 640px;
}
.alert-module-wrap .module-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.50);
}
.alert-module-wrap .module-body-wrap {
  position: relative;
  background: #fff;
  margin: 0 auto;
}

/*出现在页面中间部分的信息提示 不区分success error状态*/
.modal-message{
  position: fixed;
  text-align: center;
  z-index: 100000;
  top: 50%;
  margin-top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0.25rem;
  background: rgba(0, 0, 0, 0.7);
  padding: 0.4rem 0.6rem;
  font-size: 0.7rem;
  color: #fff;
}
/*出现在页面顶部的信息提示 区分success error状态*/
.modal-suc-err-msg {
  position: fixed;
  z-index: 100000;
  /* height: 35px; */
  top: 0;
  line-height: 35px;
  width: 100%;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  background: rgba(60, 165, 246, 0.75);
  max-width: 640px;
  display: none;
}
.modal-suc-err-msg.error {
  background: rgba(246, 55, 86, 0.75);
}

/*底部打开APP*/
.foot-fixed {
  display: block;
  position: fixed;
  bottom: 0;
  background: #ff7070;
  color: #fff;
  width: 100%;
  max-width: 640px;
  text-align: center;
  font-size: 0.75rem;
  height: 2.2rem;
  line-height: 2.2rem;
  z-index: 999;
  margin: 0 auto;
}


