﻿.product_top {
	width: 100%;
	background-color: white;
}

.product_top_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 2px solid rgb(3, 111, 176);
}

.product_content {
	width: 100%;
	background-color: white;
	padding: 15px 0 30px;
}

.product_content_text {
	padding: 0 50px;
	line-height: 30px;
	text-indent: 32.4px;
}

.product_img_show {
	width: 80%;
	margin: auto;

}

.product_img {
	display: flex;
	justify-content: space-between;
}

.product_img img {
	border: 1px solid rgb(121, 184, 218);
}

.product_class {
	text-indent: 32.4px;
	line-height: 30px;
}

.product_class a {
	text-decoration: revert !important;
	color: rgb(4, 109, 172);
}