.pop-up-window{position:fixed;z-index:998;top:0;width:100%;height:100%;display:flex;display:none;align-items:center;justify-content:center;background:#00000060}.pop-up-window .tips{width:100%}.pop-up-window .tips p{margin-bottom:20px}.pop-up-window .content{width:460px;height:200px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#4F9603;font-weight:600;border-radius:10px;background-color:#fff;box-shadow:0 0 20px rgb(0 0 0 / 20%)}.pop-up-window.active{display:flex!important}.close-window{position:absolute;right:10px;top:10px;cursor:pointer;width:24px;height:24px;display:none}.close-window span{display:inline-block;width:100%;height:2px;border-radius:2px;background-color:#4F9603}.pop-up-window .tips_two{display:flex;justify-content:space-between}.pop-up-window .tips_two .tips_two_btn a{display:flex;padding:15px 20px;background-color:#4F9603;color:#fff;border-radius:10px}.close-window span:nth-child(1){transform:translateY(8px) rotate(-45deg)}.close-window span:nth-child(2){transform:translateY(-12px) rotate(45deg)}.products-details-potho-desc{padding-bottom:60px}