html{
				font-size: 20px;
				background: white;
			}
			body{
				width: 100%;
				
				max-width: 600px;
				margin: 0 auto;
			}
			.kuyu{
				margin-top: 2px;
				overflow: hidden;
				padding-bottom: 50px;
			}
			.logo{
				width: 100%;
				max-width: 800px;
				margin: 0 auto;
				
			}
			.logo img{
				display: block;
				width: 100%;
				margin: 0 auto;
			}
			.bindCardMain{
				width: 90%;
				margin: 0 auto;
				
			}
			.cardNoArea {
			    width: 100%;
			    height: 40px;
			    border-radius: 20px;
			    border: solid 1px #e0e0e0;
			    position: relative;
			}
			.cardNoArea div {
			    height: 100%;
			    margin: 0 40px 0 2rem;
			}
			#card_no {
			    font-size: 18px;
			    color: #000;
			    width: 100%;
			    height: 100%;
			    line-height: 100%;
				border: none;
				outline: none;
				background: transparent;
			}
			.inputCancle {
				float: right;
				background:url(/tpl/Public/images/bannerSearchX.png) no-repeat center;
				background-size: 50%;
				display: block;
				width: 1.6rem;
				border-radius: 1.6rem;
				height: 1.6rem;
				cursor: pointer;
			    position: absolute;
			    top: 5px;
			    right: 12px;
			}
			#bindCard {
			    display: block;
			    width: 100%;
			    height: 40px;
			    color: #fff;
			    font-size: 14px !important;
			    margin: 30px auto 0;
			    text-align: center;
			    border-radius: 20px;
			    background: -webkit-linear-gradient(left, #32a3ef, #43d4ff);
				border: none;
				outline: none;
				margin-top: 20px;
				}
			    input::-webkit-input-placeholder {
			         /* placeholder颜色  */
			         color: #aab2bd;
			         /* placeholder字体大小  */
			         font-size: 14px;
			     }
				#hongbao {
				    position: fixed;
				    bottom: 0;
				    width: 100%;
				    z-index: 100;
				    background: #FFF;
				    padding: 10px;
				    line-height: 190%;
				    color: #ff0000;
					font-size: 14px;
					z-index: 9999999;
				}
				.logoImg{
					width: 1.2rem;
					height: 1.2rem;
					position: absolute;
					left: 0.4rem;
					top: 50%;
					margin-top: -0.6rem;
				}