
    * { margin: 0; padding: 0; }
    body { font-size: 14px; color: #333; font-family: "Microsoft Yahei"; }
    ul, li { list-style-type: none; }

    #treeView {
      width: 0px;
	  overflow:hidden;
	  height:0;
      margin: 20px auto 0;
      border: 1px solid #f2f2f2;
    }
    .treeNode {
      height: 32px;
      border: 1px solid #fff;
      border-width: 1px 0;
      cursor: pointer;
      font-size: 0;
    }
    .treeNode:hover {
      background: #f4f9fd;
      border-color: #e5f0fb;
    }
    .treeNode-cur,
    .treeNode-cur:hover {
      background: #e5f0fb;
      border-color: #BBD4EF #fff;
    }
    .icon {
      display: inline-block;
      background: url(icon.png) no-repeat;
      vertical-align: middle;
    }
    .icon-minus {
      width: 15px;
      height: 15px;
      margin: 0 4px;
      background-position: -30px -22px;
    }
    .icon-add {
      width: 15px;
      height: 15px;
      margin: 0 4px;
      background-position: -30px 0;
    }
    .icon-file {
      width: 22px;
      height: 18px;
      margin-right: 5px;
      background-position: 0 -22px;
    }
    .title {
      position: relative;
      top: 6px;
      font-size: 14px;
    }

    .treeNode-empty .icon-minus {
      background-position: -999px -999px;
    }
    .treeNode-empty .icon-add {
      background-position: -999px -999px;
    }

    #treeView ul.none {
      display: none;
    }


.container{
	margin: 0px auto;
	width: 1200px;
}
.d-flex{
	display: flex;
}
.left-cat{
	width: 210px;
}
.right-goods{
	width: 900px;
	
}
.tree-body{
	list-style: none;
}
.tree-li{
	margin-left: 31px;
}
.arrow{
	width: 21px;
	height: 21px;
}
.arrow:before{
	content: "";
    position: absolute;
    width: 0;
    margin-left: 5px;
    top: 3px;
    height: 0;
    border: 7px solid;
    border-color: transparent;
    border-left-color: #000000;
}
.list-item{
	text-decoration: none;
	color: #000000;
}


	dl,
		dd {
			margin: 0;
		}

		#box {
	    width: 1191px;
    padding-bottom: 13px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px rgba(73,66,66,.1);
    margin: 10px auto;
    position: relative;
    left: -10px;
		}

		#box dl {
			height: auto;
			line-height: 36px;
			border-bottom: 1px dashed #dadada;
			margin: 0 20px;
		}

		#box dt {
			display: inline-block;
			color: #8a8a8a;
		}

		#box dd {
			display: inline-block;
			color: #252525;
			margin: 0 10px;
			font-size: 14px;
			cursor: pointer;
		}

		#box dd.active {
	color: #c4284d;
	font-weight: bold;
		}

		#box dl.select {
			background: #efefef;
			margin: 0;
			padding: 0 20px;
		}

		#box dl.select dd{
	border: 1px solid #c4284d;
	height: 25px;
	line-height: 25px;

	padding: 0 10px 0 10px;
	border-radius: 3px;background-color: #fff;
		}
		#box dl.select dd span{
			width: 20px;
			height: 20px;
			display: inline-block;
			text-align: center;
			line-height: 20px;
			background: #c4284d;
			color: #fff;
			margin-left: 10px;
			cursor: pointer;border-radius: 5px;
		}
.street-list-item{
	display: inline-block;
    padding: 5px 13px;
    height: 435px;
    vertical-align: top;
}
.street-list-item .cover img{
	width: 270px;
	height: 300px;
}
.street-list-item .info{
	height: 170px;
}
.street-list-item .info .s-logo img{
	height: 70px;
}
.street-list-item .info .s-name a{
	text-decoration: none;
}

