﻿.container{
	width: 100%;
	/*height: 650px;*/
	overflow: hidden;
	background: #eee;
	padding: 66px 0 0 0px;
	margin: 0 auto;
}

.container_login{
	width: 100%;
	/*height: 650px;*/
	overflow: hidden;
	background: #eee;
	padding: 0px 0 0 0px;
	margin: 0 auto;
    min-height:650px
}

.menu_area{
	width: 100%;
	height: 380px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 60px; 
}
.menu_scroll{
	width: 100%;
	height: 585px;
	padding: 20px 10px;
}
.menu{
	display: block;
	width: 280px;
	height: 345px;
	background-color: #fff;
	border-radius: 3px;
	float: left;
	padding: 35px;
	margin: 0 10px;
	/*邊框漸層色*/
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 100% 0;
	background-repeat: no-repeat;
	-webkit-background-size: 3px 100%;
	-moz-background-size: 3px 100%;
	background-size: 3px 100%;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
	background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%), -webkit-linear-gradient(top, #fff 0%, #fff 100%);
	background-image: -moz-linear-gradient(top, #fff 0%, #fff 100%), -moz-linear-gradient(top, #fff 0%, #fff 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #fff 100%), -o-linear-gradient(top, #fff 0%, #fff 100%);
	background-image: linear-gradient(to bottom, #fff 0%, #fff 100%), linear-gradient(to bottom, #fff 0%, #fff 100%);
	/*border:1px solid #fff;*/
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
}
.menu:hover{
	border:none;
	border-top: 3px solid #6ad5bd;
  	border-bottom: 3px solid #005cb8;
    background-image: -webkit-linear-gradient(#6ad5bd 0%, #005cb8 100%), -webkit-linear-gradient(#6ad5bd 0%, #005cb8 100%);
    background-image: -o-linear-gradient(#6ad5bd 0%, #005cb8 100%), -o-linear-gradient(#6ad5bd 0%, #005cb8 100%);
    background-image: linear-gradient(#6ad5bd 0%, #005cb8 100%), linear-gradient(#6ad5bd 0%, #005cb8 100%);
}

.menu > div{
	width: 210px;
	height: 210px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.menu > div > img{
	z-index: 99;
}
.menu > div > .menu_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 120px;
	background: #959595;
	z-index: 1;
	

}
.menu > div > .menu_bg:after{
	content: '';
	display: block;
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 120px;
	background: -webkit-linear-gradient(45deg,#005cb8,#6ad5bd);
	background: -o-linear-gradient(45deg,#005cb8,#6ad5bd);
	background: -moz-linear-gradient(45deg,#005cb8,#6ad5bd);
	background: linear-gradient(45deg, #005cb8,#6ad5bd);
	z-index: 2;
	opacity: 0;
}
.menu:hover > div > .menu_bg:after{
	-webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
	opacity: 1;
}
.menu{
	text-align:center;
	font-size: 22px;
	font-family: Roboto-Regular;
	color: #005cb8;
	font-weight: bold;
}
.menu:hover{
	text-decoration: none;
	color: #005cb8;

}
.menu p{
	margin-top: 30px;
}