var stylerem6 = `*{margin: 0;padding: 0;} .insert_template6{margin: 0.3rem 1px;text-indent: 0!important;line-height: initial;} .insert_template6 .it_content{display: flex;justify-content: space-between;gap: 55px; background-color: #F3F3F3;padding: 0.26rem 0.4rem;box-sizing: border-box;} .insert_template6 .it_content .it_content_info{overflow: hidden;padding:0!important;} .insert_template6 .it_content .it_content_info img{display: inline-block;width: 1.6rem!important;height: 1.6rem!important;border-radius: 0.3rem!important;float: left;margin:0 0.3rem 0 0!important;} .insert_template6 .it_content .it_content_info h2{color: #000!important;font-size: 0.3rem;font-weight: 500;margin: 0!important;} .insert_template6 .it_content .it_content_info h2:before{display:none;} .insert_template6 .it_content .it_content_info .info_text{font-size: 0.3rem;line-height: 0.4rem;color: #666;overflow: hidden;text-overflow: ellipsis;white-space: normal;margin-top: 0.1rem;} .insert_template6 .it_content .it_content_info .info_text span{color:#FC3E35;display: contents;} .insert_template6 .it_content .btn_info{margin-top: 0.4rem;display: flex;justify-content: space-between;flex: none;} .insert_template6 .it_content .btn_info a{display: inline-block;text-decoration: none!important;font-size: 0.28rem; width: 45%;height: 0.72rem;line-height: 0.72rem;text-decoration: none;text-align: center;color: #fff;background-color: #43ab04;border-radius: 0.16rem;font-weight: 400;padding: 0 0.3rem;min-width: 2rem;} @media screen and (max-width: 768px) { .insert_template6 .it_content{flex-direction: column;align-items: initial; padding: 13px 20px!important;gap:0;} .insert_template6 .it_content .btn_info{margin-top: 0.4rem;min-width: auto;} .insert_template6 .it_content .btn_info a{width: 100%;} }`; var stylepx6 = `*{margin: 0;padding: 0;} .insert_template6{margin: 15px 1px;text-indent: 0!important;line-height: initial;} .insert_template6 .it_content{display: flex;justify-content: space-between;gap: 55px; background-color: #F3F3F3;padding: 20px!important; box-sizing: border-box;align-items: center;} .insert_template6 .it_content .it_content_info{overflow: hidden;padding:0!important;flex: 1;} .insert_template6 .it_content .it_content_info img{display: inline-block;width: 80px!important;height: 80px!important;border-radius: 15px!important;float: left;margin:0 15px 0 0!important;} .insert_template6 .it_content .it_content_info h2{color: #000!important;font-size: 15px;font-weight: 500;margin: 0!important;background: transparent;line-height: initial;padding: 0;} .insert_template6 .it_content .it_content_info h2:before{display:none;} .insert_template6 .it_content .it_content_info .info_text{font-size: 15px;line-height: 20px;color: #666;overflow: hidden;text-overflow: ellipsis;white-space: normal;margin-top: 5px;} .insert_template6 .it_content .it_content_info .info_text span{color:#FC3E35;display: contents;} .insert_template6 .it_content .btn_info{display: flex;justify-content: space-between;gap: 20px;flex: none;} .insert_template6 .it_content .btn_info a{display: inline-block;text-decoration: none!important;font-size: 14px; height: 36px;line-height: 36px;text-decoration: none;text-align: center;color: #fff;background-color: #43ab04;border-radius: 5px;font-weight: 400;padding: 0 15px;min-width: 100px;} @media screen and (max-width: 768px) { .insert_template6 .it_content{flex-direction: column;align-items: initial; padding: 13px 20px!important;gap:0;} .insert_template6 .it_content .btn_info{margin-top: 20px;min-width: auto;} .insert_template6 .it_content .btn_info a{width: 100%;} }`;function createTemplate6() { const style = document.createElement('style'); if(document.querySelector('html').style.cssText.length > 0 && window.innerWidth < 768){ style.textContent = stylerem6; }else{ style.textContent = stylepx6; } document.head.appendChild(style); const template = `
`; const currentScript = document.currentScript; currentScript.insertAdjacentHTML('beforebegin', template); } createTemplate6();