.marqueebox {
	line-height: 20px;
	height: 30px;
    width: calc(100% - 110px);
	float: left;
	clear: both;
}
@media (max-width:767px) {
    .marqueebox {
        width: calc(100% - 90px);
    }
}

ul.marquee {
	padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    position: relative;
	width:100%;
    height: 30px;
    float: left;
}


ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap;
	font-family:\5FAE\8EDF\6B63\9ED1\9AD4,Microsoft,Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}




