.showboxWrapper{position:fixed;width:100%;height:100%;top:0;left:0;z-index:10000;background-color:rgba(82,81,81,.71)}.showboxWrapper>div:first-child{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#f9f9f9;border:1px solid #000;padding:10px;border-radius:4px;box-shadow:0 10px 25px rgba(0,0,0,.5);max-width:calc(100vw - 24px);box-sizing:border-box}.showboxWrapper>div>div:first-child{overflow-x:auto;overflow-y:auto;max-width:100%}.showboxWrapper>div>div.closeBtn{z-index:9999;background-color:#fff;position:fixed;display:block;width:24px;height:24px;right:-13px;top:-13px;cursor:pointer;border:1px solid #5c5c5c}.showboxWrapper>div>div.closeBtn:before{content:"⨯";font-size:24px;width:24px;display:block;height:24px;text-align:center;line-height:22px;box-shadow:3px -3px 4px 0 rgba(0,0,0,.5)}@media screen and (max-width:1280px){.showboxWrapper>div:first-child{left:12px;right:12px;top:50%;transform:translateY(-50%);width:auto;max-width:none;border-radius:4px}.showboxWrapper>div>div:first-child{width:100%}.showboxWrapper>div>div.closeBtn{position:absolute;right:8px;top:8px;box-shadow:0 1px 3px rgba(0,0,0,.2)}.showboxWrapper>div>div.closeBtn:before{box-shadow:none}}
