/* ############ container Area ############ */
#container {
  width: 100%;
}

#container .mianArea {
  width: 1280px;
  margin: 186px auto 0;
}

#container .mianArea ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#container .mianArea ul li {
  width: 290px;
  height: 340px;
  border: 2px solid #222;
  position: relative;
}

/* #container .mianArea ul li::before{
	z-index: 0;
	content: '';
	position: absolute;
	width: 90%;
	height: 98%;
	right: 4px;
	bottom: 3px;
	box-shadow: 2px 2px 18px #444;
	transform: skew(2deg, 2deg);
	transition: all 0.3s;
} */

#container .mianArea ul li:hover::before {
  box-shadow: none;
}

#container .mianArea ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.1s;
}

#container .mianArea ul li a:active {
  box-shadow: 1px 1px 8px rgb(0, 0, 0, 0.5);
}

#container .img_box {
  width: 290px;
  height: 290px;
}

#container .img_box img {
  width: 100%;
  height: 100%;
}

#container .cate_text {
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  text-align: center;
  border-top: 2px solid #222;
}

#container .copyArea {
  margin-top: 90px;
}

#container .copyArea p {
  text-align: center;
}

/* moblie sidebar area */
#annaWrap .ham_menu_area {
  display: none;
}

.sidebar {
  display: none;
}
