body,
html {
    margin: 0;
    padding: 0;
    font-size: 16px !important;
    
}
.clearfix{
	clear: both;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: thin dotted;
	outline: none !important;
	outline-offset: 0;
}

a,
a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none !important;
} 
li {
    list-style-type: none;
}

div::-webkit-scrollbar {
    /*婊氬姩鏉℃暣浣撴牱寮�/
    width: 4px;
    /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
    height: 4px;
}

div::-webkit-scrollbar-thumb {
    /*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

div::-webkit-scrollbar-track {
    /*婊氬姩鏉￠噷闈㈣建閬�/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}
.clearfix{
	clear:both;
}