@charset "UTF-8";
/* 分享弹窗 start */
.share-fixed {
	display: none;
	position: fixed;
	z-index: 999;
	top: 150px;
	right: 30px;
	width: 190px;
	height: 240px;
	background: url(http://img-game.yy.com/f2e/static/activity/new-yy-vip/share-popup/images/share-bg2.png) 0 0 no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-size: 14px;
}

.share-fixed img {
	margin: 45px 0 0;
}

.share-fixed .share-reward {
	margin: 5px;
	color: #ff0000;
}

.share-fixed .share-close-fixed-btn {
	position: absolute;
	top: 7px;
	right: 8px;
	width: 14px;
	height: 14px;
	font-size: 0;
	cursor: pointer;
}

.share-fixed .share-btn {
	width: 98px;
	height: 30px;
	background: url(http://img-game.yy.com/f2e/static/activity/new-yy-vip/share-popup/images/share-btn.png) 0 0 no-repeat;
	font-size: 0;
}

.share-fixed .share-btn:hover {
	width: 98px;
	height: 30px;
	background: url(http://img-game.yy.com/f2e/static/activity/new-yy-vip/share-popup/images/share-btn-hov.png) 0 0 no-repeat;
	font-size: 0;
}



.dialog.share-popup {
    box-sizing: border-box;
	background: url(http://img-game.yy.com/f2e/static/activity/new-yy-vip/share-popup/images/share-bg1.png) 0 0 no-repeat;
	padding-top: 95px;
}

.dialog.min-pop .share-close-line-btn {
	top: 38px;
	right: 40px;
	width: 19px;
	height: 19px;
	background: url(http://img-game.yy.com/f2e/static/activity/new-yy-vip/share-popup/images/share-close-line-btn.png) 0 0 no-repeat;
}

.dialog .share-text {
    color: black;
	word-break: break-all;
	height: 198px;
	width: 85%;
	margin: 0 auto;
	line-height: 2;
}

.dialog .pop-btns .share-close-btn {
	width: 130px;
	height: 45px;
	background: url(http://img-game.yy.com/f2e/static/activity/new-yy-vip/share-popup/images/share-close-btn.png) no-repeat center center;
}

.dialog .pop-btns .share-close-btn:hover {
	background: url(http://img-game.yy.com/f2e/static/activity/new-yy-vip/share-popup/images/share-close-btn-hov.png) no-repeat center center;
}

.dialog .share-task {
	color: #a5814d;
	font-weight: bold;
}

.dialog .share-link {
    margin: 10px 30px;
    height: 100px;
	color: #afaba5;
}

/* 分享弹窗 end */