input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: rgb(230,230,230); 
} 
input:-moz-placeholder, textarea:-moz-placeholder { 
color: rgb(230,230,230); 
} 
input::-moz-placeholder, textarea::-moz-placeholder { 
color: rgb(230,230,230); 
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
color: rgb(230,230,230); 
} 

/*#content {
	text-align: center;
}*/

#content .from-margin input{
		text-indent: 30px !important;
	}

#content .img-inner .from-style .fontcon {
	position: relative;
	top: 0;
	left: 0;
}

#content .img-inner img {
	margin: 0 auto;
}

#content .from-href {
	width: 228px;
	height: auto;
	padding-bottom: 5px;
	margin-left: 43.5px;
}

#content .from-href span:nth-child(1) {
	color: rgb(133, 4, 25);
	cursor: pointer;
	float: left;
}

#content .from-href span:nth-child(2) {
	color: rgb(133, 4, 25);
	cursor: pointer;
	float: right;
}

#content .from-href span:hover {
	border-bottom: 1px solid rgb(133, 4, 25);
}

#content .from-submit {
	background-color: rgb(139, 111, 169);
	color: #FFFFFF;
	margin-top: 20px;
	margin-left: 7.5px;
	border: none;
}

#content .from-margin {
	margin-top: 15px;
}

#content form input {
	width: 228px;
	height: 43px;
	/*margin-top: 2.5px;*/
	outline: none;
}

@media only screen and (min-width: 900px) {
	#content .img-inner {
		margin-bottom: 100px;
		padding:80px 0 80px 0;
	}
	#content .text-container {
		width: 1200px;
		height: auto;
		margin: 0 auto;
	}
	#content .img-inner {
		width: 1200px;
		height: auto;
		margin: 0 auto;
		text-align: center;
		/*background: url(/app/public/images/yamaha_03.png) no-repeat center center;*/
		background-size: 100% 100%;
		-webkit-background-size: 100% 100%;
		/*padding:80px 0 80px 0;*/
		/*padding-bottom: 100px;*/
		background-size: cover;
	}
	#content .from-style h3 {
		padding-top: 35px;
		margin-bottom: 10px;
	}
	#content .little {
		display: none;
	}
	#content .img-inner .from-style {
		width: 315px;
		height: 350px;
		margin: 0 auto;
		background-color: #FFFFFF;
		border: 1px solid #c2c2c2;
	}
	#content .img-inner .from-style .fontcon .iconfont {
		width: 25px;
		height: 25px;
		position: absolute;
		top: 12px;
		left: 50px;
	}
}


/*屏幕在420到800之间*/

@media only screen and (min-width: 500px) and (max-width: 900px) {
	#content .img-inner {
		margin-bottom: 100px;
	}
	#content .more {
		display: none;
	}
	#content .text-container {
		width: 95%;
		height: auto;
		margin: 0 auto;
	}
	#content .from-style h3 {
		padding-top: 35px;
		margin-bottom: 10px;
	}
	#content .img-inner {
		width: 95%;
		height: 95%;
		margin: 0 auto;
		text-align: center;
		background: url(/app/public/images/WeChat_1489384991.jpg) no-repeat center center;
		background-size: 100% 100%;
		-webkit-background-size: 100% 100%;
		padding:100px 0 100px 0;
		background-size: cover;
	}
	#content .img-inner .from-style {
		width: 315px;
		height: 335px;
		margin: 0 auto;
		background-color: #FFFFFF;
	}
	#content .img-inner .from-style .fontcon .iconfont {
		width: 25px;
		height: 25px;
		position: absolute;
		top: 10px;
		left: 50px;
	}
}


/*小于420*/

@media only screen and (max-width: 500px) {
	#content{
		padding: 0 15px;
	}
	.img-inner {
		margin-bottom: 50px;
		text-align: center;
	}
	#content .register {
		width: 90%;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}
	#content .img-inner .from-style {
		width: 100%;
		height: 335px;
		border: 1px solid #c2c2c2;
		margin: 0 auto;
		background-color: #FFFFFF;
		padding-top: 35px;
	}
	#content .img-inner .from-style .fontcon .iconfont {
		width: 25px;
		height: 25px;
		position: absolute;
		top: 27.5%;
		left: 21.5%;
		display: none;
	}
	#content .from-style h3 {
		display: none;
	}
	#content .from-href{
		width:228px;
		height: auto;
		margin:0 auto;
	}
	#content .from-margin input{
		text-indent: 10px !important;
	}
}<!--0.00018501281738281-->