.deepthink-container{position:relative}.deepthink-container .deepthink-header{display:inline-flex;cursor:pointer;align-items:center;border-radius:.5rem;padding:.5rem 1rem}.deepthink-container .deepthink-header:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.deepthink-container .deepthink-header{margin-left:12px}.deepthink-container .deepthink-header .title{display:flex;align-items:center;color:#2e0002;font-family:PingFang SC;font-size:14px;font-weight:400;line-height:26px}.deepthink-container .deepthink-header .title .icon{margin-right:.5rem;height:1rem;width:1rem}.deepthink-container .deepthink-content{position:relative;margin-top:.5rem;border-radius:.5rem;height:0;display:none;transition:height .3s ease-out;color:#959595;font-family:PingFang SC;font-size:14px;line-height:26px}.deepthink-container .deepthink-content.expanded{padding-left:1rem;padding-right:1rem;height:auto;display:block;transition:height .5s ease-in}.deepthink-container .deepthink-content:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background-color:#f2f2f2}.deepthink-container .deepthink-content .text{color:#b1adad;font-family:PingFang SC;font-size:14px;line-height:26px}@keyframes dotColorChange{0%{background-color:#fde7e7;transform:scale(1)}33.33%{background-color:#fccfcf;transform:scale(1)}66.66%{background-color:#e10000;transform:scale(1.2)}to{background-color:#fde7e7;transform:scale(1)}}.dot{display:flex}.dot-item{width:6px;height:6px;border-radius:50%;margin-right:5px;animation:dotColorChange .8s infinite}.dot-item:first-child{animation-delay:0s}.dot-item:nth-child(2){animation-delay:.1s}.dot-item:nth-child(3){animation-delay:.2s;margin-right:0}.jumping-text{display:inline-block;animation:jump 1.2s infinite}.jumping-text:first-child{animation-delay:.1s}.jumping-text:nth-child(2){animation-delay:.2s}.jumping-text:nth-child(3){animation-delay:.3s}.jumping-text:nth-child(4){animation-delay:.4s}.jumping-text:nth-child(5){animation-delay:.5s}.jumping-text:nth-child(6){animation-delay:.6s}.jumping-text:nth-child(7){animation-delay:.7s}.jumping-text:nth-child(8){animation-delay:.8s}.jumping-text:nth-child(9){animation-delay:.9s}@keyframes jump{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}