		*{
			margin: 0px;
			padding: 0px;
			border: none;
			outline: none;
			font-style: normal;
		}
		html{
			font-size: 62.5%;
		}
		html{
			-webkit-box-sizing: border-box;
		    -webkit-tap-highlight-color: rgba(0,0,0,0);
		    word-wrap: break-word;
		    word-break: normal;
		    background: #efeff4;
		    height: 100%;
		}
		body{
			  width: 100%;
			  height: 100%;
			  padding: 0;
			  font-family: "Hiragino Sans GB","Microsoft YaHei","微软雅黑","宋体",Arial,Verdana,sans-serif;
			  color: #4e4e4e;
			  overflow-x: hidden;
		}

		body *{

		    max-width: 780px;
		}
		body{
			user-select: none;
			-moz-user-select: none;
			-webkit-user-select: none;
		}
		.wrapper{
			margin: 0 auto;
			min-height: 30rem;
			height: 100%;
			position: relative;
			z-index: 0;
		}

		@media only screen and ( max-width: 320px){
			body{
				font-size: 1.2rem;
			}
		}

		@media only screen and ( min-width: 320px){
			body{
				font-size: 1.3rem;
			}
		}

		@media only screen and ( min-width: 480px){
			body{
				font-size: 1.3rem;
			}
		}

		@media only screen and ( min-width: 640px){
			html{
				font-size: 75%;
			}
			body{
				font-size: 1.3rem;
			}
		}

		img{
			max-width: 100%;
		}

		a{
			color: #8f8f8f;
			text-decoration: none;
		}

		ul{
			list-style: none;
		}

		input{
			font-size: 1.4rem;
			color: #666;
		}
		input:disabled
		{ 	
			color: #666;
			background-color: #fff;
		}