.tron-feedback-container{align-items:center;background:#fff;border-radius:20px;bottom:50px;cursor:pointer;display:flex;height:40px;padding:0;position:fixed;right:50px;z-index:999}@media screen and (max-width:768px){.tron-feedback-container{bottom:20px;right:15px}}.tron-feedback-container .tron-icon-like{border:1px solid #db8d8b;border-radius:20px;font-size:40px}.tron-feedback-container .tron-icon-like:hover{transform:scale(1.1);transition:all .35s}.tron-feedback-container .tron-feedback-text{color:#404245;font-size:14px;font-weight:400;opacity:0;overflow:hidden;white-space:nowrap;width:0}.tron-feedback-container .tron-feedback-text .tron-icon-close-feedback{margin-left:12px}.tron-feedback-container-long{animation-duration:1s;animation-fill-mode:forwards;animation-name:long-width;border:1px solid #db8d8b}.tron-feedback-container-long:hover .tron-icon-like:hover{transform:scale(1);transition:all .35s}.tron-feedback-container-long .tron-icon-like{border:none}.tron-feedback-container-long .tron-feedback-text{animation-duration:1s;animation-fill-mode:forwards;animation-name:show}.tron-feedback-container-long-en{animation-duration:1s;animation-fill-mode:forwards;animation-name:long-width-en;border:1px solid #db8d8b}.tron-feedback-container-long-en:hover .tron-icon-like:hover{transform:scale(1);transition:all .35s}.tron-feedback-container-long-en .tron-icon-like{border:none}.tron-feedback-container-long-en .tron-feedback-text{animation-duration:1s;animation-fill-mode:forwards;animation-name:show}.tron-feedback-container-long-close{animation-duration:1s;animation-fill-mode:forwards;animation-name:short-width;border:none}.tron-feedback-container-long-close .tron-feedback-text{animation-duration:.5s;animation-fill-mode:forwards;animation-name:hide}.tron-feedback-container-long-close .tron-icon-like{border:1px solid #db8d8b;border-radius:20px}.tron-feedback-container-long-close:hover .tron-icon-like:hover{transform:scale(1.1);transition:all .35s}.tron-feedback-modal{animation:fadelogIn .4s;background:#fff;border-radius:20px;box-shadow:0 -4px 20px #0000000f;cursor:auto;height:186px;padding:30px;position:absolute;right:0;top:-196px;width:300px;z-index:9999}.tron-feedback-modal .tron-icon-close{color:#101010;cursor:pointer;font-size:12px;position:absolute;right:20px;top:20px}.tron-feedback-modal .tron-feedback-modal-title{color:#101010;font-size:20px;font-weight:600;margin-bottom:24px;text-align:center}.tron-feedback-modal .tron-feedback-modal-content{display:flex;justify-content:space-between}.tron-feedback-modal .tron-feedback-modal-content .tron-feedback-modal-btn{align-items:center;background-color:#101010;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:400;height:40px;justify-content:center;width:110px}.tron-feedback-modal .tron-feedback-modal-content .tron-feedback-modal-btn:hover{background-color:#c23631;transition:all .35s}.tron-feedback-modal .tron-feedback-modal-content .loading-img{animation:loading 1s linear infinite forwards;font-size:14px;margin-left:4px}.tron-feedback-modal-mask{background-color:#00000073;bottom:0;cursor:auto;height:100%;left:0;position:fixed;right:0;top:0;z-index:1000}.tron-feedback-modal-middle{height:180px;top:-190px;width:300px}.tron-feedback-modal-middle .tron-feedback-modal-title{margin-bottom:8px}.tron-feedback-modal-middle .tron-feedback-modal-subtitle{color:#73787b;font-size:14px;font-weight:400;margin-bottom:20px;text-align:center}.tron-feedback-modal-middle .tron-feedback-modal-content{flex-wrap:wrap}.tron-feedback-modal-middle .tron-feedback-modal-content .tron-feedback-modal-btn{width:100%}.tron-feedback-modal-large{height:340px;top:-348px;width:300px}.tron-feedback-modal-large .tron-feedback-modal-title{margin-bottom:8px}.tron-feedback-modal-large .tron-feedback-modal-subtitle{color:#73787b;font-size:14px;font-weight:400;margin-bottom:20px;text-align:center}.tron-feedback-modal-large .tron-feedback-modal-content{flex-wrap:wrap}.tron-feedback-modal-large .tron-feedback-modal-content .tron-feedback-modal-btn{width:100%}.tron-feedback-modal-large .tron-feedback-modal-content .tron-feedback-modal-btn-disable{background-color:#c2c9d1;cursor:not-allowed}.tron-feedback-modal-large .tron-feedback-modal-content .tron-feedback-modal-btn-disable:hover{background-color:#c2c9d1}.tron-feedback-modal-large .tron-feedback-modal-content textarea{border-radius:10px;color:#101010;font-size:14px;font-weight:400;height:110px;margin-bottom:20px}.tron-feedback-modal-large .tron-feedback-modal-content textarea:focus,.tron-feedback-modal-large .tron-feedback-modal-content textarea:focus-visible,.tron-feedback-modal-large .tron-feedback-modal-content textarea:focus-within,.tron-feedback-modal-large .tron-feedback-modal-content textarea:hover{border-color:#73787b;box-shadow:none;outline:none}.tron-feedback-modal-large .tron-feedback-modal-content textarea::placeholder{color:#91979d}.tron-feedback-modal-large-en{padding:30px 20px 20px}.tron-feedback-modal-close{animation:fadelogOut .4s}.tron-feedback-modal-shield{margin-top:20px}.tron-feedback-modal-shield .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner{border-color:#d9d9d9}.tron-feedback-modal-shield .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner{background-color:#404245;border-color:#404245}.tron-feedback-modal-shield .ant-checkbox-wrapper:hover .ant-checkbox .ant-checkbox-inner{border-color:#c2c9d1}@keyframes long-width{0%{padding:0;width:40px}to{padding:0 10px;width:202px}}@keyframes long-width-en{0%{padding:0;width:40px}to{padding:0 10px;width:220px}}@keyframes short-width{0%{padding:0 10px;width:202px}to{padding:0;width:40px}}@keyframes show{0%{opacity:0;width:0}to{opacity:1;width:-moz-fit-content;width:fit-content}}@keyframes hide{0%{opacity:1}to{opacity:0}}@keyframes fadelogIn{0%{transform:translate3d(0,100%,0)}to{transform:none}}@keyframes fadelogOut{0%{transform:none}to{transform:translate3d(0,100%,0)}}@keyframes loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(180deg)}}