*{
            margin:0;
            padding:0;
        }
        html{
            height:100%;
        }
        body{
            /* background: url('images/bg.jpg') no-repeat fixed center; */
			max-width: 680px;font-size: 12px
            width:100%;
			margin: 0 auto;
            height:100%;
            background-size:cover;
            -webkit-background-size:cover;
            overflow: hidden;
        }
        .search-container{
			max-width: 680px;
            text-align: center;
            width:100%;
            margin: 0 auto;
			padding:2rem 0 0 ;
            border-top: 1px dashed #ccc;overflow: hidden;
        }
        .wx{
            width:78%;
            height:35px; 
            border: 1px solid #fdad30;
            outline:none;text-align: center;
            float: left;
        }
        .sub{
            width:20%;
            height:37px;
            background-color: #fdad30;
            color:#fff; 
            border: 1px solid #fdad30;
             float: left;


        }
        .yes,.no{
            text-align: center;
			max-width: 680px;
            width:100%;
            height:100%;
            position: absolute;
            background-color: rgba(0,0,0,0.5);
            display: none;
			top: 0;
        }
        .yes-img,.no-img{
            position: relative;
            top:20%;
        }
        .cancel{
            position: absolute;
            top:20%;
            right:10%;
        } 
		.p{
			padding: 0rem 1.875rem;
			line-height: 2rem;
			font-size: 0.9rem;
			color: #ccc;
			font-family: "宋体";
            text-align: center;
		}
        .con{ width: 800px; margin: 0 auto }