.branch-cont {
    margin: .55rem auto 0;
    width: 15.5rem;
}
.branch-title {
    margin-bottom: 2.45rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.branch-left {
    color: #232323;
}
.branch-e {
    font-size: .78rem;
}
.branch-z {
    font-size: .22rem;
}
.data-right {
	display: flex;
	align-items: center;
	font-size: .19rem;
	color: #b0b0b0;
}
.data-title {
	cursor: pointer;
}
.data-title:hover {
	color: #232323;
}
.data-right span {
	margin: -.03rem .3rem 0;
}
.dataOn {
	color: #232323;
}

.data-wrap {
	padding: .55rem 0 0;
	display: flex;
	flex-wrap: wrap;
	border-top: .02rem solid #232323;
}
.data-box {
	margin: 0 .29rem .55rem 0;
	width: 4.97rem;
}
.data-box:nth-child(3n) {
	margin-right: 0;	
}
.data-item {
	position: relative;
	/*padding: 1.25rem .5rem;*/
	width: 100%;
	height: 4.97rem;
	background-color: #e2e2e2;
}
.top-icon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 35;
	width: .72rem;
	height: .35rem;
	background-color: #a0a0a0;
	font-size: .12rem;
	font-weight: 550;
	text-align: center;
	line-height: .35rem;
	letter-spacing: 1px;
	color: #ffffff;
}
.download-box {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 35;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	cursor: pointer;
	transition:all ease .3s;
}
.download-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: .29rem;
	height: .27rem;
}
.data-box:hover .download-box {
	opacity: 1;
}
.data-p {
	font-size: .16rem;
	font-weight: 500;
	line-height: 2;
	color: #232323;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top:.2rem;

}
