@charset "utf-8";
/* CSS Document */
body {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	color: #333;
    background: #f7f9fc;
	font-size: 16px;
  line-height: 24px;
	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-nav{
	height:74px;
	background: #fff;
	border-bottom:1px solid #EEEEEE;
}

.p-nav img{
	margin-top: 21px;
}

.p-login-link{
	text-align:right;
	line-height: 74px;
}

.p-login-link a{
	color: #1F55FF;
}
.img-window img{width: 95%;}
.p-register{
	display: inline-block;
	background: #1F55FF;
	color: #1F55FF;
	border: 1px solid #1F55FF;
	height: 42px;
	line-height: 42px;
	width: 88px;
	text-align: center;
	margin-left: 20px;
	border-radius: 4px;
}

.p-register:hover{
	background:#fff;
}

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

a.p-register:hover{
	color: #1F55FF;
}

.p-title{
  font-size: 40px;
  font-weight: 600;  
  margin: 50px 0 30px;
  text-align: left;
}
.about-box{
    background: url(https://image.uisdc.com/wp-content/uploads/2023/10/culture-bg.png) no-repeat top right;
    padding: 0 50px;
    display: inline-block;
    margin: 50px auto;
    position: relative;
    box-shadow: 0 0 10px #e9e9e9;
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #1a67ff;
    color: #fff;
}
.a-top{
position: absolute;
    top: 0;
    right: 0;
    background: #f5a623;
    width: 260px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.p-dy{
	background: linear-gradient(180deg, #F0F3FF 0%, #f7f9fc 100%);
}

.p-dy-title{
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin-bottom: 30px;
}

.p-dy p{	
	margin-bottom: 10px;	
}

.p-dy strong{
	font-weight: 600;
}

.p-continue-text{
	text-align: center;	
	font-size:16px;
	margin-top: 20px;
}

.p-continue-i{
	display: block;
	width: 22px;
	height:12px;
	background:url("/images/mps-fpga/p-arr-d.png") 50% no-repeat;
	background-size: 100%;
	margin: 10px auto 20px;
}

.p-title2{
	    font-size: 42px;
   background:url("/images/mps-fpga/icon-4.png") no-repeat center bottom;
    margin: 50px 0 40px;
    text-align: center;
    font-weight: bold;
    height: 80px;
}

.p-title3{
	font-size:18px;
	color: #333;
	text-align: center;
	margin-bottom: 48px;
}

.p-title6{
	font-size:26px;
	color: #000;
	text-align: left;
	margin-bottom: 18px;
	font-weight: 600;
}

.p-title6-text{
	position: relative;
}

.p-tab{
	text-align: left;
	margin-bottom: 32px;
}

.p-tab a{
	display: inline-block;
	height: 44px;
	line-height: 44px;
	padding:0 22px;
	border-right: 1px solid #C8C8C8;
	background: #fff;
	color: #333;	
	float: left;
	text-decoration: none;
  font-size: 16px;
}

.p-tab a.p-on{
	background: #1F55FF;
	border-right: 1px solid #1F55FF;
	color: #fff;
}

.p-tab a:last-of-type{
	border: 0;
}

.p-tab-box{
	overflow: hidden;
	display: inline-block;
	border-radius: 6px;
	border: 1px solid #C8C8C8;
}

.p-area{
	padding:30px;
	background: #fff;
	border-radius: 6px;
	margin-bottom: 30px;
  box-shadow: 0 0 10px #e9e9e9;
}

.p-challenge-title{
	color: #1F55FF;
	font-size: 24px;
	margin: 20px 0;
	font-weight: 600;
	font-style: normal;
}

.p-challenge-trend{
	padding: 20px;
	background: #F0F3FF;
	margin-top: 20px;
	border-radius: 6px;
	margin-bottom: 20px;
	font-size: 14px;
}

.p-challenge-trend p{
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 26px;
}

.p-challenge-trend-title,.p-challenge-title2{
	color: #1F55FF;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.p-challenge-trend-title,.p-challenge-title2 i{
margin-right: 10px;
}
.p-challenge-trend-title,.p-challenge-title2 i img{
width: 36px; height: 36px;
}

.p-challenge-trend-text{
	font-size: 16px;
	color: #000;
	overflow: hidden;
}

.p-challenge-trend-text-left{
	float: left;
	width:80%;
	padding: 0 20px 0 0;
}

.p-challenge-trend-text-right{
	float: right;
	width:20%;
}

.p-challenge-area{
	margin-bottom: 20px;
}

.p-challenge-link{
	overflow: hidden;
	margin-left: -12px;
}

a.p-link{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 18px;
	border-radius: 6px;
	background: #F0F3FF;
	float: left;
	margin-left:12px;
	margin-bottom: 8px;
	cursor: pointer;
	font-size: 15px;
	color: #000;
}

a.p-link:hover{
	background: #d3daf4;
	color: #000;
}


.p-title4{
	font-size: 30px;
	color: #333;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

.p-activity-instruction-area{
	padding-left: 120px;
	background:#fff url("/images/mps-fpga/present.png") 30px 20% no-repeat;
	background-size: 64px 64px;
}

.p-activity-instruction-title{
	color: #1F55FF;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}

.p-activity-instruction-text{
	margin-bottom: 15px;
	color: #333;
	font-size: 16px;
}

.p-activity-login{
	height:52px;
	line-height: 52px;
	font-size: 14px;
	color: #333;
	padding: 0 100px 0 50px;
	border-radius: 6px;
	width: 60%;
	background:#F0F3FF url("/images/mps-fpga/i.png") 20px 50% no-repeat;
	background-size: 15px 15px;
}

.p-base-task{margin-bottom: 30px;border-radius: 16px;overflow: hidden;}

.p-step{
	overflow: hidden;
}

.p-step-area{
	background:#F0F3FF;
	padding: 20px;
	border-radius: 6px;
	margin-bottom: 20px;
}

.p-step-area-left{
	float: left;
	width: 65%;
	padding-right: 20px;
}

.p-step-area-right{
	float: left;
	width: 35%;
}

.p-step-title{
	color: #1F55FF;
	font-size:16px;
	font-weight: 600;
	margin-bottom: 15px;
}

.p-step-text{
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
}

a.p-fpga-link{
	color: #1F55FF;
	display: inline-block;
	padding-left: 25px;
	background:url("/images/mps-fpga/visit.png") 0 50% no-repeat;
	background-size:16px 16px;
}

a.p-step-link{
	display: inline-block;
	height:48px;
	line-height: 48px;
	background: #1F55FF;
	color: #fff;
	padding: 0 24px;
	border-radius: 6px;
	margin-right: 12px;
	padding-left: 48px;
}

a.p-step-link-upload{
	background:#1F55FF url("/images/mps-fpga/upload.png") 24px 50% no-repeat;
	background-size:16px 16px;
}

a.p-step-link-letter{
	background:#1F55FF url("/images/mps-fpga/letter.png") 24px 50% no-repeat;
	background-size:16px 12px;
}

.p-task-prize li{
	margin-bottom: 16px;
	font-size: 16px;
	padding-left: 30px;
	background:url("/images/mps-fpga/list.png") 0 4px no-repeat;
	background-size:16px 16px;
}

.p-task-prize li:first-of-type{
	background:url("/images/mps-fpga/list.png") 0 16px no-repeat;
	background-size:16px 16px;
}

.p-task-prize li strong{
	color: #DC2626;
	font-size: 26px;
	display: inline-block;
	margin: 0 5px;
	font-weight: 600;
}

.p-advanced-task{
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 30px;
}

.p-title5{
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	font-size:16px;
	color: #333;
}

.p-advanced-task-area{
	overflow: hidden;
}

.p-advanced-task-left{
	float: left;
	padding-right: 30px;
	width: 40%;
}

.p-advanced-task-right{
	width: 60%;
	float: left;
}

.p-advanced-task-left-product{
	padding: 15px;
	margin-bottom: 10px;
	background: #F0F3FF;
	border-radius: 10px;
	cursor: pointer;
	position: relative;
	z-index: 1000;
}

.p-advanced-task-left-product:hover{
	background: #EEEFF4;
}

.p-advanced-task-left-product-name{
	color: #1F55FF;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}

.p-advanced-task-left-product-introduction{
	font-size:15px;
	color:#333;
}

.p-advanced-task-left-game-introduction{
	font-size: 15px;
	color: #333;
}

.p-advanced-task-game{
	position: relative;
}

.p-advanced-task-game-correct{
	position: absolute;
	left: 0;
	top: 0;
}

.p-next-level{
	position: absolute;
	right:30px;
	bottom:30px;
	background: #fff;
	height: 42px;
	line-height: 42px;
	color: #1F55FF;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	padding:0 42px;
	border-radius: 50px;
}

.p-next-level:hover{
	background: #1F55FF;
	color: #fff;
}

.p-advanced-task-game-wrong{
	position: absolute;
	overflow: hidden;
	padding: 30px;
	left: 0;
	top: 0;
	width: 100%;
}

.p-advanced-task-game-wrong::after{
	content: "";
	background:rgba(0,0,0, 0.4);
	width: 3000px;
	height: 1000px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}

.p-advanced-task-game-wrong-tips{
	position: relative;
	z-index: 100;
	color: #fff;
}

.p-go-learning{
	display: inline-block;
	position: relative;
	background: #fff;
	height: 42px;
	line-height: 42px;
	color: #1F55FF;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	padding:0 42px;
	border-radius: 50px;
	z-index: 100;
	margin-top: 20px;
}

.p-go-learning:hover{
	background: #1F55FF;
	color: #fff;
}

.p-refer-pop{
	position: absolute;
	border-radius: 9px;
	opacity: 1;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
	background: #fff;
	overflow: hidden;
	text-align: center;
	width: 500px;
}

.p-product-refer-pop{
	position: absolute;
	border-radius: 9px;
	opacity: 1;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
	background: #fff;
	overflow: hidden;
	text-align: center;
	padding:20px;
}

.p-refer-pop  img{
	width: 100% !important;
}
.p-box{clear: both;overflow: hidden;margin-bottom: 30px}
.p-box .pic-l img{width: 100%;}
.p-box .pic-r img{width: 100%;}
.p-box .pic-r{border: 2px solid #ededed;}

#email_form{
	margin: 30px;
}

#email_form input[name="email"]{
	height: 45px;
    width: 100%;
}

.p-challenge-success-text{
	text-align: center;
	font-size: 16px;
	margin-bottom: 60px;
}

h3{font-size:20px;width: 100%;display: inline-block;font-weight: bold; height: 22px; line-height: 22px;padding-left: 12px;position: relative;margin:0 0 20px;}
h3 a{color: #333;}
h3 a:visited { color: #333; text-decoration: none;}
h3 a:hover{color: #0153bc;}
h3::before{content: "";width: 5px; height: 20px;background: #1f55ff; border-radius: 4px;position: absolute; left: 0; top: 1px;}

.a_p a {
    color: #1f55ff;
}

.p-footer{
	background: #fff;
	padding: 40px;
}

.p-btm-logo {padding: 20px 0; background: #f8f8f8; text-align: center;}

.p-refer-list{
	margin-left: -20px;
	margin-bottom: 20px;
}

.p-refer-list li{ 
	margin-bottom: 10px;
}

.p-refer-list li a{
	color: #000;
  width: 100%;
}

.p-refer-list li a:hover{
	color: #000;
}

.p-refer-list li .p-refer-list-title{
	margin-top: 10px;
	font-size: 15px;
	height: 48px;
}
.p-refer-list li a{
display: inline-block;background: #fff;padding: 10px;
}
.p-refer-list li a:hover{
color: #1F55FF;
}
.p-refer-list img{ height:160px;  width:100%;padding: 10px 10px 0;    background: #fff;}
.p-refer-child-title{
	font-size: 18px;
	color: #000;
	margin-bottom: 16px;
	font-weight: 600;
	position: relative;
	padding-left: 40px;
}
.p-refer-child-title::after{
	content: "";
	position: absolute;
	width: 8px;
	height: 15px;
	background: #1F55FF;
	left: 16px;
	top: 6px;
}
.item_icon{color: #ff0000;
    margin-right: 2px;
    padding: 0 4px;
    background: #ffcfcf;
    border-radius: 4px;
    font-weight: normal;}

.p-nav-at{
	display: inline-block;
    height: 74px;
    line-height: 74px;
}

.p-nav-at a{
	display: inline-block;
	margin: 0 30px;
	font-size: 17px;
	color: #000;
	font-weight: 600;
}

.p-nav-at a:hover{
	color: #1F55FF;
}

a.p-sample-apply{
	display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 18px;
    border-radius: 6px;
    background: #f5a623;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
	float: left;
	margin-left: 12px;
}

.p-sample-apply:hover{
	color: #fff;
	background: #173c80;
}
.p-title6-text {background: url(/images/mps-fpga/img-top1.png) no-repeat 0px 2px;
    background-size: 40px;   
    display: inline-block;
    text-align: center;
    line-height: 40PX;
    margin-right: 6px;
	padding-left: 14px;
}

@media (max-width: 1170px){
	.p-title{
		font-size:30px;
		margin: 20px 0;
	}

	.p-challenge-trend-text-left{
		width: 100%;
	}

	.p-challenge-trend-text-right{
		display: none;
	}

	.p-step-area-left{
		width: 100%;
		padding-right: 0;
	}

	a.p-step-link-upload{
		margin-bottom: 20px;
	}

	.p-step-area-right{
		width: 100%;
	}
	
}

@media (max-width: 900px){
.p-title{font-size: 30px;}
.p-title2, .p-title4{font-size: 30px;height: 50px;
        margin: 10px auto;background-size: contain;}
}

@media (max-width:768px){
.a-top{display: none;}
}

@media (max-width:640px){
	.p-tab a {
		width:100%;
	}
	.p-activity-instruction-area{
		padding-left: 20px;
		background: #fff;
	}
	.p-activity-login{
		padding: 0 0 0 50px;
		width: 100%;
	}

	img.p-challenge-success{
		width: 50%;
	}
	a.p-link{height: auto;}
}

@media (max-width:485px){
	.p-advanced-task img,.p-base-task img{
		width: 150% !important;
	}
}



