var stylerem9 = `*{margin: 0;padding: 0;} body{font-size: 0.28rem;} .insert_template9{margin: 0.3rem 0;line-height: initial;} .insert_template9 div{margin-bottom: 0!important;} .insert_template9 .it_content{text-indent: 0!important;} .insert_template9 .it_content .it_list{position: relative;display: flex;flex-direction: column;gap: 0.3rem; padding-left: 0.5rem;margin-top: 0.3rem;} .insert_template9 .it_content .it_list:before{content: "";display: inline-block;width: 0.1rem;height: 0.1rem;background-color: #3d464d;border-radius: 50%;position: absolute;left: 0.2rem;top:50%;transform: translateY(-50%);} .insert_template9 .it_content .it_list a{text-decoration: none!important;} .insert_template9 .it_content .it_list .it_title strong{color: #3d464d!important;font-size: 0.32rem;} .insert_template9 .it_content .it_list .it_title strong a{color: #f60!important;font-size: 0.32rem;} .insert_template9 .it_content .it_list .it_download{ margin-left: 0.2rem;} .insert_template9 .it_content .it_list .it_download a{color: red!important;font-size: 0.4rem;font-weight: 600;}`; var stylepx9 = `*{margin: 0;padding: 0;} .insert_template9{margin: 15px 0;line-height: initial;} .insert_template9 div{margin-bottom: 0!important;} .insert_template9 .it_content{text-indent: 0!important;} .insert_template9 .it_content .it_list{display: flex;flex-direction: column;gap: 15px; padding-left: 25px;margin-top: 15px;position: relative;} .insert_template9 .it_content .it_list:before{content: "";display: inline-block;width: 5px;height: 5px;background-color: #3d464d;border-radius: 50%;position: absolute;left: 10px;top:50%;transform: translateY(-50%);} .insert_template9 .it_content .it_list a{text-decoration: none!important;} .insert_template9 .it_content .it_list .it_title strong{color: #3d464d!important;font-size: 16px;} .insert_template9 .it_content .it_list .it_title strong a{color: #f60!important;font-size: 16px;} .insert_template9 .it_content .it_list .it_download{margin-left: 10px;} .insert_template9 .it_content .it_list .it_download a{color: red!important;font-size: 20px;font-weight: 600;}`;function createTemplate9() { const style = document.createElement('style'); if(document.querySelector('html').style.cssText.length > 0 && window.innerWidth < 768){ style.textContent = stylerem9; }else{ style.textContent = stylepx9; } document.head.appendChild(style); const template = `
`; const currentScript = document.currentScript; currentScript.insertAdjacentHTML('beforebegin', template); } createTemplate9();