var stylerem10 = `*{margin: 0;padding: 0;} body{font-size: 0.28rem;} .insert_template10{margin: 0.3rem 0;line-height: initial;} .insert_template10 div{margin-bottom: 0!important;} .insert_template10 .it_content{text-indent: 0!important;} .insert_template10 .it_content .it_list{display: flex;flex-direction: column;gap: 0.3rem; margin-top: 0.3rem;} .insert_template10 .it_content .it_list a{text-decoration: none!important;} .insert_template10 .it_content .it_list .it_title strong{color: #00B1F1!important;font-size: 0.32rem;} .insert_template10 .it_content .it_list .it_title strong a{color: #f60!important;font-size: 0.32rem;} .insert_template10 .it_content .it_list .it_download{margin-left: 0.2rem;} .insert_template10 .it_content .it_list .it_download a{color: green!important;font-size: 0.4rem;font-weight: 600;}`; var stylepx10 = `*{margin: 0;padding: 0;} .insert_template10{margin: 15px 0;line-height: initial;} .insert_template10 div{margin-bottom: 0!important;} .insert_template10 .it_content{text-indent: 0!important;} .insert_template10 .it_content .it_list{display: flex;flex-direction: column;gap: 15px; margin-top: 15px;} .insert_template10 .it_content .it_list a{text-decoration: none!important;} .insert_template10 .it_content .it_list .it_title strong{color: #00B1F1!important;font-size: 16px;} .insert_template10 .it_content .it_list .it_title strong a{color: #f60!important;font-size: 16px;} .insert_template10 .it_content .it_list .it_download{margin-left: 10px;} .insert_template10 .it_content .it_list .it_download a{color: green!important;font-size: 20px;font-weight: 600;}`;function createTemplate10() { const style = document.createElement('style'); if(document.querySelector('html').style.cssText.length > 0 && window.innerWidth < 768){ style.textContent = stylerem10; }else{ style.textContent = stylepx10; } document.head.appendChild(style); const template = `
`; const currentScript = document.currentScript; currentScript.insertAdjacentHTML('beforebegin', template); } createTemplate10();