﻿* {

	margin: 0;
	list-style: none;
}

html,body{
	width: 100%;
	height:100%;
}
body div.test1{
	width: 100%;
	height: 100%;
}

body div.test1 .alert_box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100;
}
 
.alert_box .small_win {
	background: #fff;
	/*width: 80%;*/
	width: 360px;
	position: absolute;
	top: 50%;
	left: 50%;
	padding-bottom: 15px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 10px;
	overflow: hidden;
}
 
.alert_box .small_win .alert_box_title {
	background: #fff;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
}

.alert_box .small_win .alert_box_title p.alert_title_text{
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-weight: bold;
	text-indent: 0;
	letter-spacing: 2px;
}

.alert_box .small_win .alert_box_content {
	width: 90%;
	margin: 0 auto;
	margin-top: 10px;
}

.alert_box .small_win .alert_box_content ul.alert_box_content_ul {
    width: 100%;
    margin: 0;
    padding: 0;
}
 
.alert_box .small_win .alert_box_content ul li {
	padding: 5px 0;
}

.alert_box .small_win .alert_box_content ul li span{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	text-indent: 0;
	text-align: center;
	letter-spacing: 1px;
}
 
.alert_box_input input {
	width: 100%;
	border: none;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	outline: none;
}
 
.alert_box_sure {
	text-align: center;
	margin-top: 15px;
}
 
.alert_box_sure .alert_box_btn {
	border: none;
	width: 40%;
	padding: 6px;
	margin-right: 5px;
	outline: none;
	border-radius: 6px 6px;
}
