﻿.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
margin: 0;
}
.swflex {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.swflexitem {
box-sizing: border-box;
}
.swflexitem.top {
vertical-align: top;
display: inline-block;
}
.swflexitem.three {
width: 30%;
}
.swflexitem.two {
width: 50%;
}
.swflexitem.four {
width: 25%;
}
.swcopyright {
color:#666;
}
.swcopyright::before {
content: "\00A9";
margin-right: 1px;
}
