/* BASIC css start */
 

.displaynone {
  display: none !important;
}


.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.trans {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header {
	position: relative;
}
#header .header_top {
	position: relative;
	background: #fff;
	z-index: 198;
	padding: 17px 15px;
	font-size: 0;
	text-align: center;
}
#header .header_top div {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}
#header .header_top .menu {
	width: 21px;
	left: 17px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 2px;
}
#header .header_top .allmenu_btn {
	width: 100%;
}
#header .header_top .basket {
	width: 18px;
	right: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#header .header_top .basket a {
	position: relative;
	display: block;
}
#header .header_top .basket a img {
	width: 100%;
}
#header .header_top .basket .basket_acount {
	position: absolute;
	bottom: 0;
	right: -6px;
	background: #333333;
	color: #fff;
	border-radius: 100%;
	width: 15px;
	height: 15px;
	line-height: 17px;
	font-size: 10px;
	font-family: 'Heebo';
	font-weight: 500;
}
#header .header_top .logo {
	width: 130px;
}
#header .header_top .logo img {
	width: 100%;
}
#header .header_search {
	padding: 0 19px 27px;
}
#header .header_search .search {
	position: relative;
}
#header .header_search .search .searchBox {
	background: #f0f0f0;
	height: 35px;
	border-radius: 40px;
}
#header .header_search .search .btn_search {
	position: absolute;
	right: 20px;
	top: 9px;
}
#header .header_search .search .searchBox input#keyword {
	width: 85%;
	border: none;
	background: transparent;
	padding-left: 25px;
	outline: 0;
}
#header .header_search .search .btn_search img {
	width: 16px;
}
#header .top_slide {
	padding: 11px 10px 11px 19px;
	background: #7419fd;
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
}
#header .top_slide a {
	font-family: 'Nanum Gothic';
	color: #fff !important;
	font-size: 12px;
}
#header .top_slide .swiper-slide {
	width: initial !important;
	padding-right: 20px;
}
#header .header_top.scroll-to-fixed-fixed {
	position: fixed;
	width: 100%;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	background-color: rgba(255, 255, 255, 0.9);
	top: 0px;
}
#allmenu_wrap {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: #f7f7f7;
	z-index: 239;
	overflow: hidden;
}
#allmenu {
	/* background: #fff; */
    overflow-y: scroll;
	height: 100%;
	width: 100%;
	display: block;
}
#allmenu .menu_info {
	position: relative;
	padding: 25px 0;
	background: #fff;
}
#allmenu .menu_info .menu_logo {
	width: 130px;
	margin: 0 auto;
}
#allmenu .menu_info .menu_logo img {
	width: 100%;
}
#allmenu .menu_info .close {
	position: absolute;
	right: 18px;
	top: 25px;
	width: 17px;
}
#allmenu .menu_info .close img {
	width: 100%;
}
#allmenu .menu_login {
	padding: 10px 34px 20px;
	border-bottom: 1px solid #ededed;
	background: #Fff;
}
#allmenu .menu_login ul {
	font-size: 0;
}
#allmenu .menu_login ul li {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	width: 49%;
	text-align: center;
	height: 36px;
	line-height: 36px;
}
#allmenu .menu_login ul li:first-child {
	background: #7419fd;
	margin-right: 2%;
}
#allmenu .menu_login ul li:first-child a {
	color: #fff;
	letter-spacing: -1px;
}
#allmenu .menu_login ul li:last-child {
	background: #e5e5e5;
}
#allmenu .menu_login ul li:last-child a {
	color: #000000;
	letter-spacing: -1px;
}
#allmenu .menu_login .login_comment {
	text-align: center;
	color: #000000;
	font-size: 13px;
	padding-top: 20px;
}
#allmenu .all_cate {
	margin-top: 12px;
	background: #fff;
	padding-bottom: 12px;
}
#allmenu .all_cate .cate_tit {
	color: #000000;
	font-size: 16px;
	background: #fff;
	padding: 15px 0 15px 18px;
	border-bottom: 1px solid #dfdfdf;
}
#allmenu .all_cate ul, #allmenu .all_community ul {
	font-size: 0;
}
#allmenu .all_cate ul li, #allmenu .all_community ul li {
	width: 50%;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #dfdfdf;
	padding: 13px 5px 13px 16px;
	background: url(/design/duremall/elecshop/m_images/arr.png) no-repeat #fff right 10px center;
	background-size: 4px 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#allmenu .all_community ul li {
	background:#fff;
}
#allmenu .all_cate ul li:nth-child(odd), #allmenu .all_community ul li:nth-child(odd) {
	/* border-left: 1px solid #dfdfdf; */
	border-right: 1px solid #dfdfdf;
}
#allmenu .all_cate ul li:nth-child(even), #allmenu .all_community ul li:nth-child(even) {
	/* border-right: 1px solid #dfdfdf; */
}
#allmenu .all_cate ul li a, #allmenu .all_community ul li a {
	color:#000;
	font-size: 12px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#allmenu .all_community {
}
#allmenu .all_community h3.cate_tit {
	color: #000000;
	font-size: 16px;
	background: #fff;
	padding: 15px 0 15px 18px;
	border-bottom: 1px solid #dfdfdf;
}
#allmenu .all_copy {
	padding: 35px 0 10px;
	text-align: center;
	color: #a1a1a1;
	background: #fff;
}
#allmenu .all_cate ul li.pink {
	background: url(/design/duremall/elecshop/m_images/arr.png) no-repeat #f8f2ff right 10px center;
	background-size: 4px 8px;
} 


/* BASIC css end */

