﻿@charset "utf-8"; 
:root {--color: #193e8f;}
.home-product-list .home-product-name{max-height: unset;text-align: center;}
@media(min-width:1025px){
#licontact-us{display:flex;align-items:center;margin:0;}
#licontact-us>a{background:var(--color);height:40px;line-height:40px;padding:0 15px;border-radius:30px;color:#fff!important;transition:all .1s linear;text-decoration:none}
#licontact-us>a:hover{opacity:.9}
#licontact-us>a::after{display:none}}