﻿.popcompany{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:99999;display:none}
.popcompanycontent{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.popcompanyinfo{background:#fff;position:relative}
.popcompanyinfo span{display:block;width:40px;height:40px;background:#fff;border-radius:50%;border:1px solid #ccc;position:absolute;top:-20px;right:-20px;cursor:pointer}
.popcompanyinfo span:before{content:'';width:24px;height:1px;background:#000;position:absolute;transform:rotate(45deg);left:8px;top:20px}
.popcompanyinfo span:after{content:'';width:24px;height:1px;background:#000;position:absolute;transform:rotate(-45deg);top:20px;left:8px}
.popcompanyinfo img{padding:3vw 2vw;display:block;max-width:70vw;max-height:70vh}