.detail_top {
	background-color: #09D1B1;
	height: 60px;
	text-align: center;
}

/* 导航 */
.detail_nav {
	padding: 0 30px;
	justify-content: space-between;
}
.detail_nav_left {
	font-size: 16px;
	line-height: 37px;
}
.detail_nav_left>div {
	margin-right: 18px;
	color: #999999;
	cursor: pointer;
}
.detail_nav_left>div:last-child {
	color: #333333;
	cursor: default;
}
.detail_nav_left>div:not(:last-child)::after {
	cursor: default;
	content: " ";
	display: inline-block;
	position: relative;
	top: -1px;
	left: 9px;
	width: 5px;
	height: 8px;
	background-image: url(../img/product_list/xiaoyu.png);
	background-position: center;
	background-size: 100%;
}

.detail_nav_right_title {
	color: #444444;
	font-size: 24px;
	font-weight: 700;
	text-align: right;
}
.detail_nav_right_sub {
	color: #C1C1C1;
	font-size: 16px;
	font-family: Arial;
	text-align: right;
}

/* 详情内容区域 */
.detail_box_box {
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 40px;
}
.detail_left {
	padding: 30px;
	padding-left: 0px;
	width: 280px;
	border-right: 1px solid #E5E5E5;
}
.detail_left_box {
	overflow: hidden;
	position: relative;
}
.detail_left_img_box {
	position: relative;
	transition: all .3s;
	left: 0px;
	align-items: flex-start;
}
.detail_left_img_box>img {
	min-width: 280px;
	max-width: 280px;
	margin-right: 20px;
}

.detail_pre, .detail_next {
	width: 40px!important;
	height: 40px;
	position: absolute;
	top: 100px;
	z-index: 9;
	cursor: pointer;
}
.detail_pre {
	left: 0px;
}
.detail_next {
	right: 0px;
}

/* 右侧详情的内容 */
.detail_right {
	flex: 1;
	padding: 30px;
	padding-right: 120px;
}
.detail_right_title {
	font-size: 20px;
	color: #333333;
	font-weight: 700;
	margin-bottom: 3px;
}
.detail_right_name {
	font-size: 14px;
	color: #999999;
}


#content {
	margin-top: 30px;
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}

.downloadBtn {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 30px;
	text-align: center;
	color: #fff;
	background-color: #444;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
}

