.pc_about{
	padding: 0 20px;
	box-sizing: border-box;
}
.pc_about_text{
	max-height: 300px;
	overflow-y: scroll;
	padding: 10px;
}
.pc_about_text::-webkit-scrollbar {
	display: none;
}

.pc_about_text p:nth-child(2){
	display: none;
}

.pc_project li:last-child {
	border: none;
}

.product_show {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.product_show ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}


.product_show .card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 10px;
	width: 42%;
	height: 130px;
	background-color: #FFFFFF !important; 
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 5px;
	transition-property: all;
	transition-duration: 400ms;
}

.product_show .card {
	margin-bottom: 20px;
}

.product_show .card:hover {
	margin-top: -10px;
	transition-property: all;
  	transition-duration: 300ms;
}

.product_show img {
	margin: 0 !important;
	width: 42px !important;
	height: 42px !important;
}

.product_show li .text .modular_name {
	margin: 10px 0 10px 0;
	font-size: 15px;
	color: #3B566E;
	text-align: center;
}

.product_show li .text .modular_name_desc {
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #6F8BA4;
	line-height: 26px;
}

.tool_preview_img_view {
	display: none;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .7);
	z-index: 100;
}

.tool_preview_img_view img {
	display: block; 
	margin: auto;  
	border-radius: 5px; 
	width: 90vw; 
	height: calc(90vw * 0.5625);
}

.edu_box {
	width: 100vw;
}

.partners {
	padding: 2rem 4% 2rem;
}

.apply-button {
    z-index:100; 
    width: 50%; 
	margin-top: 5px;
    background: #FFF; 
    color: #2979ff; 
    border-radius: 4px;
    text-align: center; 
    line-height: 40px
}

.pc_footer {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: .2rem;
	display: flex;
	justify-content: center;
	background: #2F3235;
	color: #fff;
}