.lds-spinner{color:official;display:inline-block;position:relative;width:80px;height:80px}.lds-spinner div{transform-origin:40px 40px;animation:lds-spinner 1.2s linear infinite}.lds-spinner div:after{content:" ";display:block;position:absolute;top:3px;left:37px;width:6px;height:18px;border-radius:20%;background:#fff}.lds-spinner div:first-child{transform:rotate(0deg);animation-delay:-1.1s}.lds-spinner div:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.lds-spinner div:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.lds-spinner div:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.lds-spinner div:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.lds-spinner div:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.lds-spinner div:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.lds-spinner div:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.lds-spinner div:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.lds-spinner div:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.lds-spinner div:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.lds-spinner div:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}.my-select-box{width:100%;font-size:14px;font-weight:400;position:relative}.my-select-box .click-away{width:100%;height:100%;z-index:99;position:fixed;display:block;top:0;left:0}.my-select-box .my-select-box-btn{width:100%;color:#999;display:flex;justify-content:space-between}.my-select-box .my-select-box-section{width:100%;background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgb(68 68 68/11%);box-sizing:border-box;padding:0;margin-top:4px;position:absolute;top:100%;left:0;z-index:9999;opacity:0;visibility:hidden;transform-origin:50% 0;transform:scale(.75) translateY(-21px);transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out}.my-select-box .my-select-box-section.open{opacity:1;transform:scale(1) translateY(0);visibility:visible}.my-select-box .my-select-box-section ul{padding:0}.my-select-box .my-select-box-section li{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:none;padding-left:18px;padding-right:29px;text-align:left;transition:all .2s}.my-select-box .my-select-box-section li.selected,.my-select-box .my-select-box-section li:hover{background-color:#f6f6f6;font-weight:700}