﻿@keyframes rotateMain{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes rotateInner{from{transform:rotate(0deg)}to{transform:rotate(-360deg)}}.centralized{display:flex;align-items:center;justify-content:center}.main-container{margin:0 auto;padding-top:100px;height:350px;width:100%;position:relative}.main-container .main-circle{border:6px solid #bcbcbc;border-radius:100%;box-sizing:border-box;padding:24px;height:220px;width:220px;position:relative}.main-container .main-circle .inner{background:#ededed;border:4px solid #e3e3e3;border-radius:100%;box-shadow:4px 5px 5px 0 rgb(0 0 0 / .2);box-sizing:border-box;color:#616161;font-size:24px;height:100%;line-height:1.5;text-align:center;width:100%}.main-container .bubble-container{border:6px;box-sizing:border-box;height:220px;position:absolute;width:220px;opacity:0;transform:rotate(0deg);transition:transform ease-in 0.7s,opacity ease 1s}.main-container .bubble-container .pointer{background:#fff;border:4px solid #bcbcbc;border-radius:100%;box-sizing:border-box;position:absolute;left:calc(-17px + 3px);height:34px;top:calc(50% - 17px);width:34px}.main-container .bubble-container .pointer .arrow{width:0;height:0;border-style:solid;border-width:7px 14px 7px 0;border-color:#fff0 #bcbcbc #fff0 #fff0;position:absolute;left:-15px;top:5.52px}.main-container .bubble-container .pointer .inner{background:#000;border-radius:100%;box-sizing:border-box;height:14px;width:14px}.main-container .bubble-container .bubble{border-radius:100%;box-sizing:border-box;position:absolute;height:80px;top:calc(50% - 40px);left:-125px;width:80px;transform:rotate(0deg);transition:all ease 0.8s;cursor:pointer}.main-container .bubble-container .bubble .inner{background:#fff;border-radius:100%;box-shadow:4px 5px 5px 0 rgb(0 0 0 / .2);box-sizing:border-box;height:70px;width:70px;overflow:hidden}.main-container .bubble-container.black .bubble,.main-container .bubble-container.black .pointer .inner{background:#505269}.main-container .bubble-container.blue-light .bubble,.main-container .bubble-container.blue-light .pointer .inner{background:#25ade1}.main-container .bubble-container.green .bubble,.main-container .bubble-container.green .pointer .inner{background:#8dc03f}.main-container .bubble-container.orange .bubble{background:#fa9128}.main-container .bubble-container.orange .pointer .inner{background:#fa9128}.main-container .bubble-container.red .bubble,.main-container .bubble-container.red .pointer .inner{background:#e46020}.bg-size-contain{background-size:contain!important}.pos-abs{position:absolute}.b--18{bottom:-18px}