.hotln2{ position: fixed;  bottom: 15px;right: 0; height: 50px; width: auto; background: #424242;  z-index: 10000;}
.hotln2 label { position: relative; display: block;}
label { font-weight: 400; margin: 0; padding: 0;margin-bottom:0 !important}
a { cursor: pointer;  color: #3b3b3b;}
.hotln2 a img { display: inline-block; vertical-align: middle; width: 52px; height: 50px;position: absolute;   right: 100%;background: #424242;border-radius: 50% 0 0 50%;}
.hotln2 a p { display: inline-block;  vertical-align: middle; color: #fff; font-size: 14px;line-height: 1.5;padding:0 10px;}
.hotln2 a strong {font-size: 20px;}

.nm-phone {position: fixed; z-index: 1000;}
.nm-phone.hotln1{right: 10px; bottom: 50%;}
.nm-phone a{font-size: 26px;display: inline-block;color:#fff;border-radius: 50%;line-height: 0;}
.hotln1 a p { display: none;}
.nm-phone.hotln1 a:hover{transform: scale(0.9);
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;}
/*.nm-phone.hotln1 a::after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
    -moz-animation: sonarEffect 1.3s ease-out 75ms infinite;
    animation: sonarEffect 1.3s ease-out 75ms infinite;
	position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
content: '';
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
top: 0;
left: 0;
padding: 0;
z-index: -1;
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
opacity: 0;
transform: scale(0.9);
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
}*/
@media (max-width: 767px){
.nm-phone a{padding: 0 12px;}
.hotln2 a img{margin-right: -1px;}
.nm-phone.hotln1 {bottom: 7px;}
.hotln2 a p {line-height: 1; padding:5px 0}
}

@-webkit-keyframes sonarEffect{0%{opacity:0.3;}
40%{opacity:0.5;box-shadow:0 0 0 2px rgba(255, 154, 218, 0.1), 0 0 10px 10px rgba(248, 56, 56, 0.8), 0 0 0 3px rgba(239, 142, 80, 0.5);}
100%{box-shadow:0 0 0 2px rgba(255, 154, 218, 0.1), 0 0 10px 10px rgba(248, 56, 56, 0.8), 0 0 0 3px rgba(239, 142, 80, 0.5);-webkit-transform:scale(1.3);opacity:0;}
}
@-moz-keyframes sonarEffect{0%{opacity:0.3;}
40%{opacity:0.5;box-shadow:0 0 0 2px rgba(255, 154, 218, 0.1), 0 0 10px 10px rgba(248, 56, 56, 0.8), 0 0 0 3px rgba(239, 142, 80, 0.5);}
100%{box-shadow:0 0 0 2px rgba(255, 154, 218, 0.1), 0 0 10px 10px rgba(248, 56, 56, 0.8), 0 0 0 3px rgba(239, 142, 80, 0.5);-moz-transform:scale(1.3);opacity:0;}
}
@keyframes sonarEffect{0%{opacity:0.3;}
40%{opacity:0.5;box-shadow:0 0 0 2px rgba(255, 154, 218, 0.1), 0 0 10px 10px rgba(248, 56, 56, 0.8), 0 0 0 3px rgba(239, 142, 80, 0.5);}
100%{box-shadow:0 0 0 2px rgba(255, 154, 218, 0.1), 0 0 10px 10px rgba(248, 56, 56, 0.8), 0 0 0 3px rgba(239, 142, 80, 0.5);transform:scale(1.3);opacity:0;}
}