@charset "utf-8";
/* CSS Document */
body {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	color: #333;
    background: #fff;
	font-size: 15px;
	position:relative;
	font-family: 'Microsoft Yahei', 'SimSun', sans-serif;
}
form, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
i {
	font-style: normal;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
input, select {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	vertical-align: middle;
	outline: 0;
	font-family: 'Microsoft Yahei', 'SimSun', sans-serif;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
.fix:before, .fix:after {
	content: "";
	display: table;
}
.fix {
*zoom:1;
}
.fix:after {
	clear: both;
}

button
{
	font-family: 'Microsoft Yahei', 'SimSun', sans-serif;
}
form, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
i {
	font-style: normal;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
input, select {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	vertical-align: middle;
	outline: 0;
	font-family: 'Microsoft Yahei', 'SimSun', sans-serif;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}

.p-login{
	color: #333;
    text-align: right;
	position: relative;
	padding: 0 142px;
	z-index: 100;
	bottom:-12px;
	margin-bottom: -30px;
}

.p-login a:hover{
	color: #333;
}

.p-login a{
	color: #333;
}

.p-h-title{
	color: #000;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height: 32px;
}

.p-introduction{
	padding: 30px 0;
}

.p-board-introduction{
	margin-top: 30px;
}

.container p{
	color: #3d3d3d;
	margin-bottom: 18px;
}

.container h3{
	color: #644F54;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 18px;
}

.p-highlights strong{
	display: block;
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
	position: relative;
	font-weight: 600;
	
}

.p-highlights strong::after{
	content: "";
	width: 19px;
	height: 19px;
	background: url("/images/infineon-challenge/list-icon.png") no-repeat;
	position: absolute;
	left:-28px;
	top: 50%;
	margin-top: -10px;
}

.p-highlights ul{
	margin-top: 18px;
}

.p-highlights li{
	color: #3d3d3d;
	padding-left: 28px;
	margin-bottom: 26px;
}

.p-more{
	margin-bottom: 30px;
}

.p-more a{
	color: #fff;
}

.p-more a:hover{
	text-decoration: underline;
}

.p-more-btn{
	width:270px;
	height:50px;
	line-height: 50px;
	display: block;
	background: #AB377A;
	color: #fff;
	text-align: center;
	margin:0 auto;
	font-size: 16px;
}

.p-activity strong{
	display: block;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	padding-left: 20px;
}

.p-activity strong::after{
	content: "";
	width: 8px;
	height: 22px;
	background: #9BC3B7;
	position: absolute;
	left:0;
	top: 50%;
	margin-top: -10px;
}

.p-activity{
	line-height: 24px;
	font-size: 14px;
}

.p-activity li li{
	margin-bottom: 12px;
	color: #3d3d3d;
}

.p-cotent{
	padding-left: 20px;
}

.p-cotent dt{
	margin-bottom: 15px;
	font-weight: 600;
}

.p-cotent dd{
	margin-bottom: 6px;
}

.p-privacy-statement{
	background: #E9E6E7;
}

.p-into-activity{
	color: #3D3D3D;
	font-size: 22px;
	padding: 30px 0 10px;
	text-align: center;
	font-weight: 600;
}

.p-into-activity a{
	color: #005DA9;
	text-decoration: underline;
}

.p-privacy-statement-text{
	padding:0 100px 50px;
	color: #999;
	font-size: 12px;
}

.p-privacy-statement-text p{
	color: #999;
}

.p-privacy-statement-text li{
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
}

.p-privacy-statement-text input[type="checkbox"]{
	position: absolute;
	left:0;
	top:-2px
}

.p-footer{
	background: #928285;
	text-align: right;
	padding: 15px 0;
}

@media (max-width: 1170px){
	.p-privacy-statement-text{
		padding: 0;
	}
	.p-login{
		z-index: 100;
		bottom:0;
		margin-bottom: 0;
		padding: 0 20px;
	}
	.p-introduction-tab{
		padding: 0;
	}
}




