/*小展位*/
/*.booth-small{
	width: 1920px;
	position: fixed;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
}*/
.booth-small{
	width: 100%;
	height:100%;
	position: fixed;
}
.booth-small img.bg{
	width: 100%;
	height:100%;
}

.small-banner{
	width: 564px;
	height: 102px;
	position: absolute;
	left: 651px;
	top: 517px;
	display: flex;
	justify-content: space-between;
}
.small-banner .item{
	width: 33.33%;
	float: left;
}
.small-banner .item img{
	width: 100%;
    height: 100%;
    object-fit: cover; 
}



/*下载链接*/
.download-links{
	width: 116px;
	height: 165px;
	position: absolute;
	left:1095px;
	top: 639px;
}




.circular-dot{
	position: relative;
}
.circular-dot .dot{
    opacity: 1;
    background-image: url('../assets/1.png');
    cursor: pointer;
    pointer-events: auto;
    width: 50px;
    height: 50px;
    background-position: 0px 0px;
    background-size: 50px 1250px;
    transform-origin: 50% 50%;

    position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.download-links .circular-dot {
    position: relative;
    width: 100%;
    height: 100%;
}