﻿	*{margin:0;padding:0;}
	/*消息弹窗样式控制*/
	#popOne{background:#fff;width:260px;border:1px solid #e0e0e0;font-size:12px;position: fixed;left:10px;bottom:10px;}
	#popHead{line-height:32px;background:#f6f0f3;border-bottom:1px solid #e0e0e0;position:relative;font-size:12px;padding:0 0 0 10px;}
	#popHead h2{font-size:14px;color:#666;line-height:32px;height:32px;}
	#popHead #popClose{position:absolute;right:10px;top:1px;}
	#popHead a#popClose:hover{color:#f00;cursor:pointer;}
	#popContent{padding:5px 10px;}
	#popTitle a{line-height:24px;font-size:14px;font-family:'微软雅黑';color:#333;font-weight:bold;text-decoration:none;}
	#popTitle a:hover{color:#f60;}
	#popIntro{text-indent:24px;line-height:160%;margin:5px 0;color:#666;}
	#popMore{text-align:right;border-top:1px dotted #ccc;line-height:24px;margin:8px 0 0 0;}
	#popMore a{color:#f60;}
	#popMore a:hover{color:#f00;}
    /*
        2020年6月17日11:33:51 杨恒 修改pop弹窗zindx值，避免被返回顶部遮挡
    */
    #popOne { z-index:10; }

	/*任务弹窗样式控制*/
	#popTwo{background:#fff;width:260px;border:1px solid #e0e0e0;font-size:12px;position: fixed;right:10px;bottom:10px;}
	#popHeadTwo{line-height:32px;background:#f6f0f3;border-bottom:1px solid #e0e0e0;position:relative;font-size:12px;padding:0 0 0 10px;}
	#popHeadTwo h2{font-size:14px;color:#666;line-height:32px;height:32px;}
	#popHeadTwo #popCloseTwo{position:absolute;right:10px;top:1px;}
	#popHeadTwo a#popCloseTwo:hover{color:#f00;cursor:pointer;}
	#popContentTwo{padding:5px 10px;}
	#popTitleTwo a{line-height:24px;font-size:14px;font-family:'微软雅黑';color:#333;font-weight:bold;text-decoration:none;}
	#popTitleTwo a:hover{color:#f60;}
	#popIntroTwo{text-indent:24px;line-height:160%;margin:5px 0;color:#666;}
	#popMoreTwo{text-align:right;border-top:1px dotted #ccc;line-height:24px;margin:8px 0 0 0;}
	#popMoreTwo a{color:#f60;}
	#popMoreTwo a:hover{color:#f00;}
	/*
        2020年6月17日11:33:51 杨恒 修改pop弹窗zindx值，避免被返回顶部遮挡
    */
	#popTwo { z-index:10; }