@charset "utf-8";
.d_popup{display:none;position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999}
.d_popup.on{display:block}
.d_popup .bg{position:absolute;width:100%;height:100%;background:rgba(0,0,0,0.6);}
.d_popup .wins{display:none;position:absolute;width:800px;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;}
.d_popup .wins.on{display:block}
.d_popup .wins .inner{padding:30px;font-size:14px;color:#555;line-height:1.6; width: 100%; padding-top: 10px;}
.d_popup .wins .inner:after{display:block;content:'';clear:both}
.d_popup .wins .close{position:absolute;right:0;top:0;width:50px;height:50px;cursor:pointer;text-indent:-9999px}
.d_popup .wins .close:before{display:block;content:'';position:absolute;left:50%;top:50%;width:30px;height:2px;background:#000;transform:translate(-50%,-50%) rotate(45deg)}
.d_popup .wins .close:after{display:block;content:'';position:absolute;left:50%;top:50%;width:30px;height:2px;background:#000;transform:translate(-50%,-50%) rotate(-45deg)}
.d_popup .wins .tit{line-height:100%;font-size:20px;color:#000;padding-left:10px; padding-top: 10px;}
.img_brother {justify-content: center;align-items: center;}
.img_brother img {max-width: 70%;height: auto;}
@media all and (max-width:1024px) {

    .d_popup .wins {width:90%;}
	.img_brother {justify-content: center;align-items: center;}
    .img_brother img {max-width: 100%;height: auto;}

}