html, body {height: 100%;}
body {
	-webkit-overflow-scrolling: touch;
	height: 100%;
	background: #fff;
	font-family: "方正黑体简体";
}

.dialogdiv {
/* 	margin-top:30px; */
	border-radius: 1rem;
	width: 98%;
	max-width: 30rem;
	height: 100%;
	/* padding-top: 15%; */
	color: #333;
	float: left;
	text-align: right;
  	width: auto;
  	max-width: 500px;
  	min-width: 36px;
  	min-height: 36px;
  	background-color: rgba(184, 190, 210, 0.53);
  	padding: 5px;
  	border-radius: 0em;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-o-box-sizing: border-box;
  	box-sizing: border-box;
  	border: none !important;
  	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.title{
	height: 10%;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}
.star{
	height: 9%;
	width: 70%;
	margin: 0 auto;
}
.tip{
	width: 80%;
	margin: 0 auto;
	padding-top: 5%;
	height: 30%;
}
.tipl{
	width: 40%;
	float: left;
}
.tipr{
	float: left;
	width: 50%;
	margin-left: 10%;
	line-height: 2rem;
}
.but{
	left: 400px;
    clear: both;
    width: 6%;
    position: fixed;
    bottom: 36%;
}
.but div{
	width:5.4rem;
	margin:0 auto;
}
