/* BASIC css start */
#header {
    width: 100%;
    position: relative;
  /*position: fixed;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  top: 0;
  z-index: 2;*/
}
#header .header_top {
  position: relative;
  background: #fff;
  z-index: 30;
  padding: 25px 15px;
  font-size: 0;
  text-align: center;
  /*-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;*/
}
#header .header_top div {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
#header .header_top .menubtn {
  width: 21px;
  left: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px;
}
#header .header_top .allmenu_btn {
  width: 100%;
}
#header .header_top .basket {
  width: 36px;
  right: 47px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#header .header_top .basket a {
  position: relative;
  /*display: block;*/
}
#header .header_top .basket a img {
  width: 55%;
    margin-right: 5px;
}
#header .header_top .basket a span {
    color: #fff;
    font-family: 'Lato', sans-serif;
    vertical-align: bottom;
    background: #222;
    width: 21px;
    height: 15px;
    border-radius: 11px;
    display: block;
    position: absolute;
    bottom: -10px;
    right: -8px;
    line-height: 15px;
}
#header .header_top .r_search{position: absolute;
    right: 15px;
    width: 22px;}
#header .header_top .r_search a img{width:100%;}
#header .header_top .logo {
  width: 130px;
}
#header .header_top .logo img {
  width: 100%;
  vertical-align: middle;
}
/* °Ë»öÃ¢ */
.header_search{position: absolute; top: 0; background: #000; width: 100%; padding: 17px 0px; z-index:100; display:none;}
.header_search .searchBox{float: left; width: 72%;}
.header_search .searchBox form  input{ border: none; background: #000; color:#fff; width: 100%; margin: 0 7px; font-size: 14px;}
.header_search .searchbtnBox{float: right; margin: 7px 14px 0 0;}
.header_search .search a{display: inline-block; vertical-align: top; margin: 0 15px 0 0;}
.header_search .search a img{width:24px;}
.header_search .search .m_close{ display: inline-block; vertical-align: top;}
.header_search .search .m_close img{width:20px;}
.menu{ border-top: 1px solid #4C4C4C;}
.menu ul{
  width:100%;
  padding:0;
  margin:0;
  display:flex;
  display:-webkit-flex;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  list-style:none;
}
.menu ul:after{
  display:block;
  clear:both;
  content:"";
}
.menu  ul li{
  width:25%;
  padding:0;
  border-bottom:1px solid #EAEAEA;
  border-right:1px solid #EAEAEA;
  margin:0;
  display:flex;
  display:-webkit-flex;
  float:left;
  box-sizing: border-box;
  text-align: center;
  align-items: center;
}
.menu  ul li:nth-of-type(4n){border-right:none !important;}

#header .menu a{ padding: 12px 0;width: 100%; display: block; font-size: 12px; font-family: 'Lato', sans-serif; color: #cd4763 ;outline: none;}


#header .menu a.active{ color: #cd4763; font-weight:bold; border-bottom:2px solid #000;}

/* ¸Þ´º */
.mask{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  z-index: 99;
    display:none;
}
#all_menu{
    position: fixed;
    width: 82%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 1001;
}
.all_menu_main{ width: 100%; height: 100%; background-color: #fff; overflow-y: auto;}
.a_top{
    display: flex;
}
.a_top > li{
  float: left;
  font-size: 12px;
  width: 25%;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    padding: 20px 0;
    box-sizing: border-box;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}
.a_top > li:nth-of-type(1){border-left: none !important;}
.a_top > li > a{
  color: #222;
    font-family: 'Poppins', sans-serif;
}
.a_menu{padding: 22px 18px;}
.a_menu ul li{
  font-size: 15px;
    line-height:35px;
}
.a_menu ul li > a {
  color: #222;
    font-family: 'Poppins', sans-serif;
}
.a_center{
  padding: 22px 18px;
}
.a_center ul li{
  font-size: 15px;
    line-height:35px;
}
.a_center ul li > a{
  color: #7d7d7d;
}


/* BASIC css end */

