.simpleAlert {
	position: fixed;
	z-index: 1000;
}

.simpleAlertShelter {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.simpleAlertBody {
	position: fixed;
	display: none;
	width: 476px;
	height: 216px;
	top: 50%;
	left: 50%;
	margin: -188px 0 0 -238px;
	opacity: 0;
	border: 1px solid #948497;
	background-color: #fff;
}

.simpleAlertBodyClose {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 10px;
	right: 10px;
	padding: 5px;
	cursor: pointer;
}

.simpleAlertBodyContent {
	position: absolute;
	top: 30%;
	width: 96%;
	height: 48px;
	overflow-y: auto;
	left: 2%;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.simpleAlertBtn {
	position: absolute;
	width: 70px;
	height: 34px;
	top: 60%;
	border: 1px solid #bfbfbf;
	cursor: pointer;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
}

.simpleAlertBtn1 {
	background-color: #3f86d6;
	left: 25%;
}

.simpleAlertBtn2 {
	background-color: #f7f7f7;
	color: #333;
	right: 25%;
}

.onlyOne {
	width: 200px;
	height: 36px;
	left: 138px;
}


.ptbot {
	width: 1000px;
	border-radius: 20px;
	height: 450px;
	background-color: #fff;
	position: fixed;
	z-index: 999;
	display: block;
	top: calc(50% - 225px);
	left: calc(50% - 500px);
	display: none;
}

.ptbot dt {
	height: 64px;
	background-color: #56e6ef;
	margin: 0;
}

.ptbot ul {
	height: calc(60px * 6);
	overflow: auto;
	margin: 0;
	padding-left: 0;
}

.ptbot dt span {
	width: calc(100% / 3);
	float: left;
	color: #015478;
	font-size: 20px;
	line-height: 64px;
text-align: center;
}
.ptbot li span {
				width: calc(100% / 3);
				float: left;
				color: #624c01;
				font-size: 18px;
				text-align: center;
			}

			.ptbot li {
				height: 58px;
				line-height: 58px;
				border-color: #56e6ef;
			}

.chaguanb {
    position: absolute;
    font-size: 30px;
    right: 0;
    top: 0;
    z-index: 99;
    cursor: pointer;
}
.fixhei {
				position: fixed;
				z-index: 999;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				background-color: rgba(0, 0, 0, 0.6);
				display: none;
			}