Diode laser hair removal

  • Fast triple Wavelength Diode Laser Hair Removal equipment use 808nm diode laser technology, the gold standard in laser hair removal, energy penetrates deep into the dermis where the hair follicle is located, delivering high average power. Diode laser with TEC assisted by sapphire contact cooling in hand piece provides safe and effective reduction of pigmented hair for all skin types.
<div class="cookie-box" style="display: none;box-sizing: border-box; position: fixed;width: 100%;padding: 20px;left: 0;bottom: 0;border-radius: 0px;background: #fff;-moz-box-shadow: 0 -1px 10px 0 #acabab4d;-webkit-box-shadow: 0 -1px 10px 0 #acabab4d;box-shadow: 0 -1px 10px 0 #acabab4d;z-index: 99;overflow: hidden;">
<div style="display: flex;justify-content: space-between;">
<div class="cookie-left" >
<h1 style="font-size: 18px;line-height: 30px;">We value your privacy</h1>
<p style="font-size: 14px;color: #212121;">We use cookies to enhance your browsing experience, serve personalized ads or content, and analyze our traffic. By clicking "Accept", you consent to our use of cookies.</p>
</div>

<div class="cookie-btn-box" style="display: flex;justify-content: space-between;width: 300px;align-items: center;">
<a style="background: #e8e8e8;width: 40%;color: #74787b !important;display: inline-block;border-radius: 10px;padding: 10px;text-align: center;text-decoration: none;font-size: 16px;line-height: 26px;" href="javascript:void(0);" href="javascript:void(0);" onclick="closeBox()" class="cookie-btn cookie-over">Reject</a>
<a style="background: #252740; width: 40%;color: #fff !important;display: inline-block;border-radius: 10px;padding: 10px;text-align: center;text-decoration: none;font-size: 16px;line-height: 26px;" href="javascript:void(0);" title="" onclick="setCookies(1)" class="cookie-btn cookie-ok">Accept</a>
</div>

</div>

</div>
<script>
//获取cookie
function getCookie(name) {
var value = `; ${document.cookie}`;
var parts = value.split(`; ${name}=`);
if (parts.length === 2) return parts.pop().split(';').shift();
return null;
}
// 查询是否存入了
var consentStatusCookie = getCookie('consentstatus');
var firstCookieBox = document.querySelector('.cookie-box');
if (consentStatusCookie == null) {

firstCookieBox.style.display = 'block';

} else{
console.log('Cookie存入成功,值为:', consentStatusCookie);
}
//关闭
function closeBox(){
firstCookieBox.style.display = 'none';
}
//点击存入 cookie
function setCookies(json_consent_status) {
var currentDate = new Date();
var expirationDate = new Date(currentDate);
expirationDate.setFullYear(currentDate.getFullYear() + 1);
var expires = expirationDate.toUTCString();
document.cookie = "consentstatus=" + json_consent_status + ";expires=" + expires + ";path=/";
//关闭
closeBox()
}
</script>