@charset "utf-8";

section {
    width: 1240px;
    margin: 40px auto;
}

section .head_box {
    width: 1240px;
    margin-top: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

section .head_box .left_head_box {
    width: 295px;
    height: 100px;    
    float: left;
    padding-right: 20px;
}

section .head_box .left_head_box h4 {
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    font-size: 33px;    
}

section .head_box .right_head_box {
    height: 100px;
}


section .product_show ul li {
    border: 1px solid #ccc;
    width: 295px;
    height: 295px;
    text-align: center;
    float: left;
    margin-right: 17px;
    margin-bottom: 20px;
	position: relative;
}

section .product_show h3 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 30px;
}

section .product_show ul li p {
    font-weight: 400;
    font-size: 15px;
    padding: 0 20px;  
    margin-top: 12px;
}

section .product_show ul li p.more_view {
	width: 255px;
	height: 60px;
	position: absolute; 
	bottom: 0;
	line-height: 60px;
}

section .product_show ul li p.more_view a {
    color: #cc0000;
    padding: 5px 25px;
    border: 1px solid #cc0000;
    font-size: 16px;
}

section .product_show ul li p.more_view a:hover {
    background-color: #cc0000;
    color: #fff;
}

section .head_box .left_head_box h4 .vaccum_browser_btn {
	font-size: 16px; 
	font-weight: 400; 
	padding: 8px 20px; 
	border: 1px solid #000;
}

section .head_box .left_head_box h4 .vaccum_browser_btn:hover {
	border: 1px solid #cc0000;
	color: #cc0000;
}

#popup_layer {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	width: 770px;		
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	background-color: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
	opacity: 1;
	transition: 0.5s;	
}

#popup_layer .content {
	overflow-y: scroll;
	padding: 0 20px;
	height: 800px;
}


#popup_layer .x_btn_area {
	text-align: right; 
	margin-bottom: 10px;
	padding: 15px 20px 0;
}

#popup_layer:target {
	opacity: 1;
}

#popup_layer:target + dim {
	opacity: 1;
	z-index: 2;
}

.dim {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	opacity: 1;
	transition: all 0.5s;
}
