.autocomplete-suggestions {
    overflow: auto;
}
.autocomplete-suggestion {
    background: #fff;
    padding: 10px;
}
.top-viewall {
    text-align: center;
}
.top-viewall a {
    padding: 5px 25px;
    border: 1px solid #ffb400;
    background: #fff;
    color: #ffb400;
    border-radius: 4px;
    display: inline-block;
}
.top-viewall a:hover {
    color: #fff;
    background: #ffb400;
}
.qr-img {
    margin-top: 20px;
}
.qr-img img {
    max-width: 150px;
}

.hotline-popup {
	display: none;
	position: fixed;
	z-index: 99999;
	top:50%;
	left:50%; 
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	box-shadow: 2px 2px 10px #ccc;
	padding: 20px;
	border-radius: 6px;
}
.hotline-close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 18px;
    width: 30px;
    height: 30px;
    background: #ccc;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
	cursor: pointer;
}
.hotline-tit {
	font-size: 30px;
	text-align: center;
	color: #f9a13b;
}
.hotline-text {
	font-size: 18px;
	line-height: 200%;
}
.hotline-text table tr td {
	padding: 5px ;
	border-top: 1px dashed #ccc;
}
.hotline-text table tr td:first-child {
	padding-right: 20px;
}
.popup-bg {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:9999;
	background: rgb(0 0 0 / 37%);
}

#coccoc-alo-phoneIcon {right:150px; bottom: 350px; position:fixed; z-index: 999999;}

@media screen and (max-width: 767px){
	#coccoc-alo-phoneIcon  { bottom: 150px; right: 0; left: -75px;}
	.hotline-popup { width: 85%;}
	.hotline-tit {
		font-size: 24px;
	}
	.hotline-text {
		font-size: 14px;
		line-height: 180%;
	}
}