*{
            margin:0;
            padding:0;
        }
        html{
            height:100%;
        }
        body{
            /* background: url('images/bg.jpg') no-repeat fixed center; */
			max-width: 680px;
            width:100%;
			margin: 0 auto;
            height:100%;
            background-size:cover;
            -webkit-background-size:cover;
            overflow: hidden;
        }
        .title{ height: 50px; font-size: 26px;text-align: center; line-height: 50px; color: #FFF; font-weight: bold; background: #52d4ec }
        .search-container{
			max-width: 680px;
            text-align: center;
            width:100%;
			padding:60px 0;
        }
        .wx{
            width:60%;
            height:40px;
            -webkit-border-radius:6px;
            -moz-border-radius:6px;
            -ms-border-radius:6px;
            -o-border-radius:6px;
            border-radius:6px;
            border: 1px solid #DBDBDB;
            outline:none;
        }
        .sub{
            width:18%;
            height:40px;
            background-color: #52d4ec;
            color:white;
            -webkit-border-radius:6px;
            -moz-border-radius:6px;
            -ms-border-radius:6px;
            -o-border-radius:6px;
            border-radius:6px;
            border: 1px solid #DBDBDB;
            outline:none;
            margin-left: 2%
        }
        .jb{ background: #FFF; color: #000;width: 15% }
        .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:48%;
        }
        .cancel{
            position: absolute;
            top:49%;
            right:16%;
        }
		.h3{
			padding:3.75rem 1.875rem 1rem ; 
			font-family: "宋体";
            text-align: center;
		}
		.p{
			padding: 0rem 1.875rem;
			line-height: 30px;
			font-size: 15px;
			color: #151515;
			font-family: "宋体";
             text-indent: 2rem
		}