.tji-popup{display:none;position:fixed;inset:0;width:100%;height:100vh;background:rgba(0,0,0,.75);justify-content:center;align-items:center;z-index:99999999;padding:30px;overflow:hidden;overscroll-behavior:contain}.tji-popup.active{display:flex}.tji-popup-box{background:#eec164;width:1000px;max-width:95%;max-height:calc(100vh - 60px);overflow-y:auto;overflow-x:hidden;padding:40px;border-radius:10px;position:relative;box-sizing:border-box;-webkit-overflow-scrolling:touch}.tji-close{position:sticky;top:0;float:right;width:42px;height:42px;line-height:42px;text-align:center;font-size:24px;cursor:pointer;background:#d40000;color:#fff;border-radius:50%;z-index:10}.tji-title{font-size:30px;margin:0 0 20px;padding-right:50px}.tji-content{font-size:18px;line-height:1.8}.tji-content p{margin-bottom:18px}@media (max-width:768px){.tji-popup{padding:15px}.tji-popup-box{width:100%;max-height:calc(100vh - 30px);padding:25px}.tji-title{font-size:24px}.tji-content{font-size:16px}}