.drp{position:absolute;z-index:50;width:170px;right:0px;top:-33px;}
.drp-t{position:relative;border:1px solid#d1dcd5;background:#fff;padding:5px 12px;cursor:pointer;border-radius:6px;}
.drp-t:before{position:absolute;right:0px;top:0px;content:'';background:#6bcb77;width:30px;height:100%;transition:.4s.3s;border-radius:0px 6px 6px 0px;}
.drp-t:after{position:absolute;top:12px;right:9px;margin:auto;content:'';width:0px;height:0px;border-top:6px solid#fff;border-right:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid transparent;}
.drp-ls{background:#e6f5f9;display:none;padding:10px;cursor:pointer;border-bottom:1px solid#ccd8e1;border-left:1px solid#ccd8e1;border-right:1px solid#ccd8e1;font:13px f3;}
.drp-ls:hover{background:#fcedbe;}
.drp-ls:nth-child(odd){background:#f8f8f8;}
.drp-ls:nth-child(odd):hover{background:#fcedbe;}
.bxd{position:relative;width:100%;}
.bxf{width:100%;}

.wl{background-color:rgba(0,0,0,0.8);display:none;position:fixed;z-index:200;left:0px;top:0px;width:100%;height:100%;}
.wl-bx{background:rgba(255,255,255,0.70);margin:auto;margin-top:0px;padding:3px;display:block;width:100%;max-width:700px;max-height:500px;border:4px solid #8b93ab;border-radius:4px;box-shadow:2px 2px 4px #000;}
.wli{margin:auto;display:block;width:100%;max-width:750px;max-height:530px;}
#bx_load{min-height:330px;}
.hd_pn{margin:auto;width:100%;max-width:700px;padding:0px;margin-top:80px;}
.cls{background:url(../../../img/ic/x.png) no-repeat 99% 100%;width:100%;max-width:680px;height:30px;transition:0.7s;transition:0.3s;position:absolute;}
.cls:hover{background:url(../../../img/ic/x1.png) no-repeat 99% 100%;cursor:pointer;}
.ikr{float:left;width:36%;}
.ikr img{width:95%;max-width:1000px;max-height:370px;margin:10px;}
.ikn{float:right;width:63%;}
.f_ln{background:#dbecf2;width:100%;height:370px;max-width:1000px;padding-left:10px 0;overflow:auto;border:1px solid#f0f0f0;}
@media only screen and (max-width:1150px){
	.drp{position:absolute;z-index:50;width:100%;right:0px;top:-28px;}
	.ikr,.ikn{width:100%;float:left;}
	.wl-bx{width:97%;max-height:600px;}
	.cls{width:93%;max-width:700px;}
	.hd_pn{margin-top:10px;}
	.f_ln{height:400px;}
}
.wli,.hd_pn,#cpt,.im{-webkit-animation-name:zoom;-webkit-animation-duration:0.6s;animation-name:zoom;animation-duration:0.6s;}
@-webkit-keyframes zoom{from{-webkit-transform:scale(0)}to{-webkit-transform:scale(1)}}
@keyframes zoom{from{transform: scale(0.1)}to{transform: scale(1)}}