#fortune_wheel_popup .side-icon{position:fixed;right:20px;bottom:130px;box-shadow:3px 3px 6px rgba(0,0,0,0.4);width:60px;height:60px;border-radius:50%;color:#fff;z-index:20;cursor:pointer}#fortune_wheel_popup .side-icon:hover{overflow:visible;transition:all 0.1s linear;-webkit-transition:all 0.1s linear;-moz-transition:all 0.1s linear;-o-transition:all 0.1s linear;transform-origin:center;transform:scale(1.1)}#fortune_wheel_popup .side-icon .icon-circle{width:100%;height:100%;border-radius:50%;background-image:url(./img/icon_circle.svg);background-position:center;background-size:cover}#fortune_wheel_popup .side-icon .icon-circle.spin-wheel{-webkit-animation:spin 4000ms linear infinite;-moz-animation:spin 4000ms linear infinite;animation:spin 4000ms linear infinite}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}#fortune_wheel_popup .side-icon .icon-gift{position:absolute;background-image:url(./img/icon_gift.svg);width:100%;height:100%;top:0;background-repeat:no-repeat;background-position:center;background-size:25px;border-radius:50%}.popup-fortune-wheel .fortune-popup_wrapper{display:flex;justify-content:space-around;height:350px;background-size:0;transition:background-size 300ms linear}.popup-fortune-wheel .fortune-popup_wrapper.gift-box{background-image:url(./img/gift_box.png);background-size:478px;background-repeat:no-repeat;background-position:8px -50px}.popup-fortune-wheel .popup-content{padding:40px 0}.popup-fortune-wheel .container-fortune_wheel{padding-left:50px;position:relative;width:45%;opacity:1;transition:opacity 300ms linear}.popup-fortune-wheel .container-fortune_wheel.hide-wheel{opacity:0}.popup-fortune-wheel .container-fortune_wheel .wheel-pointer{position:absolute;left:352px;top:140px;width:85px;height:60px;z-index:10}.popup-fortune-wheel .container-fortune_wheel .inner-circle{border-radius:50%;width:62px;height:62px;position:absolute;top:139px;left:189px;background-color:rgba(0,0,0,0.2);padding:6px}.popup-fortune-wheel .container-fortune_wheel .inner-circle img{max-width:initial}.popup-fortune-wheel .container-fortune_wheel .outer-circle{border:15px solid rgba(0,0,0,0.2);border-radius:50%;width:339px;height:340px;position:absolute;top:0;z-index:1}.popup-fortune-wheel .container-fortune_wheel .outer-circle img{width:375px;height:375px;max-width:initial;position:absolute;left:-33px;top:-33px}.popup-fortune-wheel .container-fortune_wheel .fortune-wheel_form{display:flex;flex-direction:column;justify-content:center}.popup-fortune-wheel .fortune-wheel_form .form-field{display:flex;margin-top:10px;height:70px}.popup-fortune-wheel .fortune-wheel_form .form-input{margin-right:10px;width:255px}.popup-fortune-wheel .fortune-wheel_form .send-gift{height:50px;font-size:16px}.popup-fortune-wheel .container-fortune_info{display:flex;flex-direction:column;align-items:center;width:45%}.popup-fortune-wheel .wheel-title{font-size:35px;font-weight:900;width:100%;opacity:1;transition:opacity 300ms linear}.popup-fortune-wheel .wheel-title.hide-title{opacity:0}.popup-fortune-wheel .wheel-action_block{display:flex;width:100%;height:100%;align-items:center}.popup-fortune-wheel .wheel-action{width:30%}.popup-fortune-wheel .js-start-fortune{height:45px;background:url(./img/btn_bg.png);background-repeat:no-repeat;background-position:center;width:100%;font-size:18px;padding:0;display:flex;justify-content:center;align-items:center}.popup-fortune-wheel .js-start-fortune:hover{transition:all 0.1s linear;-webkit-transition:all 0.1s linear;-moz-transition:all 0.1s linear;-o-transition:all 0.1s linear;transform-origin:center;transform:scale(1.1)}.popup-fortune-wheel .container-fortune_info .wheel-slon{width:200px;margin-left:40px}@media screen and (max-width:1380px){.popup-fortune-wheel .container-fortune_wheel{padding-left:40px;width:50%}.popup-fortune-wheel .fortune-popup_wrapper.gift-box{background-size:460px;background-position:-15px -45px}.popup-fortune-wheel .container-fortune_wheel .wheel-pointer{left:342px}.popup-fortune-wheel .container-fortune_wheel .inner-circle{left:179px}.popup-fortune-wheel .container-fortune_info{width:40%;margin-left:60px}.popup-fortune-wheel .container-fortune_info .wheel-title{font-size:23px}.popup-fortune-wheel .container-fortune_info .wheel-slon{width:180px;margin-left:20px}.popup-fortune-wheel .js-start-fortune{height:40px;font-size:initial}}.popup-fortune-wheel .result-fortune_wheel{width:70%;display:flex;flex-direction:column;justify-content:space-between;padding:0 45px 45px;opacity:0;transition:opacity 300ms linear}.popup-fortune-wheel .result-fortune_wheel.show-result{opacity:1}.popup-fortune-wheel .result-fortune_wheel .gift-info{font-size:25px}.popup-fortune-wheel .result-fortune_wheel .wheel-info,.popup-fortune-wheel .result-fortune_wheel .wheel-info a{color:#c9c9c9;font-size:14px}.popup-fortune-wheel .result-fortune_wheel .wheel-info a{border-bottom:1px dashed #c9c9c9}.popup-fortune-wheel .result-fortune_wheel .wheel-info a:hover{color:#1CA0FF;border-bottom:1px dashed #1CA0FF}.popup-fortune-wheel .container-fortune_img{width:25%;display:flex}