* {
	padding: 0;
	margin: 0;
	/*font-family: "楷体";*/
}
body {
	overflow-x: hidden;
}
#pc-main {
/*	width: 100vw;
	 	height: 100vh; */
	background: url("../img/pc-background.png") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.pc-box {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.pc-logo {
	width: 100%;
	text-align: center;
	padding-top: 5%;
}

	.pc-logo img {
	width:55%;
	}

.pc-input-box {
	display: flex;
	align-items: center;
	width: 50%;
	height: 50px;
	margin: 20px auto;
	border-radius: 25px;
	background: white;
}

	.pc-input-box input {
		width: 65%;
		height: 50px;
		margin-left: 20px;
		background: none;
		outline: none;
		border: 0px;
		font-size: 25px;
	}

.pc-search-btn {
	width: 38%;
	height: 50px;
	border-radius: 0 25px 25px 0;
	background: linear-gradient(140deg, rgba(6,136,255,1),rgba(237,60,216,1));
}


	.pc-search-btn:hover {
	}

	.pc-search-text {
		display: flex;
		align-items: center;
		height: 50px;
		font-size: 0.168rem;
		color: white;
		letter-spacing: 3px;
		padding-left: 20px;
                cursor: pointer;
	}

	.pc-search-text img {
		width: 95px;
		height: 95px;
	}

.pc-tips{
	width: 55%;
	min-height: 160px;
	margin: 30px auto;
	border-radius: 5px;
	font-size: 20px!important;
	color: white;
	letter-spacing: 3px;
	line-height: 40px;
	padding:10px;
}

.borderstyle {
	border: 2px dashed whitesmoke;
}
	
	
#text {
	padding:0 10px;
	text-align:left;
}

.pc-precautions {
 
	font-size: 24px;
	color: white;
	align-items: center;
	width: 55%;
	margin: 0px auto;
}

.pc-precautions-center {
	/*display: flex;*/
	justify-content: flex-start;
}

	.pc-precautions-center ul li {
		text-align: left;
		list-style: none;
		line-height: 45px;
	}
