*{margin:0 ;padding:0;}
body,html {height:100%;}
.pagebg{
	width:100%;
	height:100%;
        background:url(../images/home/intbg.png) no-repeat;
	background-size:100% 100%;
	display: flex;
}
.main{
	width:1070px;
	margin: auto;
	text-align: center;
}
.logo{
	width:160px;
	height:150px;
	margin-top:30px;
}
.text{
	font-size:35px;
	color:#FFFFFF;
	margin:26px 0px;
	font-weight:bold;
        text-shadow:5px 7px 1px #595bf8;
}
.list{
	display: flex;
	justify-content:space-between;
	margin:40px 0px 45px 0px;
}
.list li{
	width:320px;
	height:420px;
}
.list li a img{
	width:100%;
	height:100%;
}

.copy{
	font-size:14px;
        color:#FFFFFF;
	margin-top:30px;
}

.prompt{
	position: relative;
	width:400px;
	height:160px;
	background-color: rgba(48,70,214,0.5);
	margin:-35% auto;
	display:none;
	border-radius:20px;
}
.prompt p{
	font-size:26px;
	color:#00e4ce;
	text-align: center;
	line-height:160px;
}
.prompt span{
	display: block;
	position:absolute;
	top:10px;
	right:20px;
	color:#00e4ce;
	font-size:26px;
	cursor:pointer;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.main {width: 100%;}
	.logo {width: 100px;height: 100px;margin-top: 30px;}
	.text {font-size: 22px;padding: 0px 5%;line-height: 30px;}
	.list li {width: 100%;height: auto;}
	.copy {font-size: 14px;color: #FFFFFF;margin-top: 30px;line-height: 20px;}
	}
@media screen and (min-width: 767px) and (max-width: 1200px){
	.main {width: 100%;}
}


