.stick {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: all 0.25s linear;
    z-index: 30;
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
}

.sticky {
    padding-top: 0.625rem;
}

.stick .logo img {
     max-width: 15rem; 
}

.stick nav {
    height: 100%;
}

.stick nav ul.first-level {
    display: inline-block;
    height: 5rem;
	line-height: 5rem;
    /*margin-left: 10.875rem;*/
}

.stick nav ul.first-level li {
    margin-right: 1.875rem;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 4px solid transparent;
    transition: all 1s ease;
}
.stick nav ul.second-level li {

    height: auto;

}

.stick nav ul.first-level li a {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 1rem;
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

.stick nav ul.first-level li>a:first {
    transition: all 1s ease;
}

.stick nav ul.first-level li ul.second-level>li>a:hover {
    color: #76ab35;
}

.stick nav ul.first-level>li.curIndex>a {
    color: #76ab35;
}

.stick nav ul.first-level>li.curIndex {
    border-bottom-color: #76ab35;
}

.stick nav ul.first-level>li:hover {
    border-bottom-color: #76ab35;
}

.stick nav ul.first-level>li:hover>a {
    color: #76ab35;
}
.stick nav .second-wrapper {
    display: none;
    width: 100%;
    /*height: 3.125rem;*/
    line-height: 2rem;
    background: #fff;
    opacity: 0;
    /*top: 127px;*/
   	top: 5rem;
    left: 0;
    border-top:1px solid #666666;
    padding-top: 1rem;
    padding-bottom: 1rem;
    /* transition: all 1s ease; */
}

.stick nav .second-wrapper.show {
    display: flex;
}

.stick nav .second-wrapper.op {
    opacity: 1;
}

.stick nav ul.second-level {
    display: inline-block;
    /*max-width: 75rem;*/
}
.stick nav ul.second-level li{
	margin-left: .875rem;
	margin-right: .875rem;
}
.stick nav ul.second-level li a {
    font-size: 0.75rem;
    font-weight: normal;
}

.stick .searchBox {
    display: none;
    align-items: center;
    opacity: 0;
    /* transition: all 1s ease; */
}
.stick .searchWrap{
	width: 40rem; 
	height: 2rem; 
	display: none; 
	opacity: 0;
	line-height: 1rem;
}
.navTopHeight{
	height: 2rem;
}
.stick .searchBox form {
    border: 1px solid #f0f0f0;  
    padding: 0 0.8rem;
    margin-left: 1.2rem;
    width: 20rem;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
     -webkit-justify-content:space-between;
    -ms-flex-pack :justify;
    align-items: center;
    -ms-flex-align: center;
}
.serchIcon-Flex{
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	line-height: 2rem;
	font-size: 0.75rem;
}
.serchIcon-Flex a{
	color: #999;
	text-decoration: none;
	margin-right: 1.25rem;	
}
.borderTop{
	border-top: 1px solid #f0f0f0;
	position: relative;
}
.borderBtm{
	border-bottom: 1px solid #f0f0f0;
}
.stick .searchBox form input {
    height: 32px;
    outline: 0;
    border: none;
    font-size: 0.75rem;
    width: 90%;
    color: #ccc;
    background: transparent;
}

.searchBox input::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
}

.searchBox input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
}

.searchBox input::-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
} 

.stick .searchBox form button {
    outline: 0;
}

.stick .searchBox form button span.icon-search {
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}

.stick .searchBox form button span.icon-search::before {
    color: #20c997;
}

.stick .ss {
    font-size: 1rem;
    cursor: pointer;
    margin-left: 0rem;
}

.stick .ss::before {
    color: #999;
}

.stick .select {
    width: 4.7rem;
  /*  height: 1.5625rem;*/
    position: relative;
    font-size: 0.75rem;
    padding-left: 0.55rem;
    /*border: 1px solid #ccc;
    border-radius: 5px;*/
    cursor: pointer;
    color: #999;
}

.stick .select::after {
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #cccccc transparent;
    margin-top: -3px;
}

.stick .select.on::after {
    border-width: 0 6px 6px 6px;
}

.stick .select .select-opts {
    visibility: hidden;
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 999;
    transition: all 0.2s ease-out;
    opacity: 0;
    border: 1px solid #dfdfdf;
    box-shadow: 0pt 4px 5.25pt rgba(0,0,0,.06);
}

.stick .select .select-opts li a {
    display: block;
    padding: 0.55rem 0;
    padding-left: 0.55rem;
    color: #323232;
    text-decoration: none;
}

.responsive-header {
    /*position: relative;*/
    width: 100%;
    position: fixed;
    top:0;
    z-index: 99999;
    background: white;
}

.responsive-header .responsive-bar {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack :  justify;
    align-items: center;
    -ms-flex-align:center;
    padding: 1rem 0.875rem;
}

.responsive-header .responsive-bar .open-menu,
.responsive-header .responsive-bar .open-links {
    margin-top: 5px;
}

.responsive-header .responsive-bar .bar-logo img {
    max-width: 10.5rem;
}

.responsive-header .responsive-links {
    position: fixed;
    top: 0;
    width: 220px;
    height: 100%;
    padding: 30px 20px;
    background: #1e1e1e none repeat scroll 0 0;
    z-index: 3;
    transition: all 0.36s ease;
    overflow-y: auto;
}

.slideInLeft {
    left: 0 !important;
}

.slideInRight {
    right: 0 !important;
}

.responsive-header .menu {
    left: -100%;
}

.responsive-header .menu ul.first-level {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.responsive-header .menu ul.first-level li {
    border-bottom: 1px solid #303030;
    float: left;
    padding: 10px 0;
    position: relative;
    width: 100%;
}

.responsive-header .menu ul.first-level li a {
    display: block;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
}

.responsive-header .menu ul.first-level li ul.second-level {
    height: 0;
    display: none;
    padding-left: 1.25rem;
    transition: all 1s ease;
}

.responsive-header .other {
    right: -100%;
}

.responsive-header .other form {
    background: #fff none repeat scroll 0 0;
    float: left;
    height: 50px;
    position: relative;
    width: 100%;
}

.responsive-header .other form input {
    border: 0 none;
    float: left;
    font-size: 12px;
    font-style: italic;
    height: 100%;
    width: 100%;
}

.responsive-header .other form button {
    background: #d3d3d3 none repeat scroll 0 0;
    border: 0 none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

#online_lx #olx_qq li a {
    padding: 12px 29px !important;
    line-height: 18px;
    background: #f5f5f5;
    color: #353434;
    display: block;
    border-bottom: #fff 1px solid;
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;
    font-size: 14px;
    text-decoration: none;
}
/* ipad pro */

@media print,
screen and (min-width: 64em) and (max-width: 64rem) {
    .stick nav ul.first-level {
        margin-left: 0;
    }
    .stick nav ul.first-level li a {
        font-size: 0.9375rem;
    }
    .stick .searchBox form {
        margin-left: 0;
    }
}