@media (min-width: 1200px){


	#divpop_box{position: fixed;
	z-index:999;
	left:50px; top:50px;
		}
	#divpop{display: inline-block; vertical-align:top; box-shadow: 8px 8px 4px rgba(0,0,0,0.4);  font-size: 0;  margin-right: 20px; margin-bottom: 20px;}

	.bottom{text-align:center; font-size:14px;}
	.bottom form{height:30px; line-height:30px; color:#fff;}
		.bottom form a{color:#fff; font-weight:normal;}


}


@media (max-width: 1199px){

	#divpop_box{position: fixed;
	z-index:999;
	top:20px;
	width:70%;  left:15%; 
	}
	#divpop{position:absolute; margin-left:0px; z-index:99; box-shadow: 8px 8px 4px rgba(0,0,0,0.4);  font-size:0;}


	.bottom{text-align:center;  font-size:14px;} 
	.bottom form{height:30px; line-height:30px; color:#fff;}
		.bottom form a{color:#fff; font-weight:normal;}




}