* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

.tsm {
	background: #333;
	font-size: 13px;
	color: #fff;
	margin: 20px;
	margin-top: 0px;
	padding: 12px;
	line-height: 25px;
}

.tsm .p2 {
	margin-top: 12px;
}

.btns {
	padding: 20px;
}

.btns div {
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 10px;
	border-radius: 5px;
	background: #0CC;
	color: #fff;
	margin-bottom: 12px;
	width: 100%;
}

.sy-title {
	text-align: center;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

.sy-alert .sy-title {
	height: 80px;
	line-height: 80px;
	
}

.sy-alert .sy-title {
	width: 90%;
	margin-left: 5%;
	border-bottom: 0px solid #dddddd;
}

.sy-alert {
	width: 900px;
	padding: 2%;
	border-radius: 15px;
}



.d_v:hover {
	cursor: pointer;
}



.d_vv {
    position: absolute;
    top: -70px;
    right: -50px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


.clear {
	clear: both;
}