.selectArea { position: absolute; bottom: 115px; left: 50%; transform: translateX(-50%); display: flex; align-items: flex-end; justify-items: center;}
.selectArea .object { cursor: pointer; width: 250px; height: 430px; }
/*.selectArea .object2 { width: 289px; height: 336px; }*/
.selectArea .object img { width: 100%; }

.rotateImg { position: absolute; bottom: 45px; left: 50%; transform: translateX(-50%); cursor: pointer;}
.rotateImg img { width: 100%; height: 100%; }

.activityPage[data-pageId="4"] .rotateImg { bottom: -10px; }