.limit-ageBtn{position: absolute;left:50%;margin-left: 560px;cursor: pointer;z-index: 100;width: 68px;height: 90px;top: 600px;}
.limit-ageBtn2{position: fixed;left:50%;margin-left: 550px;cursor: pointer;z-index: 100;width: 68px;height: 90px;bottom: 320px;}
.limit-ageBtn img,.limit-ageBtn2 img{width: 100%;height: 100%;display: block;}

.pop-limit-wrap{position: fixed;left: 0;top:0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);z-index: 2000;display: none;}

.pop-limit{width: 740px;background-color: #fff;border-radius: 20px;padding:20px 20px 30px;position: absolute;top: 12%;left: 50%;margin-left: -390px;z-index: 300;text-align: justify;color: #333 ;font-size: 14px;}
.pop-limit .pop-close{font-size: 26px;position: absolute;right: 20px;top: 20px;cursor: pointer;width: 28px;height: 28px;color: #fff;text-align: center;line-height: 24px;background-color: #f60;}
.pop-limit .pop-tit{text-align: center;font-size: 24px;line-height: 40px;font-weight: 700;}
.pop-limit .pop-limittxt{max-height: 500px;overflow: hidden;overflow-y: auto;}
.pop-limit .pop-limittxt p { margin-top: 20px; position: relative;*zoom:1;padding: 0 40px 0 60px;}
.pop-limit .pop-limittxt p i{width: 24px;height: 24px;text-align: center;line-height: 24px;background-color: #66c852;color: #fff;font-weight: bold;position: absolute;left:20px;top: 0px;border-radius: 50%;}
.pop-limittxt p .item {line-height: 28px; font-size: 14px;}
.pop-limittxt p a {color: #f60;text-decoration: underline;}

.pop-white{background-color: #fff;color: #333;}
.pop-white .pop-close{color: #333;}
.pop-black{background-color: #2b2b2b;color: #fff;}
.pop-black  .pop-close{color: #fff;}

.pop-limit .pop-limittxt::-webkit-scrollbar-thumb,
.pop-limit .pop-limittxt::-webkit-scrollbar {
  width: 6px;
  -webkit-border-radius: 999em;
  border-radius: 999em;
}
.pop-limit .pop-limittxt::-webkit-scrollbar-thumb {
  background: #b0cf7e;
}
.pop-limit .pop-limittxt::-webkit-scrollbar {
  background: #eaeaea;
}
.pop-black .pop-limittxt::-webkit-scrollbar {
  background: #333;
}