.wrapPopup {width:100%;height:100%;position: fixed;display: flex;justify-content: center;*zoom:1;margin-bottom:15px;z-index: 99;background: #000000cf;}
.wrapPopup:after {content:" ";display:block;clear:both;height:0;visibility:hidden;}
.wrapPopup section {float:left;margin:2px;}
.wrapPopup section:last-child {}
/*.popup { position: fixed; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); color: #000; padding-right: 17px; }*/
.popup { display: none; position: relative;max-height:740px;z-index: 999998;margin-bottom:2px; border-top:1px solid rgb(133 133 133 / 75%); }
.popup .popupContent { display: block; max-height: 480px; font-size: 1rem; font-family: 'SCDream', sans-serif; font-weight:400;background: #ebebeb;/*padding: 10px;*/margin-top: /*13px*/0; border-radius: 2px; overflow-y: auto; }
#text_content * { color: #000 !important; }

.wrapPopup2 {position: absolute;*zoom:1;margin-bottom:15px;}
.wrapPopup2:after {content:" ";display:block;clear:both;height:0;visibility:hidden;}
.wrapPopup2 section {float:left;margin:2px;}
.wrapPopup2 section:last-child {}
.banner_content {text-align:center;}



@media screen and (max-width:800px){
	.wrapPopup {top:100px;display:table;}
	.popup {width: 99% !important;}
	.popup .popupContent { max-height: 420px !important; }
}

.modal-header { border-top-left-radius:calc(0px - 0px);border-top-right-radius:calc(0px - 0px);background:rgb(34, 34, 34);border-bottom-color:rgba(233, 236, 239, 0);display:block;padding:8px 16px 8px 16px; }
.modal-footer { border-bottom-left-radius:calc(0px - 0px);border-bottom-right-radius:calc(0px - 0px);display:block;background:/*rgba(255, 255, 255, 0);*/rgb(34, 34, 34);border-top-color:#6a6868;padding:6px 6px 6px 6px; text-align: center;position: relative; }
.bsm-modal-close-btn { display: inline-block; padding: 5px 10px 5px 10px; background: #2b2b2b;border-color: #2b2b2b;border-radius: 2px;color:rgb(255, 255, 255); }

	@media screen and (max-width:768px){
		.view_content * { font-size: 12px !important; }
	}
	@media screen and (min-width:768px){
		.view_title { font-size: 30px !important; padding: 10px; }
	}
	.view_wrap { width: 100%; }
	.view_inline {
			background: linear-gradient(
			to right,
			rgba(20, 20, 20, 0.8) 15%,
			rgba(20, 20, 20, 0.75) 25%,
			rgba(20, 20, 20, 0.5) 50%,
			rgba(20, 20, 20, 0.25) 75%,
			rgba(20, 20, 20, 0) 100%
			), url('/images/{templete_name}/view_bg.jpg') #000;
			background-position: left bottom; background-repeat:no-repeat;
			padding: 10px;
	}
	.view_title { margin-bottom: 15px; color: #f9e655; text-align: center; font-size: 20px;  }
	.view_content { max-height:480px;overflow:auto;  }
	.view_content * { line-height: 120% !important; }
	.view_content img { width: 100% !important; }
	.view_logo { margin: 0 auto; margin-top: 20px; background-image: url('/images/{templete_name}/bottom_logo.png?v=1'); background-repeat:no-repeat; background-size: cover; width: 72px; height: 22px; }
