@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}
ul,ol,li{
	list-style: none;
}
html,body{
	width: 100%;
	height: 100%;
	/*font-size: 62.5%;*/
}

.alertDisable{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	background-color: rgba(0,0,0,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF000000,endcolorstr=#FF000000);
	z-index: 99;
}
.alertBox{
	width: 38rem;
	min-height: 20rem;
	height: auto;
	position: absolute;
	top: calc((100% - 20rem) / 2);
	left: calc((100% - 38rem) / 2);
	/*margin-left: -19rem;*/
	border-radius: 0.5rem;
	overflow: hidden;
	/*background-color: #fff;*/
	z-index: 5000;
}

.alertHeader{
	font-size: 1.6rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	font-weight: bolder;
	background-color: #ccc;
}
.alertContent{
	height: auto!important;/*10rem;*/
	overflow-y: auto;
	padding: 1rem;
	/*color: white;#333;*/
}
.alertContent p{
	font-size: 1.4rem;
	/*letter-spacing: 0.1rem;*/
	word-break:break-all;
	text-indent: 2rem;
	text-align: left;
}

.alertFooter{
	height: 5rem;
	text-align: center;
	line-height: 5rem;
	border-top: 1px solid #ccc;
	background-color: #ccc;
	font-size: 0;
}
.alertFooter a{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	width: 10rem;
	height: 3rem;
	line-height: 3rem;
	color: #000;
	font-size: 1.4rem;
	border-radius: 0.3rem;
	/*background-color: #fff;*/
}
.alertFooter a.alertOK{
	background-color: #3475f5;
	color: #fff;
	margin-right: 5%;
}
.alertFooter a.alertCancle{
	border: 1px solid #3475f5;
	box-sizing: border-box;
	margin-left: 5%;
}
.alertFooter a:hover{
	text-decoration: none;
	/*background-color: #777;*/
}
li.alertContent,li.alertHeader,li.alertBox,li.alertFooter{width:auto!important;}






.alertBox1{
	width: 70rem;
	min-height: 20rem;
	height: auto;
	position: absolute;
	top: calc((100% - 75rem) / 2);
	left: calc((100% - 70rem) / 2);
	border-radius: 0.5rem;
	overflow: hidden;
	background-color: #fff;
	z-index: 5000;
}
.alertContent1{
	overflow-y: unset !important;
	padding-left: 30px;
	padding-right: 30px;
}
.alertFooter1{
	height: 5rem;
	text-align: right;
	line-height: 5rem;
	border-top: 1px solid #ccc;
	background-color: #ccc;
	font-size: 0;
	padding-right: 30px;
}



.alertFooter1 a{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	width: 10rem;
	height: 3rem;
	line-height: 3rem;
	color: #000;
	font-size: 1.4rem;
	border-radius: 0.3rem;
	/*background-color: #fff;*/
}
.alertFooter1 a.alertOK{
	background-color: #3475f5;
	color: #fff;
	margin-right: 5%;
}
.alertFooter1 a.alertCancle{
	border: 1px solid #3475f5;
	box-sizing: border-box;
	margin-left: 5%;
}
.alertFooter1 a:hover{
	text-decoration: none;
	/*background-color: #777;*/
}
li.alertContent,li.alertHeader,li.alertBox,li.alertFooter1{width:auto!important;}
