.pub-cookie-tip {
  position: fixed;
  left: 0;
  bottom: -100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 109;
  padding: 0.3rem;
}
.pub-cookie-tip .tip-title span {
  font-size: 0.3rem;
  color: #fff;
}
.pub-cookie-tip .tip-title i {
  font-size: 0.3rem;
  color: #fff;
  float: right;
}
.pub-cookie-tip .tip-desc {
  font-size: 0.28rem;
  color: #C4C4C4;
  line-height: 0.36rem;
  margin-top: 0.3rem;
}
.pub-cookie-tip .tip-button {
  margin-top: 0.3rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.pub-cookie-tip .tip-button span {
  height: 0.7rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.3rem;
  color: #fff;
  border: 1px solid #fff;
  padding: 0 0.3rem;
  border-radius: 0.1rem;
  box-sizing: border-box;
}
.pub-cookie-tip .tip-button span:nth-of-type(1) {
  margin-right: 0.2rem;
}
.pub-cookie-tip .tip-button span:nth-of-type(2) {
  background: #fff;
  color: #383838;
}
.pub-cookie-hide {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 110;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
}
.pub-cookie-hide .pub-cookie-cont {
  width: 100%;
  height: 90%;
  background: #fff;
  position: absolute;
  bottom: -100%;
  left: 0;
  border-radius: 0.2rem 0.2rem 0 0;
  padding-top: 0.8rem;
  box-sizing: border-box;
}
.pub-cookie-hide .pub-cookie-cont .title {
  width: 100%;
  height: 0.8rem;
  display: flex;
  align-items: center;
  padding: 0 0.3rem;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.pub-cookie-hide .pub-cookie-cont .title span {
  font-size: 0.3rem;
  color: #383838;
}
.pub-cookie-hide .pub-cookie-cont .title i {
  font-size: 0.3rem;
  color: #999;
}
.pub-cookie-hide .pub-cookie-cont .cookie-protocol {
  padding: 0.3rem 0.3rem 1.2rem 0.3rem;
  position: absolute;
  top: 0.81rem;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: auto;
}
.pub-cookie-hide .pub-cookie-cont .cookie-protocol p {
  margin-bottom: 0.3rem;
  font-size: 0.28rem;
  color: #666;
  line-height: 0.4rem;
  text-align: justify;
}
.pub-cookie-hide .pub-cookie-cont .button-group {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1rem;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pub-cookie-hide .pub-cookie-cont .button-group span {
  display: inline-flex;
  height: 0.7rem;
  align-items: center;
  padding: 0 0.3rem;
  border-radius: 0.1rem;
  border: 1px solid #000;
  color: #000;
  box-sizing: border-box;
  font-size: 0.26rem;
}
.pub-cookie-hide .pub-cookie-cont .button-group span:nth-of-type(1) {
  margin-right: 0.4rem;
}
.pub-cookie-hide .pub-cookie-cont .button-group span:nth-of-type(2) {
  background: #000;
  color: #fff;
}
