.successMask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.successMask .mask-content{
	width: 416px;
	height: 300px;
	background-color: #FFFFFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -208px;
	text-align: center;
	padding: 50px;
}

.successMask .commit{
	display: block;
	width: 260px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	-moz-border-radius: 48px;
	text-align: center;
	background-image: linear-gradient(180deg, #8CBF8A 0%, #9FDA5D 100%);
	font-size: 16px;
	color: #FFFFFF;
	margin: 0 auto;
}

.successMask .close {
	width: 40px;
	height: 40px;
	text-align: center;
	position: absolute;
	top: 15px;
	right: 25px;
}

.successMask .close>div{
	width: 25px;
	height: 0;
	border-bottom: 1px solid #383838;
	position: relative;
	top: 20.5px;
	left: 8px;
}

.successMask .close>div:first-of-type {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.successMask .close>div:last-of-type {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	top: 19.5px;
}

.successMask .info{
	font-size: 22px;
	color: #888888;
	margin: 20px 0 30px;
}


.logoutMask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.logoutMask .mask-content{
	width: 416px;
	height: 300px;
	background-color: #FFFFFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -208px;
	text-align: center;
	padding: 50px;
}

.logoutMask .commit{
	display: block;
	width: 260px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	-moz-border-radius: 48px;
	text-align: center;
	background-image: linear-gradient(to right, #E2007C, #F92C22);
	font-size: 16px;
	color: #FFFFFF;
	margin: 0 auto;
}

.logoutMask .close {
	width: 40px;
	height: 40px;
	text-align: center;
	position: absolute;
	top: 15px;
	right: 25px;
}

.logoutMask .close>div{
	width: 25px;
	height: 0;
	border-bottom: 1px solid #383838;
	position: relative;
	top: 20.5px;
	left: 8px;
}

.logoutMask .close>div:first-of-type {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.logoutMask .close>div:last-of-type {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	top: 19.5px;
}

.logoutMask .info{
	font-size: 22px;
	color: #888888;
	margin: 20px 0 30px;
}