var stylepxadv = `*{margin: 0;padding: 0;} .popup_mask_box{display:none;} .popup_template{border:1px solid #e3e3e3;border-radius:10px;max-width:600px;margin:20px auto;box-shadow:0 0 21px -7px #4d5c694f;font-family:'Roboto';background-color:#fff;} .popup_template > a{text-decoration: none;} .popup_template .content_box:after {content:"";background:url(https://analyzejs.guanli007.com/uploads/20251124/6923c9836d5c1.png);width:100%;height:100%;background-repeat:no-repeat;background-size:inherit;top:0;left:0;position:absolute;z-index:1} .popup_template li{list-style: none!important; flex:1 1 auto;font-size:14px!important;color:#909090;} .popup_template .content_box:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#5d00ff4a;z-index:2;backdrop-filter:blur(14px)} .popup_template .content_box>*{z-index:999;position:relative} .popup_template .content_box{display: flex; margin-bottom:20px;background-size:auto;padding:20px;color:#fff;position:relative;overflow:hidden;border-radius:10px 10px 0 0;font-size:20px;} .popup_template .content_box p{font-size:14px!important;line-height:1.3!important;margin:0;padding:0!important;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;} .popup_template .content_box strong{font-weight: bold;font-size: 18px;} .popup_template .content_box img{ border:none!important;width:60px;height: 60px;float:left;padding:5px!important;margin-right:10px;vertical-align:middle;border-radius: 22px;} .popup_template .content_list{display:flex;padding:0px;justify-content:center;text-align:center} .popup_template .content_list p{color:#333;font-weight:bold;font-size:18px!important;margin:0!important} .popup_template .content_list .hhot, .popup_template .content_list .hhot span{ text-align: left; vertical-align: middle; display: inline-block; line-height: 1 !important; width: 70px; height: 14px; font-size: 12px; display: inline-block; background-image: url(https://analyzejs.guanli007.com/uploads/20251124/6923c8da1d236.svg); } .popup_template .content_list .hhot span{ background-image: url(https://analyzejs.guanli007.com/uploads/20251124/6923c900961d7.svg); } .popup_template .content_btn{text-align:center;margin:20px!important} .popup_template .content_btn .abut{display:inline-block;margin:0 5px;background:#44267b;padding:3px 10px;color:#fff!important;border-radius:4px;font-size:14px!important;line-height: 26px !important;cursor: pointer;} .popup_template .content_btn .adown{background-color:#ff5722;position: relative;display: inline-block;} .popup_template .content_btn .adown>span{ position: absolute; width: 120%; top: 100%; left: 50%; transform: translateX(-50%); z-index: 99; background-color: #fff; border-radius: 4px; white-space: nowrap; text-align: left; padding: 10px; box-shadow: 0 0 20px -3px rgb(34 34 34 / 31%); display: none; line-height: 30px; } .popup_template .content_btn .adown:hover>span { display: block; } .popup_template .content_btn .adown>span a{ display: flex; align-items:center; font-size: 12px !important; color: #2196f3; gap: 4px; } .popup_template .content_btn .adown>span a img{ width:20px; height:22px; } @media screen and (max-width: 768px) { .popup_mask_box{ position: fixed; top:0; left:0; right:0; bottom:0; display:block; z-index:999; background:rgba(255,255,255,.8); } .popup_template{ width: 90%; position: absolute; top: 40%; left: 50%; max-width: none; transform: translate(-50%,-50%); background:#fff; } }`; function createTemplateadv() { const style = document.createElement('style'); style.textContent = stylepxadv; document.head.appendChild(style); const template = `