/*复用 =========================================== */
/*案例推荐*/
.device-case-box {
	background: #ade1d250;
	margin: 30px 0 0;
	padding: 20px;
}
.device-case-box > b {
	display: block;
	font-size: large;
	margin-bottom: 10px;
}
.device-case-box > b img {
	position: relative;
	top: 3px;
}
.device-case-list li {
	width: 19%;
	margin-left: 1.25%;
	float: left;
}
.device-case-list li:first-child {
	margin-left: 0;
}
.device-case-list li * {
	display: block;
	margin-bottom: 5px;
}
.device-case-list li a {
	width: 100%;
	position: relative;
}
.device-case-list li a img {
	width: 100%;
}
.device-case-list li a span {
	font-size: large;
	font-weight: bold;
	color: red;
}
.device-case-list li a b {
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-weight: normal;
}
.device-case-list li a.hot-case:after {
	content: '';
	display: block;
	width: 40%;
	height: 100%;
	background-image: url(icon_device_hot.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: -1px;
	right: 10px;
}
/*列表 =========================================== */
.device-list-box {
	margin: 30px 0;
}
.device-list-list li {
	display: block;
	width: 23%;
	margin: 10px 1%;
	padding: 15px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #fff;
	background: #fff;
}
.device-list-list li:hover {
	border: 1px solid #34b58f;
	transition:all 0.2s ease-in 0s;
}
.device-list-list li * {
	display: block;
	margin-bottom: 5px;
}
.device-list-list li a img {
	width: 100%;
}
.device-list-list li a span {
	font-size: large;
	font-weight: bold;
	color: red;
}
.device-list-list li a b {
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-weight: normal;
}
.device-list-list li a em {
	display: inline-block;
	border: 1px solid #34b58f;
	border-radius: 3px;
	color: #34b58f;
	font-size: small;
	margin-top: 3px;
	padding: 2px 5px;
}
.device-list-page {
	margin: 30px 0 60px;
}
.device-list-page li {
	display: inline-block;
	padding: 5px;
}
.device-list-page li a {
	display: inline-block;
	min-width: 25px;
	height: 25px;
	line-height: 24px;
	border-radius: 100%;
	text-align: center;
}
.device-list-page li a:hover,
.device-list-page li.active a{
	transition:all 0.2s ease-in 0s;
	cursor: pointer;
}
.device-list-page li a:hover {
	color: #34b58f!important;
}
.device-list-page li.active a {
	color: #fff!important;
	background: #34b58f;
}
.device-list-page li.active a:hover {
	color: #fff!important;
	background: #000;
}
/*详情 =========================================== */
.device-detail-box {
	display: flex;
	margin: 30px 0;
}
/*爆款*/
.device-detail-hot-list {
	width: 300px;
	background: #fff; 
	margin-right: 25px;
}
.device-detail-hot-list dt {
	font-size: large;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
.device-detail-hot-list dd {
	line-height: 30px;
	border-top: 1px dashed #eee;
	padding: 20px;
}
.device-detail-hot-list dd * {
	display: block;
}
.device-detail-hot-list dd a img {
	width: 100%;
	margin-bottom: 10px;
}
.device-detail-hot-list dd a b {
	font-size: large;
	font-weight: normal;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.device-detail-hot-list dd a em {
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	color: #666;
}
.device-detail-hot-list dd a span {
	font-size: large;
	font-weight: bold;
	color: red;
}
/*切换*/
.device-detail-tabs {
	flex: 1;
}
.device-detail-tabs > ul {
	border-bottom: 1px solid #34b58f;
	background: #fff;
	margin-bottom: 25px;
}
.device-detail-tabs > ul > li {
	display: inline-block;
	font-size: large;
	padding: 10px 20px;
}
.device-detail-tabs > ul > li:hover,
.device-detail-tabs > ul > li.active {
	color: #fff;
	background: #34b58f;
	transition:all 0.2s ease-in 0s;
	cursor: pointer;
}
.device-detail-tabs ol li {
	background: #fff;
	padding: 30px;
	display: none;
}
.device-detail-tabs .device-detail-tab1 img {
	display: block;
	width: 90%;
	margin: 10px auto;
}
.device-detail-tabs .device-detail-tab2 {
	background-image: url(./bg_device_detail_tab2.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
}
.device-detail-tabs .device-detail-tab2 .im-table {
	border-radius: 5px;
	box-shadow: 1px 1px 5px #ccc;
	background: #fff;
	margin: 100px 30px;
	padding: 30px;
}
.device-detail-tabs .device-detail-tab2 .im-table p {
	display: flex;
}
.device-detail-tabs .device-detail-tab2 .im-table p span {
	flex: 1;
	line-height: 40px;
	border: none;
	border-bottom: 1px solid #ddd;
	font-size: large;
}
.device-detail-tabs .device-detail-tab3 b,
.device-detail-tabs .device-detail-tab3 em {
	display: block;
	margin: 10px 0 10px 40px;
}
.device-detail-tabs .device-detail-tab3 b {
	font-size: large;
}
.device-detail-tabs .device-detail-tab3 b:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: #34b58f;
	background-image: url(./icon_device_safe.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	left: -35px;
	top: 28px;
}
.device-detail-tabs .device-detail-tab3 em {
	color: #666;
}
/*媒体查询*/
@media (max-width: 750px){
	/*复用 =========================================== */
	/*案例推荐*/
	.device-case-box {
		margin: 1em 0 0;
		padding: 1em;
	}
	.device-case-box > b {
		font-size: 1em;
		margin-bottom: 10px;
	}
	.device-case-box > b img {
		width: 1em;
	}
	.device-case-list li {
		width: 32%;
		margin-left: 2%;
	}
	.device-case-list li * {
		margin-bottom: .2em;
	}
	.device-case-list li a span {
		font-size: 1em;
		margin-bottom: 0;
	}
	.device-case-list li a b {
		font-size: .9em!important;
	}
	.device-case-list li:nth-child(4),
	.device-case-list li:nth-child(5) {
		display: none;
	}
	.device-case-list li a.hot-case:after {
		right: .3em;
	}
	/*列表 =========================================== */
	.device-list-box {
		margin: 1em .4em;
	}
	.device-list-list li {
		display: block;
		width: 47%;
		margin: .5em 1.5%;
		padding: .8em;
	}
	.device-list-list li * {
		margin-bottom: .5em;
	}
	.device-list-list li a span {
		font-size: 1em;
	}
	.device-list-page {
		margin: 1em 0 1.5em;
	}
	.device-list-page li a {
		min-width: 2em;
		height: 2em;
		line-height: 2em;
	}
	.device-list-page li.prev,
	.device-list-page li.next {
		display: none;
	}
	/*详情 =========================================== */
	.device-detail-box {
		margin: 1em 0;
	}
	/*爆款*/
	.device-detail-hot-list {
		display: none;
	}
	/*切换*/
	.device-detail-tabs > ul {
		margin-bottom: 0;
	}
	.device-detail-tabs > ul > li {
		font-size: 1em;
		padding: .8em 1.6em;
	}
	.device-detail-tabs ol li {
		padding: 1em;
	}
	.device-detail-tabs .device-detail-tab1 img {
		width: 100%;
		margin: 0;
	}
	.device-detail-tabs .device-detail-tab2 .im-table {
		margin: 1em 0;
		padding: 1em;
	}
	.device-detail-tabs .device-detail-tab2 .im-table p span {
		line-height: 3em;
		font-size: 1em;
	}
	.device-detail-tabs .device-detail-tab3 b,
	.device-detail-tabs .device-detail-tab3 em {
		margin: .5em 0 0 2em;
	}
	.device-detail-tabs .device-detail-tab3 b:before {
		width: 1.5em;
		height: 1.5em;
		left: -2em;
		top: 1.5em;
		background-size: 50%;
	}
	.device-detail-tabs .device-detail-tab3 em {
		margin-left: 0;
	}
}