@charset "utf-8";

.popwin {width:100%;height:100%;position:fixed;right:0;top:0;z-index:10;}
.popbg {width:100%;height:100%;position:fixed;background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;filter:Alpha(opacity=50);background:#000;z-index:1;}
.popwin .popdialog {background:url(../images/pop-bg-new-1.png?v=1) no-repeat;right:0;box-shadow:0 0 5px #000;position:absolute;z-index:2;top:50%;right:50%;margin-right:-304px;margin-top:-171px;width:608px;height:337px;background-size: 100%;}
.popwin .ico-close {background:url(../images/ico-close.png) no-repeat;width:26px;height:26px;display:block;position:absolute;top:14px;right:14px;}
.popwin .ico-close:hover {background-color:#FFBE73;}
.popwin .ico-close:active {background-color:#E57A00;}
