.popupR_c1 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 1;
	z-index: 99;
}
.popupR_c2{
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
	width: 100%;
	background-color: white;
}
@media(min-width: 990px){
	.popupR_c2{
		box-shadow: 0 0 11px 6px #f1f1f1;
		width: 1000px;
		margin: 0 auto;
		border: 1px solid white;
	}


}
.popupR_head {
	display: block;
	padding: 8px 0 8px 0;
	background-color: #F6F6F6;
	margin: 0 auto;
	max-width: 1000px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px solid #EDEDED;
}
.popupR_closeBtn {
	box-sizing: border-box;
	border: 1px solid #DDDDDD;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	display: inline-block;
	box-shadow: 1px 1px 2px 0 #e2e2e2;
	position: relative;
	background-color: white;
	cursor: pointer;
	float: right;
	margin: 0 8px 0 10px;
}
.popupR_closeBtn:after{
	content: '';
	padding: 12px;
	background-image: url(/skin/index/img/info/popup_close.png);
	background-repeat: no-repeat;
	background-position: 9px 19px;
	position: absolute;
	height: 50px;
	width: 50px;
	top: -10px;
	left: 0;
}
.popupR_headTitle {
	font-size: 16px;
	line-height: 2.1;
	padding-left: 10px;
	font-weight: bold;
}
.popupR_content {

}

.popupR_tt {
	box-shadow: 0 0 11px 6px #f1f1f1;
	border-collapse: collapse;
	max-width: 1000px;
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	border-right: 1px solid #EDEDED;
	border-left: 1px solid #EDEDED;

}
.popupR_body{
	height: 100%;
	overflow-y: scroll;
}


/**/
#popupR{
	height: 100%;position: relative;top: 0;
	display: none;
}
.popupR_tt{
	position: relative;
}
.popupR_tb{
	height: inherit;
	position: inherit;
	top: inherit;
	left: inherit;
}
.popupR_tr{
	position: relative;
	height: 50px;
	top: inherit;
}
.popupR_head {
	z-index: 9;
	position: absolute;
	width: 100%;
	left: 0px;
	/*border-left: 1px solid white;*/
	/*border-right: 1px solid white;*/
}
