/*============   登录提示弹出层   START=================*/

.popCommon {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 111111;
	display: block;
}

.popCommon .tipInformation {
	position: fixed;
	z-index: 111112;
	width: 350px;
	height: 400px;
	left: 50%;
	margin-left: -175px;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 30px 0px rgba(51, 46, 41, 0.5);
	border-radius: 3px;
	text-align: center;
	display: block;
}

.popCommon .tipInformation .close {
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../img/close.png) no-repeat;
	background-size: 100%;
	right: 15px;
	top: 15px;
	cursor: pointer;
}

.popCommon .tipInformation .tipTitle {
	font-size: 16px;
	color: #1E1E1E;
	margin-top: 60px;
}

.popCommon .tipInformation .tipImg {
	display: inline-block;
	width: 80px;
	height: 147px;
	background: url(../img/informatiom.png) no-repeat;
	background-size: 100%;
	margin: 30px auto;
}

.popCommon .tipInformation .tipButton {
	margin: 0 auto;
	width: 240px;
	height: 34px;
	background: rgba(229, 43, 49, 1);
	border-radius: 17px;
	text-align: center;
	line-height: 34px;
}

.popCommon .tipInformation .tipButton a {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	width: 100%;
	height: 34px;
}

.popCommon .tipInformation .tipHref {
	margin-top: 20px;
}

.popCommon .tipInformation .tipHref .tipWord {
	font-size: 14px;
	color: #3D3D3D;
}

.popCommon .tipInformation .tipHref .tipLink {
	color: #E52B31;
	font-size: 14px;
}


/*============   登录提示弹出层   END=================*/


/*============       点赞  按钮       ===================*/

.collectionBtn {
	display: inline-block;
	width: 130px;
	height: 40px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(200, 200, 200, 1);
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	margin-left: 10px;
	cursor: pointer;
}