@charset "utf-8";
.layer_popup1{display:none;}
.layer_popup1{position:absolute; top:257px !important; left:calc(18.5%);min-width:200px; min-height:100px; background:#fff; border:1px solid #cecece; box-shadow:1px 3px 3px rgba(0,0,0,0.1); z-index:999;}
.layer_popup1 .skip { display:none; }
.layer_popup1 .header{padding:12px 35px 12px 10px; height:30px;}
.layer_popup1 .header .tit{ position:absolute; top:-5px; font-size:18px; font-weight:400; padding-left:5px;}
.layer_popup1 .header .btn_close1{display:block; position:absolute; top:13px; right:13px; width:27px; height:27px; font-size:0; text-indent:-999px;}
.layer_popup1 .header .btn_close1:before,
.layer_popup1 .header .btn_close1:after{content:''; display:block; position:absolute; top:0; left:50%; width:1px; height:24px; transform:rotate(45deg); background:#555;}
.layer_popup1 .header .btn_close1:after{transform:rotate(-45deg);}
.layer_popup1 .container{padding:0px 0px; text-align:center; position: relative;}
.layer_popup1 .container .bgimg{width: 100%; vertical-align: middle;}
.layer_popup1 .container img{max-width:800px; z-index: 0; position: relative;}
.layer_popup1 .container .table{border:2px solid #ba9b6b; width: 75%; height:62%; padding: 0 15px 15px 15px; overflow:scroll; text-align:justify; background-color:#FFFFFF;  position: absolute; top: 47%; left: 50%; transform: translate( -50%, -40% ); -webkit-transform: translate( -50%, -40% ); -o-transform: translate( -50%, -40% ); -moz-transform: translate( -50%, -40% );}
.layer_popup1 .container .table2{border:2px solid #ba9b6b; width: 75%; height:29%; padding: 0 15px 15px 15px; overflow:scroll; text-align:justify; background-color:#FFFFFF;  position: absolute; top: 66%; left: 50%; transform: translate( -50%, -40% ); -webkit-transform: translate( -50%, -40% ); -o-transform: translate( -50%, -40% ); -moz-transform: translate( -50%, -40% );}
.layer_popup1 .footer{padding:8px 10px;  padding-top: 4px;  text-align:right; font-size:15px;}
.layer_popup1 .footer .today{display:inline-block; padding:2px 5px 0 0;}
.layer_popup1 .footer .btn_close1{padding:4px 15px; color:#fff; border:0px solid #666666; border-radius:2px; background:#11745e;}
.layer_popup1 .footer .btn_close1:hover{background:#085f4c; cursor: pointer; }
.col6{width:50%}

@media all and (max-width:1200px) {

	.layer_popup1{left:calc(50% - 257px)}
}
@media all and (max-width:1024px) {

	.layer_popup1{width:70%;}
	.layer_popup1 .container .bgimg{width:100%;}
		.layer_popup1 .container img{width:100%;}
}

@media all and (max-width:610px) {
	.layer_popup1{left: 10px; width:94%;}
	.layer_popup1 .header{padding:8px 35px 8px 10px;}
	.layer_popup1 .header .tit{font-size:16px;}
	.layer_popup1 .header .btn_close1{top:9px;}
	.layer_popup1 .container .table{font-size:14px;}
	.layer_popup1 .container .table2{font-size:14px;}
}
/* @media all and (max-width:480px) {
	.layer_popup1 .container .table{height:27%; top: 32%;}
	.layer_popup1 .container .table2{height:27%; top: 65%;}
}*/

@media all and (min-width:480px) {
	.layer_popup1 .header{display: none;}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.layer_popup1 .container .table{top: 21%; left: 9.5%;}
	.layer_popup1 .container .table2{top: 53%; left: 9.5%;}
}

