﻿header {
    display: block;
    width: 100%;
    height: auto;
    padding:  0;
    margin: 0 auto;
    border: none;
    outline: none;
    z-index: 4;
    position: relative;
    background: #fff;
}
header .container {
	margin-top: 0
}

header .wrapper{
    /*border-bottom: 1px solid #dddddd;*/
    background-color: #171e22;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
   align-items: center;
       height: 68px;
}

.top-logo {
    float: left;
    height: 68px;
    width: 200px;
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}

.top-logo img {
	max-width: 100%;
	float: left;
    max-width: 180px;
}

.wrap-menu-primary {
	float: left;
    width: calc(100% - 260px);
    padding: 0;
    height: 70px;
}

.top-header {
	float: right;
	width: 40%;
	padding: 14px 0 1% 10px;
	box-sizing: border-box
}

.searching form input {
	float: left;
	width: calc(100% - 50px);
	height: 38px;
	border: none;
	padding: 0 14px;
	background: #fefefe;
	border: 1px solid #ccc;
	border-right: none;
	box-sizing: border-box;
    border-radius:6px 0px 0px 6px;
}

.searching {
	position: relative
}

.searching form input:focus {
	/*border: 1px solid #a14840;*/
	border-right: none
}

.searching form select {
	border: none;
	padding: 6px;
	height: 30px;
	float: left;
	margin-right: 10px
}

.searching button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 38px;
    width: 50px;
    font-size: 12px;
    font-weight: 700;
    color: #cc5d0c;
    text-transform: uppercase;
    background: #e4e4e4;
    border-radius: 0 6px 6px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}
.searching button i{font-size: 20px;}
.searching button:hover {
	background: #dbdbdb
}

.searching button:active,
.searching button:focus {
	background: #dbdbdb;
	outline: 0
}

.searching button:before {
	content: '';
	position: absolute;
	border-width: 8px 8px 8px 0;
	border-style: solid solid solid none;
	border-color: transparent #e4e4e4;
	top: 9px;
	left: -8px
}

.searching button:hover:before {
	border-right-color: #dbdbdb
}

.searching button:focus:before,
.searching button:active:before {
	border-right-color: #dbdbdb
}

.searching button::-moz-focus-inner {
	border: 0;
	padding: 0
}

main .wrap{
    color: #454545;
	padding: 5px 0;
    min-height: 36px;
    line-height: 28px;
    /*display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;*/
    margin-bottom: 0px;
    border-bottom: 1px solid #dfdfdf;
    background-color: #fafafa;
    border-top: 1px solid #dfdfdf;
    margin-bottom: 15px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header-search {
    float: right;
    width: 320px;
    padding: 1px 2px 1px 2px;
    box-sizing: border-box;
    max-width: 360px;
}
/*
#htop{
	position: relative;
    font-size: 14.5px;    padding: 0 2px;
}
#htop ul{
	width: 100%;
    padding: 0;
}
#htop ul li ul li>a {
    padding: 0 0 0 2px;
    display: inline-table;
    height: 35px!important;
    font-size: 15px;
    width: 100%;
    font-weight: 500;
    color: #555;
    margin: 0;
}

#htop ul li ul li:hover>a {
	color: #c0392b;
}

#menu li:hover {
	opacity:0.9;
}
#htop ul li ul li:hover{
	background:#ededed;
}
#htop ul>li a {
    font-size: 14px;
    color: #444444;
    display: block;
    outline: 0;
    text-decoration: none;
    margin: 0;
    line-height: 40px;
    font-weight: 600;
}

#htop ul>li a.dropdown {
	padding-right: 14px
}
#htop ul>li a i.icon-list{
	width: 16px;
    height: 16px;
    background-position: -69px -17px;
    margin: 2px 10px 2px 0;
    background-image: url(/theme/images/sprite.png);
    background-repeat: no-repeat;
    float: left;
}
#htop ul>li{
	float:left;
}
#htop ul>li{
    max-width: 100%;
    list-style: none;
    margin-left: 0;
    padding-left: 12px;
    padding-right: 0;
}
#htop ul>li.account > a.account-name{
	word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
	text-align:left;
    text-transform: none;
}
#htop ul>li.vip a{
	background: #e5d039;
    border-radius: 23px;
    line-height: 1;
    padding: 6px;
    color: #26435f;
    font-weight: bold;
}
#htop ul>li.vip:hover{background:unset;}

#htop ul li:hover .dropdown_columns {
    left: unset;
    top: 40px;
    right: 0;
}*/
/*end htop*/
.header .header-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
}

.header .header-item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
align-items: center;
justify-content: center;
width: calc(100% - 500px);
}

.header .header-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width:280px;
}
.header  .header-item-link{
    display:none;
}
.header-item-right .menu-icon {
  font-size: 1.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-left: 1rem;
  border: none;
  outline: none;
  color: #121212;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
