.originpanel{
	padding: 20px 40px 20px 20px;
	position: relative;
	
}

.originpanel.active{
	background-color: #c6e2ff;
	border-radius: 5px 0px 0px 5px;
	font-size: 18px;
	font-style: italic;
}

.check_button{
	position: absolute;
	top: calc(50% - 20px);
	right: -35px;
	/* width: 40px; */
	/* height: 100%; */
	/* background: #409EFF; */
	/* color: #ffffff; */
	/* border-radius: 4px; */
	transition: opacity 1s;
	z-index: 1;
}


.compare_button{
	position: absolute;
	top: calc(50% - 20px);
	right: -35px;
	/* width: 40px; */
	/* height: 100%; */
	/* background: #409EFF; */
	/* color: #ffffff; */
	/* border-radius: 4px; */
	opacity: 0;
	transition: opacity 1s;
	z-index: 1;
}

.originpanel:hover .compare_button{
	opacity: 1;
	
}

.comparediv{
	background-color: #c6e2ff;
	border-radius: 0px 5px 5px 0px;
	position: fixed;
	margin-left: 44.5%;
	height: 95%;
}

.comparepanel{
	padding: 20px 20px 20px 40px;
}

.compare_list_div{
	height: 85%;
	overflow-y: scroll;
}