/*pc¶ËÏêÇéÒ³*/
/* reveal-modal */
.reveal-modal-bg {
	position:fixed;
	height:100%;
	width:100%;
	background-color:#000;
	z-index:9999999;
	display:none;
	top:0;
	left:0;
	background:rbga(0, 0, 0, .0);
}
.reveal-modal {
	visibility: hidden;
	top: 100px;
	left: 60%;
	margin-left: -300px;
	position: absolute;
	z-index: 99999999;
}
.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: 0.5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #FFF;
	text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}
.reveal-modal h2 {
	font-size:18px;
	color:#990000;
	padding:0 0 20px 0;
}
.reveal-modal p {
	padding:0 0 15px 0;
}
#msg {
	position: relative;
	top: -205px;
	left: 170px;
}
#msg, #yes .modal-dialog .modal-content .modal-body #login div #tr, #tt {
	margin-left: 5px;
	color: #FFF;
	font-size: 12px;
	background-color: #F03;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-radius: 5px;
}
#yes .modal-dialog .modal-content .modal-body #login div #tr, #tt {
	display: block;
	background-color: #81A3C9;
	color: #FFF;
	text-decoration: none;
	float: left;
	width: 100px;
	margin-left: 87px;
	margin-top: 20px;
}
#msg, #no .modal-dialog .modal-content .modal-body #login div #tr, #tt {
	margin-left: 5px;
	color: #FFF;
	font-size: 12px;
	background-color: #F03;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-radius: 5px;
}
#no .modal-dialog .modal-content .modal-body #login div #tr, #tt {
	display: block;
	background-color: #81A3C9;
	color: #FFF;
	text-decoration: none;
	float: left;
	width: 100px;
	margin-left: 87px;
	margin-top: 20px;
}
#tt {
	background-color:#E53B3E
}



#pop {
	background:#fff;
	width:260px;
	border:1px solid #e0e0e0;
	font-size:12px;
	position:fixed;
	left:10px;
	bottom:10px;
	z-index:5555;
}
#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;
}

/*zsÐÞ¸Ästart*/
.pic_bg{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1211;
    height: 1346px;
    width: 100%;
    display: none;
    opacity: 0.6;
	background-color:#000;
}
.pic_main{
	position:absolute;
	width:auto;
	overflow:hidden;
	display:none; 
	border-radius:10px;
	border:10px solid #000;
	top:3%;
	z-index:1212;
}
.click_pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.click_pic img{
	display:block;
	margin:0 auto;
}
.left_btn{
	position:fixed;
	background:url(../images/arc_pic_left.png) no-repeat;
	height:100px;
	width:100px;
	top:48%;
	left:15%;
	z-index:1213;
	cursor:pointer;
	background-size:100% 100%;
}
.right_btn{
	position:fixed;
	background:url(../images/arc_pic_right.png) no-repeat;
	height:100px;
	width:100px;
	top:48%;
	right:15%;
	z-index:1213;	
	background-size:100% 100%;	
	cursor:pointer;
}
.pic_all{
	POSITION: absolute;
    WIDTH: 36px;
    BACKGROUND: url(../images/jquery-lightbox-theme.png) no-repeat -182px -153px;
    HEIGHT: 39px;
    TOP: 12px;
    left: 12px;
	cursor:pointer;
}
.pic_close{
	POSITION: absolute;
    WIDTH: 29px;
    BACKGROUND: url(../images/jquery-lightbox-theme.png) no-repeat -190px -115px;
    HEIGHT: 29px;
    TOP: 12px;
    RIGHT: 12px;
	cursor:pointer;
}

/*zsÐÞ¸Äend*/