* {
	padding: 0;
	margin: 0;
	font-family: arial;
}

a {
	text-decoration: none;
}

.tc {
	width: 385px;
	height: 324px;
	border: 3px solid #e96f83;
	border-radius: 10px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}

.tc1 {
	line-height: 38px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
	color: #FF0000;
	padding-top: 46px;
}

.mp {
	line-height: 36px;
	font-size: 36px;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
}

.check {
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	padding-bottom: 10px;
}

.buttonred {
	width: 198px;
	height: 50px;
	line-height: 50px;
	font-weight: 600;
	color: #fff;
	border-radius: 10px;
	text-align: center;
}

.redbox {
	width: 378px;
	height: 50px;
}

.mar {
	margin: 0 auto;
}

.btn1 {
	background: #FF0000;
	width: 198px;
	height: 50px;
	border-radius: 10px;
	font-weight: bold;
	color: #fff;
	font-size: 24px;
	border: none;
	outline: none
}

.xs {
	display: none;
}

.cox {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	outline: 0;
	-webkit-overflow-scrolling: touch;
	background-color: rgb(0, 0, 0);
	filter: alpha(opacity=60);
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9999;
}