﻿.public-breadcrumbs{color: #464954; height: 0.75rem; line-height: 0.75rem; border-bottom: 1px solid #e4e6ed;}
.public-breadcrumbs a{color: #464954;}
.top-title{width: 3.56rem;}
.top-title p{border-bottom: 0.02rem solid #f42248; color: #0f1217;height: 0.75rem; line-height: 0.73rem;}


.download-index{
	.pro-search{
		border: 1px solid #d2d4d8;
		width: 2.9rem;
		border-radius: 0.1rem;
		height: 0.4rem;
		padding: 0 0.08rem 0 0.15rem;
		input{
			width: 0; flex: 1;
			height: 100%; 
			border: none; 
			outline: none;
			background: transparent;
			font-size: 0.18rem;
			letter-spacing: 0.01rem;
			color: #666;
		}
		.ss{
			width: 0.36rem; height: 0.36rem;
			color: #464954; 
			outline: none; 
			border: none;
			position: relative;
			display: flex;
			justify-content: center;
			align-items: center;
		}
	}
	.product-list{
		.product_item {
			width: 100%;
			border-bottom: 1px solid #d5d5d5;-webkit-transition: all .2s linear;transition: all .2s linear;
			.pic{
				img{display: block; height: 70px;}
			}
			.span{color: #f42248; display: block; width: 30%;}
			p{white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
			.download-button{
				a{background: #f42248;color: #fff; border-radius: 0.05rem; padding: 0.03rem 0.15rem;}
			}
		}
		.product_item:hover{
			padding: 0 0.15rem;box-shadow: 0px 0px 14px -2px #fd2d2d;;
			//-webkit-transform: translate3d(-2px, 0, 0); transform: translate3d(-2px,0, 0);
		}
	}
}