﻿.abclbagboxbg{background: #000000a0;position: fixed;top: 0;width: 100vw;height: 100vh;align-items: center;justify-content: center;display: flex;z-index: 9999;}
.abclbagboxex{max-width: 1200px;padding: 20px;background: #fff;height: 80%;width: auto;}
.abclbagboxexit{display: flex;align-items: center;width: 50px;height: 50px;background: #fff;border-radius: 50%;justify-content: center;position: relative;float: right;cursor: pointer;}
.abclbagboxexit span{width: 3px;height: 40px;background: #000;position: absolute;}
.abclbagboxed{height: 100%;}
.abclbagboxexit span:nth-child(1){transform: rotate(45deg);}
.abclbagboxexit span:nth-child(2){transform: rotate(-45deg);}
.abclbagboxbg img{height: calc(100% - 50px);}
