
@font-face { 
  	font-family: DINMED; 
  	src: url('en_Din/DIN-MediumItalic.otf'); 
} 

body {
	background: #fcfcfc !important;
}

.content {
	width: 900px;
	margin: 60px auto 240px;
	padding: 70px 0 90px;
	box-shadow:0px 14px 50px rgba(168,168,168,0.16);
	background: #ffffff;
}

.content h1 {
	font-size: 28px;
	line-height:30px;
	color: #222222;
	text-align: center;
	margin: 0 auto 15px;
}

.content p {
	line-height:30px;
	color: #7E7E7E;
	text-align: center;
}

.content input {
	display: block;
	width: 280px;
	margin: 28px auto 34px;
	font-size: 14px;
	line-height: 40px;
	text-indent: 20px;
	border: 1px solid #BCBCBC;
	border-radius: 20px;
	outline: none;
}

.content button {
	display: block;
	width:102px;
	height:42px;
	font-size: 14px;
	margin: 0 auto;
	background:rgba(74,125,255,1);
	border: 1px solid #4A7DFF;
	color: #ffffff;
	border-radius: 30px;
	outline: none;
	transition: all .5s ease;
}

.content button:hover {
	color: #4A7DFF;
	background: #ffffff;
}

.content1 p {
	font-size: 12px;
}

.content2 {
	display: none;
}

.content2 a {
	color: #222222;
}

.content2 h2 {
	font-size: 32px;
	line-height: 45px;
	color: #3B72FF;
	text-align: center;
}

.content2 p {
	font-size: 18px;
	color: #333333 !important;
	margin: 0 auto 45px;
}

.content2 span {
	display: block;
	font-size: 12px;
	margin: 0 auto;
	color: #7E7E7E;
	text-align: center;
	cursor: pointer;
}

.content2 .detail {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 280px;
	height: 0;
	opacity: 0;
	font-size: 14px !important;
	margin: 0 auto 45px;
	border:1px solid rgba(221,221,221,1);
	border-radius: 10px;
	transition: all .5s ease;
	overflow: hidden;
}

.content2 .detail.on {
	height: 180px;
	opacity: 1;
	margin: 15px auto 45px;
}

.content2 .detail div {
	display: flex;
}

.content2 .detail span {
	display: block;
	width: 90px;
	text-align: left !important;
	margin: 0 0 0 20px;
	color: #000000 !important;
	font-size: 14px !important;
	line-height:30px;
	cursor: text;
}

.content2 .detail p {
	font-size: 14px !important;
	margin: 0;
	color: #222222 !important;
}