.search_loader{display:flex;justify-content:space-between;width:70px;margin:2px 0 0 10px}.search_circle{width:5px;height:5px;border-radius:50%;background-color:gray;margin:7px 0 0 6px;animation:load 2s linear infinite}.search_circle:nth-child(1){animation-delay:0s}.search_circle:nth-child(2){animation-delay:0.4s}.search_circle:nth-child(3){animation-delay:0.8s}.search_circle:nth-child(4){animation-delay:1.2s}.search_circle:nth-child(5){animation-delay:1.6s}.search_circle:nth-child(6){animation-delay:2s}@keyframes load{0%, 16.67%{background-color:#D9D9D9}16.68%, 33.33%{background-color:#9EA9FF}33.34%, 50%{background-color:#D9D9D9}51%, 70%{background-color:#9EA9FF}71%, 90%{background-color:#D9D9D9}91%, 99.9%{background-color:#9EA9FF}100%{background-color:#D9D9D9}}.skeleton-loader{width:800px}.skeleton-paragraph{height:20px;margin-bottom:10px;background:linear-gradient(90deg, rgba(156,39,176,0.1) 25%, rgba(156,39,176,0.3) 37%, rgba(156,39,176,0.1) 63%);background-size:400% 100%;border-radius:4px;animation:shimmer 10s linear infinite}@keyframes shimmer{0%{background-position:100%}100%{background-position:-400%}}.--dark-theme{--chat-background: rgba(10, 14, 14, 0.95);--chat-panel-background: #131719;--chat-bubble-background: #f9faff;--chat-bubble-active-background: #171a1b;--chat-add-button-background: #212324;--chat-send-button-background: #8147fc;--chat-text-color: #a3a3a3;--chat-options-svg: #a3a3a3}.--light-theme{--chat-background: rgba(255, 255, 255, 1);--chat-panel-background: #fff;--chat-bubble-background: #fff;--chat-assistant-bubble-background: rgba(249, 250, 255, 1);--chat-bubble-active-background: #fff;--chat-add-button-background: #212324;--chat-send-button-background: #8147fc;--chat-text-color: #000000;--chat-options-svg: #a3a3a3}html,body{width:100%;height:100%;overflow:hidden}body{box-sizing:border-box;position:relative}.pc_left_module_wrap{width:300px;background-image:linear-gradient(to right, rgba(223,57,250,0.1) -4%, rgba(103,80,245,0.1) 33%, rgba(37,140,255,0.1) 87%, rgba(86,214,255,0.1) 122%)}.search_container{width:100%;height:100vh;display:flex}.search_container a,.fan_activity_popup_wrap a{text-decoration:none}.chat_search_tip_content{width:100%;text-align:center;margin:9em auto 6em}.chat_search_tip_title{font-size:18px}.chat_search_tip_title img{width:59px;height:50px;margin-bottom:10px}.chat_search_introduce{margin:20px auto;font-size:15px}.chat_search_introduce p,.mobile_chat_search_introduce p{margin-bottom:2px}.chat_search_introduce_start,.mobile_chat_search_introduce_start{font-size:20px;margin-top:30px;font-weight:bold}.mobile_chat_search_introduce_start{font-size:18px;margin-top:15px}.mobile_chat_search_introduce{font-size:13px;margin:0 auto;display:none}.chat_search_tip_content_wrap{width:90%;min-height:90px;display:flex;justify-content:center;margin:50px auto 0}.chat_search_tip_item{width:260px;min-height:90px;background-image:linear-gradient(to right, rgba(250,57,194,0.08) 0%, rgba(103,80,245,0.08) 30%, rgba(37,140,255,0.08) 72%, rgba(86,214,255,0.08) 100%);border-radius:6px;margin:5px auto;padding:25px 20px;font-size:15px;text-align:left}.chat_search_tip_item img{width:20px;height:20px;vertical-align:-5px}.chat_search_tip_item_question_example{width:100%;min-height:50px;line-height:30px;background:#fff;margin-top:15px;padding:10px;font-size:15px;transition:all 0.3s;border-radius:5px}.chat_search_tip_item_question_example:hover{cursor:pointer;background-image:linear-gradient(to right, rgba(223,57,250,0.25) -4%, rgba(103,80,245,0.25) 33%, rgba(37,140,255,0.25) 87%, rgba(86,214,255,0.25) 122%)}.mobile_chat_search_tip_content_wrap{width:300px;text-align:left;display:none}.mobile_chat_search_tip_item{margin-bottom:15px}.chat_gd_content_wrap .search_gd_card{width:260px;height:180px;overflow:hidden;margin:0 auto 8px;position:relative;bottom:unset;border-radius:6px}#chat{background:var(--chat-background);width:calc(100vw - 300px);margin:70px auto 25px;box-sizing:border-box;padding:0 0 0 1em;border-radius:12px;position:relative;overflow:scroll}#chat .btn-icon{position:relative;cursor:pointer}#chat .btn-icon svg{stroke:#FFF;fill:#FFF;width:50%;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}#chat .chat__conversation-board{padding:0 0 8em;width:990px;margin:0 auto;min-height:77vh}#chat .chat__conversation-board::-webkit-scrollbar,.recent_discover_item_history::-webkit-scrollbar{display:none}#chat .chat__conversation-board__message-container.reversed{flex-direction:row-reverse}#chat .chat__conversation-board__message-container.reversed .chat__conversation-board__message__bubble{position:relative}#chat .chat__conversation-board__message-container.reversed .chat__conversation-board__message__bubble span:not(:last-child){margin:0 0 2em 0}#chat .chat__conversation-board__message-container.reversed .chat__conversation-board__message__person{margin:0 0 0 1.2em}#chat .chat__conversation-board__message-container.reversed .chat__conversation-board__message__options{align-self:center;position:absolute;left:0;display:none}#chat .chat__conversation-board__message-container,#chat .chat_custom_board_container{position:relative;display:flex;flex-direction:row}#chat .chat__conversation-board__message-container:hover .chat__conversation-board__message__options{display:flex;align-items:center}#chat .chat__conversation-board__message-container:hover .option-item:not(:last-child){margin:0 0.5em 0 0}#chat .chat__conversation-board__message-container:not(:last-child){margin:0 0 3.5em 0}#chat .chat__conversation-board__message__person{text-align:center;margin:0 1.2em 0 0}#chat .chat__conversation-board__message__person__avatar{height:35px;width:35px;overflow:hidden;border-radius:50%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;ms-user-select:none;position:relative;box-shadow:0 5px 10px 0 rgba(0,0,0,0.05)}#chat .chat__conversation-board__message__person__avatar::before{content:"";position:absolute;height:100%;width:100%}#chat .chat__conversation-board__message__person__avatar img{height:100%;width:100%;border-radius:50%}#chat .chat__conversation-board__message__person__nickname{font-size:9px;color:#484848;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:none}#chat .chat__conversation-board__message__context{max-width:100%}.ongoing_context{margin-right:20px}#chat .chat__conversation-board__message__options{align-self:center;position:absolute;right:0;display:none}#chat .chat__conversation-board__message__options .option-item{border:0;background:0;padding:0;margin:0;height:16px;width:16px;outline:none}#chat .chat__conversation-board__message__options .emoji-button svg{stroke:var(--chat-options-svg);fill:transparent;width:100%}#chat .chat__conversation-board__message__options .more-button svg{stroke:var(--chat-options-svg);fill:transparent;width:100%}#chat .chat__conversation-board__message__bubble .chat_message_bubble_wrap{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:935px;display:inline-table;word-wrap:break-word;background:var(--chat-bubble-background);font-size:15px;color:var(--chat-text-color);padding:0 15px 0 0;line-height:1.5;border-radius:6px;font-family:"PingFang SC", sans-serif;letter-spacing:1px}.chat_message_bubble_text{margin-top:10px}.chat_llm_desc{margin-top:10px}.chat_message_bubble_text h1,.chat_llm_desc h1{font-size:22px}.chat_message_bubble_text h2,.chat_llm_desc h2{font-size:20px}.chat_message_bubble_text h3,.chat_llm_desc h3{font-size:18px}.chat_llm_desc p{color:#626161}.chat_message_bubble_text strong,.chat_llm_desc strong{color:#000}.chat_message_bubble_text li,.chat_llm_desc li{margin-bottom:15px}#chat .chat__conversation-board__message__bubble.assistant_message_bubble .chat_message_bubble_wrap{background:var(--chat-assistant-bubble-background)}#chat .chat__conversation-board__message__bubble:not(:last-child){margin:0 0 0.3em}#chat .chat__conversation-board__message__bubble:active{background:var(--chat-bubble-active-background)}#chat .chat__conversation-panel{background:var(--chat-panel-background);max-width:990px;height:60px;transition:height 0.3s;position:sticky;left:0;right:0;bottom:0;margin:0 auto;z-index:1}#chat .chat__conversation-panel:before{content:'';width:100%;height:20px;background:linear-gradient(to bottom, rgba(255,255,255,0.3) 30%, rgba(255,255,255,0.6) 70%);position:absolute;top:-21px;left:0}#chat .current_chat_context{width:90%;height:160px;margin:0 auto;background:#DDE7FF;border-radius:12px;padding:10px}.current_chat_context_wrap{width:100%;height:0;overflow:hidden}.context_project_item{width:285px;height:65px;background:#fff;border-radius:12px;position:relative}.context_project_item_info{width:88%;height:100%;display:flex}.context_project_item_icon{width:49px;height:49px;border-radius:6px;margin:8px}.context_project_item_name{width:80%;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:20px 0 0 8px}.context_project_item_close_btn{width:24px;height:24px;position:absolute;top:8px;right:8px;cursor:pointer;transition:transform 0.3s;border-radius:12px}.context_project_item_close_btn:hover{transform:scale(1.1)}.current_chat_context .current_chat_context_wrap{height:77px}#chat .chat__conversation-panel__container{width:90%;height:60px;margin:0 auto;position:relative;border-radius:12px;border-style:solid;border-width:1px;border-image-source:linear-gradient(to right, #df39fa -4%, #6750f5 33%, #258cff 87%, #56d6ff 122%);border-image-slice:1;background-image:linear-gradient(to bottom, #fff, #fff),linear-gradient(to right, #df39fa -4%, #6750f5 33%, #258cff 87%, #56d6ff 122%);background-origin:border-box;background-clip:content-box, border-box;border:1px solid transparent}#chat .current_chat_context .chat__conversation-panel__container{width:100%}#chat .chat__conversation-panel__container .panel-item:not(:first-child){margin:0 0 0 1em}#chat .chat__conversation-panel__button{background:grey;height:20px;width:30px;border:0;padding:0;outline:none;cursor:pointer}#chat .chat__conversation-panel .add-file-button{height:23px;min-width:23px;width:23px;background:var(--chat-add-button-background);border-radius:50%}#chat .chat__conversation-panel .add-file-button svg{width:70%;stroke:#54575c}#chat .chat__conversation-panel .emoji-button{min-width:23px;width:23px;height:23px;background:transparent;border-radius:50%}#chat .chat__conversation-panel .emoji-button svg{width:100%;fill:transparent;stroke:#54575c}#chat .chat__conversation-panel .chat_stop_btn{width:80px;height:36px;border-radius:6px;background:#6750F5;font-size:13px;color:#fff;position:absolute;top:-55px;left:0;right:0;margin:0 auto;border:none;box-shadow:2px 2px 5px 0 rgba(0,0,0,0.2);display:none;z-index:2}#chat .chat__conversation-panel .send-message-button{height:45px;min-width:45px;border-radius:12px;position:absolute;top:7px;right:8px}#chat .chat__conversation-panel .send-message-button img{width:100%;height:100%}#chat .chat__conversation-panel .send-message-button.btn-icon-inactive{opacity:0.3}#chat .chat__conversation-panel .send-message-button:active{transform:scale(0.97)}#chat .chat__conversation-panel .send-message-button svg{margin:1px -1px}#chat .chat__conversation-panel__input{width:80%;height:44px;outline:none;position:relative;color:var(--chat-text-color);font-size:15px;background:transparent;border:0;font-family:"PingFang SC", sans-serif;resize:none;margin-top:15px;margin-left:15px}.search_container .chat_feedback_btn{height:50px;width:50px;position:absolute;bottom:100px;right:50px;background:#fff;border:none;padding:0;transition:all 0.3s;border-radius:25px}.search_container .chat_feedback_btn img{width:100%;height:100%;border-radius:25px;border:1px solid #474098}.search_container .chat_feedback_btn:hover,.chat_jump_btn:hover{box-shadow:2px 4px 8px rgba(0,0,0,0.2)}.search_container .chat_feedback_btn_with_context{bottom:200px}.search_container .mobile_chat_feedback_btn_with_context{bottom:150px}.chat_jump_btn{height:50px;width:50px;position:absolute;bottom:160px;right:50px;background:#fff;border:none;padding:0;transition:all 0.3s;border-radius:25px}.chat_jump_btn_img{width:100%;height:100%;border-radius:25px;border:1px solid gold}.event_project_icons_wrap{width:50px;height:50px;overflow:hidden;border-radius:25px;position:relative}.event_project_icons_wrap_carousel{display:flex}.event_project_icon_item{width:50px;height:50px;border-radius:25px}.chat_jump_btn_width_context{bottom:260px}.mobile_chat_jump_btn_width_context{bottom:210px}.chat_user_bubble{background:linear-gradient(to right, rgba(223,57,250,0.2) 0%, rgba(103,80,245,0.2) 30%, rgba(37,140,255,0.2) 72%, rgba(86,214,255,0.2) 100%) !important;padding:10px 15px 10px 10px !important}.chat_loader_start_wrap,.chat_loader_wrap{font-size:15px}.custom_d_flex{display:flex}.ongoing_tip_container{height:44px;margin:0 0 3.5em 0;overflow:hidden;transition:all 0.5s}.ongoing_tip_container_fold{height:0;margin:0 !important}.suggested_recommand_search{margin:10px 0 40px;padding:20px;background:rgba(217,217,217,0.1)}.suggested_recommand_search_inner{display:flex;width:100%;flex-wrap:wrap}.suggested_recommand_search_item{width:auto;padding:10px 15px;border:1px solid #838FFF;border-radius:6px;margin-right:10px;margin-bottom:10px;cursor:pointer;transition:all 0.3s;font-weight:bold;color:#6850FF}.suggested_recommand_search_item:hover{box-shadow:2px 4px 8px rgba(131,143,255,0.4)}.go_project_pagination_inner{display:flex;width:100%;flex-wrap:wrap}.go_project_pagination_item{width:auto;padding:10px 15px;border:1px solid #838FFF;border-radius:6px;margin-right:10px;margin-bottom:10px;cursor:pointer;transition:all 0.3s;font-weight:bold;color:#6850FF}.go_project_pagination_item:hover{box-shadow:2px 4px 8px rgba(131,143,255,0.4)}.updateHistoryBtn{max-width:600px;margin-left:20px;color:red;font-size:13px;width:125px;height:26px;text-align:left;line-height:26px;cursor:pointer}.recommend_project_item_wrap{display:flex;margin-top:10px;margin-bottom:35px;box-shadow:2px 4px 8px transparent;transition:all 0.2s;cursor:pointer;border-radius:10px;border:1px solid transparent;padding:2px}.recommend_project_item_wrap:hover{box-shadow:2px 4px 8px rgba(0,0,0,0.2)}.recommend_project_item_icon{width:50px;height:50px;border-radius:10px;overflow:hidden;margin-right:15px;border:1px solid #e5e5e5;flex-shrink:0}.recommend_project_item_icon img{width:100%;height:100%}.recommend_project_item_info{width:fit-content}.chat_message_bubble_wrap_title_text{margin-bottom:20px;font-weight:bold}.search_app_recommend_card_wrap,.search_app_relate_wrap{width:100%;display:flex;margin:0 auto;justify-content:flex-start;flex-wrap:wrap}.circle_before{margin-bottom:20px}.circle_before:before{content:'';width:8px;height:8px;background:#6750f5;display:inline-block;margin-right:6px;border-radius:4px}#translatePopup .modal-content,#sentencesPopup .modal-content,#fan_activity_popup .modal-content{background:none;border:none}.translate_tip_card{width:270px;min-height:70px;border-radius:10px;border:1px solid #B6D3FF;background:#EAF2FF;box-shadow:0px 0px 15px 0px rgba(128,159,255,0.15);position:absolute;font-size:15px;padding:8px 12px}.translate_tip_keyword{color:#468DF7}.sentences_card{width:300px;min-height:100px;border-radius:10px;border:1px solid #AFA2FF;background:#F3F1FF;box-shadow:0px 0px 15px 0px rgba(201,86,255,0.15);position:absolute;font-size:15px;padding:8px 12px}.mobile_left_module_wrap{display:none}.mobile_left_module_wrap_logo{width:106px}.mobile_left_module_wrap .offcanvas{width:73%;background-image:linear-gradient(to right, rgba(223,57,250,0.1) -4%, rgba(103,80,245,0.1) 33%, rgba(37,140,255,0.1) 87%, rgba(86,214,255,0.1) 122%)}.mobile_left_module_wrap .offcanvas-header{position:relative;z-index:1}.mobile_left_module_wrap .offcanvas-start{border-right:none}.mobile_left_module_wrap .btn-close{background-size:10px}.custom_chat_feedback_dialog{width:350px;margin:0 auto}.chat_feedback_popup_wrap{height:370px;font-size:15px;position:relative}.chat_feedback_popup_wrap p{font-size:12px;opacity:0.7;margin-bottom:2px}.chat_feedback_content{width:100%;margin:20px auto}.chat_feedback_content textarea{width:100%;height:120px;resize:none;margin-bottom:15px;background:#fbfaff;border-radius:4px;border:1px solid #c0b8ff;box-sizing:border-box;font-size:12px;padding:10px}.chat_feedback_content input{width:100%;height:38px;background:#fbfaff;border-radius:4px;border:1px solid #c0b8ff;box-sizing:border-box;font-size:12px;padding:10px}.chat_feedback_submit_btn{width:66px;height:38px;background:#6c5bea;border-radius:5px;border:none;outline:none;color:#fff;font-size:14px;position:absolute;right:16px;bottom:20px}.login_trigger_text,.membership_trigger_text{color:#dc05ff;font-weight:bold;cursor:pointer}.fan_activity_popup_wrap,.pc_fan_activity_popup_wrap{width:233px;min-height:196px;background:linear-gradient(120.04deg, #DE10FF -8.07%, #5B9DFF 76.36%, #4AFFF4 107.06%);padding:6px;border-radius:12px}.fan_activity_popup_img,.pc_fan_activity_popup_img{width:100%;border:2px solid #fff;border-radius:12px}.fan_activity_popup_info,.pc_fan_activity_popup_info{width:100%;height:45px;margin-top:10px;color:#fff;display:flex;font-size:15px;align-items:center}.fan_activity_popup_info_btn{width:100%;height:38px;background:#000;border-radius:19px;color:#fff;border:none;font-size:13px}.pc_latest_activity_card{position:absolute;bottom:160px;right:115px}.pc_latest_activity_card_with_context{bottom:260px}.mobile_latest_activity_card_with_context{bottom:210px}.pc_fan_activity_popup_wrap{box-shadow:2px 4px 8px 0 rgba(0,0,0,0.2)}.pc_latest_activity_card .custom_close_btn{position:absolute;top:0;right:-38px}.custom_close_btn{box-sizing:content-box;width:1em;height:1em;padding:.25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5;cursor:pointer}.custom_close_btn:hover{opacity:0.8}.hide{display:none}@media (min-width: 1600px){#chat{margin:70px auto 45px}#chat .chat__conversation-board{min-height:79vh}}@media (max-width: 1291px){.pc_left_module_wrap,.left_wrap{width:260px !important}.pc_left_module_wrap .recent_discover_item_name,.pc_left_module_wrap .fresh_release_item_name,.fresh_release_item_subtitle{width:150px !important}.search_equity_card,.left_wrap .search_gd_card{width:210px !important}#chat{width:calc(100vw - 260px)}.chat_search_tip_content{margin:45px auto 3.5em}.search_app_recommend_card{width:270px !important}}@media only screen and (max-width: 600px){body{margin:0}#chat{margin:50px auto 90px;border-radius:0;padding:1em 20px 0 20px;width:100%}#chat .chat__conversation-board::-webkit-scrollbar{display:none}#chat .chat__conversation-board{width:100%}#chat .chat__conversation-board__message__options,#chat .project_relate_download_qrcode{display:none !important}#chat .chat__conversation-board__message__bubble .chat_message_bubble_wrap{padding:0}#chat .chat__conversation-board__message-container,.chat_search_tip_content_wrap,.search_app_recommend_card_wrap,.search_app_relate_wrap{flex-direction:column}.chat_search_tip_content{margin:30px auto 3.5em}.chat_search_tip_title{font-size:15px}.chat_search_tip_title img{margin-bottom:10px}.chat_search_tip_content_wrap{margin-top:15px}.chat_search_tip_item{padding:15px 15px 5px;margin:0 auto 8px}.chat_search_tip_item_question_example{min-height:30px;padding:0 10px;margin-top:5px;margin-bottom:10px;font-size:13px}.chat_search_tip_item .chat_search_tip_item_question_example:nth-child(2){margin-top:13px}.search_app_recommend_card_wrap,.search_app_relate_wrap{align-items:center}.search_app_recommend_card,.search_price_card{margin-right:0 !important}.search_price_card{width:100% !important}#chat .chat__conversation-board__message__context{width:100%;align-self:flex-start;margin-top:10px}#chat .chat__conversation-panel{width:100%;height:80px;position:fixed;bottom:0;left:0;right:0;margin:0 auto}#chat .current_chat_context{height:130px;border-bottom-left-radius:0;border-bottom-right-radius:0}.current_chat_context .current_chat_context_wrap{height:45px}.context_project_item{height:35px}.context_project_item_icon{width:25px;height:25px;border-radius:3px;margin:5px 0 0 8px}.context_project_item_name{width:130px;font-size:12px;margin:9px 0 0 8px}.context_project_item_close_btn{width:20px;height:20px}#chat .chat__conversation-panel__container{width:90%;margin:0 auto}#chat .chat__conversation-panel .send-message-button{top:7px;right:7px}#chat .chat__conversation-panel__input{white-space:pre;overflow-wrap:normal;overflow-x:scroll;width:78%}.mobile_chat_search_tip_content_wrap,.mobile_chat_search_introduce{display:block}.pc_left_module_wrap,.chat_search_introduce{display:none}.mobile_left_module_wrap{display:block;position:relative}.mobile_left_module_wrap .left_wrap{width:71vw;padding:50px 5px 80px 15px}.subscribe_activity_content,.subscribe_activity_official_qrcode{width:100% !important}.ongoing_tip_container{overflow:unset}.subscribe_with_follow hr{display:none}.subscribe_with_follow_desc_content{width:300px !important;margin-left:0 !important;margin-top:10px}.subscribe_usage{display:none !important}.chat_feedback_btn,.chat_jump_btn{width:38px !important;height:38px !important;right:10px !important}.event_project_icons_wrap,.event_project_icon_item{width:36px;height:36px}.pc_latest_activity_card{right:65px}.skeleton-loader{width:100% !important}.subscribe_with_follow_qrcode{margin-top:15px !important}.search_equity_card,.left_wrap .search_gd_card{width:93% !important;bottom:100px !important}.search_equity_card_wechat,.left_wrap .search_gd_card_wechat{bottom:60px !important}.search_price_card_image{height:auto !important}.search_price_card_cover{height:auto !important}.search_price_card_review_img{width:31% !important}.fan_activity_popup_wrap{margin:0 auto}.total_left_projects_wrap{height:52vh}}@media (min-width: 501px){.chat_gd_content_wrap{display:none}}.search_app_recommend_card{width:280px;min-height:295px;background:#fff;margin-right:12px;margin-bottom:20px;padding:15px 10px 5px;border:1px solid #f1ecec;border-radius:6px;box-shadow:2px 4px 8px transparent;transition:all 0.3s;cursor:pointer;position:relative}.search_app_recommend_card:hover{box-shadow:2px 4px 8px rgba(0,0,0,0.35)}.search_app_recommend_card a{text-decoration:none;color:#000}.search_app_recommend_name{font-size:18px;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search_app_recommend_platforms{height:20px;margin-bottom:10px}.search_app_recommend_platforms img{width:19px;height:19px;margin-right:1px}.search_app_recommend_score{width:130px;position:absolute;top:200px;right:8px;font-size:11px;text-align:right}.search_app_recommend_score_source{color:#9E9E9E}.search_app_recommend_cover,.search_app_recommend_cover_by_reviews{width:100%;height:150px;overflow:hidden;margin:5px 0 10px;display:flex;align-items:center;cursor:pointer}.search_app_recommend_cover img{width:100%;height:auto;object-fit:cover}.search_app_recommend_cover_by_reviews img{width:33%;height:auto;margin:0 1px}.search_app_recommend_desc{width:100%;height:30px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-top:25px;font-size:13px}.search_app_recommend_desc a{color:unset;transition:color 0.3s}.search_app_recommend_desc:hover a{color:#5B6BFF}.search_app_recommend_price{width:100%;height:38px}.app_support_activity_tag,.app_freezing_activity_tag,.app_activity_tag{color:#FF76D8;padding:5px;border-radius:6px;font-size:13px}.app_support_activity_tag{background:linear-gradient(86.5deg, rgba(55,255,238,0.15) -30%, rgba(60,43,255,0.1) 100%)}.app_freezing_activity_tag{background:linear-gradient(86.5deg, rgba(255,134,82,0.15) -30%, rgba(238,43,255,0.1) 100%)}.app_freezing_activity_tag del{color:#9E9E9E;font-size:12px}.app_activity_tag{color:#5C5C5C;background:linear-gradient(86.5deg, rgba(115,110,114,0.15) -30%, rgba(115,110,114,0.1) 100%)}.search_app_recommend_price_right_tag{color:#258CFF;width:auto;padding:5px;background:linear-gradient(86.5deg, rgba(37,140,255,0.15) -30%, rgba(37,140,255,0.1) 100%);border-radius:6px;cursor:pointer;transition:all 0.3s;border:1px solid transparent;font-size:13px;margin-bottom:10px}.search_app_recommend_price_right_tag img,.app_freezing_activity_tag img,.app_activity_tag img{width:18px;height:18px;vertical-align:-4px}.search_app_recommend_free_tag{background:linear-gradient(86.5deg, rgba(50,255,121,0.15) -30%, rgba(50,255,121,0.1) 100%);color:#24c55c}.project_relate_message_wrap{margin:0 0 20px}.project_relate_message_info{display:flex}.project_relate_message_icon{width:60px;height:60px;border-radius:12px;border:1px solid #E5E3E3}.project_relate_message_name_platforms{margin-left:20px;font-size:15px;padding-top:10px;font-weight:bold}.project_relate_message_name_platforms p{margin-bottom:2px}.project_relate_message_name_platforms a{color:#6750F5}.project_relate_message_desc{margin-top:20px;font-size:15px;opacity:0.8;word-break:break-all;overflow-wrap:break-word}.search_price_card{width:230px;min-height:260px;border-radius:6px;background-image:linear-gradient(to bottom, #eaefff, #f6f8ff);position:relative;margin-right:13px;margin-bottom:15px}.search_price_card_image{width:415px;min-height:160px;background:#F6F6F6;display:flex;align-items:center;justify-content:center;padding:15px 0}.search_price_card_activity{background-image:linear-gradient(to bottom, #f9eaff, #fbf0ff)}.search_price_card_cover{width:90%;height:225px;object-fit:cover}.search_price_card_review_img{width:128px}.search_price_card_title{width:100%;font-size:16px;position:absolute;top:25px;left:0;display:flex;align-items:baseline}.search_price_card_title b{margin-left:13px}.search_price_card_title:before{content:'';width:5px;height:23px;background-color:#258cff;position:absolute}.search_price_card_activity_title:before{background-color:#FF60D2}.search_price_card_small{height:170px}.official_co_brand{font-size:12px;opacity:0.4;margin-left:10px}.search_price_app_current_info{margin-left:10px;font-size:12px}.source_info{opacity:0.4;font-size:12px;margin-left:10px}.search_price_card_content{width:100%;height:135px;font-size:13px;position:absolute;top:68px;padding-left:10px;overflow:scroll}.search_price_card_content_for_mPurchases{height:180px}.search_price_card_content_for_mPurchases_iap_title{margin-bottom:10px;font-weight:bold;font-size:15px}.search_price_card_small .search_price_card_content{height:30px}.app_price_item{width:100%;display:flex;justify-content:space-between;margin-bottom:4px;position:relative}.iap_name,.cpi_name{width:160px}.history_price_item_price,.current_price_item_price{margin-right:10px}.history_price_item_price_time{width:100%;text-align:right;font-size:12px;opacity:0.45;padding-right:10px;margin-bottom:10px}.card_empty_tip{margin:50px 10px 0 0;text-align:center}.card_empty_tip_for_subscription{font-weight:bold;color:#E751FF;cursor:pointer}.search_price_card_small .card_empty_tip{margin:5px 10px 0 0}.search_price_card_btn{width:90%;height:32px;flex-grow:0;padding:7px 17px 9px 14px;border-radius:6px;border:solid 1px rgba(0,0,0,0.1);background-color:#fff;position:absolute;bottom:15px;left:0;right:0;margin:0 auto;text-align:center;cursor:pointer;color:#fff;font-weight:bold;font-size:13px;line-height:1.1}.search_price_card_subscribe_btn{background-color:#258CFF}.search_price_card_purchase_btn{background-color:#FF60D2}.search_price_card_user_center_btn{background-color:#ffb1b1}.search_price_card_content_activity_title{font-size:15px;margin:0 auto;font-weight:bold;text-align:center}.search_price_card_content_activity_main{font-size:18px;margin:10px auto;text-align:center}.search_price_card_content_activity_main b{color:#dc05ff}.search_price_card_content_activity_main_desc{text-align:center;font-size:13px;text-decoration:line-through;color:#9e9e9e}.subscription_bell{width:16px;height:16px;margin-right:5px;vertical-align:-4px}.suggestion_message{margin-left:53px}.suggestion_message .chat_message_bubble_wrap{display:flex !important;background:#fff !important}.suggestion_message_item{padding:17px;border-radius:6px;border:solid 1px rgba(91,107,255,0.1);background-color:#f9faff;margin-right:15px;cursor:pointer}.suggestion_message .suggestion_message_item span{color:#6750f5}.subscribe_with_follow{margin:10px auto}.subscribe_with_follow_desc,.subscribe_usage{display:flex;flex-wrap:wrap}.subscribe_usage{justify-content:space-between;padding-top:10px}.subscribe_with_follow_desc_content{width:360px;margin-left:20px;margin-right:20px}.subscribe_with_follow_desc_content a{color:#6750F5;font-size:16px}.subscribe_with_follow_qrcode{width:auto;position:relative;margin-top:60px;display:flex;flex-wrap:wrap}.follow_appstore_preview{width:208px;height:122px;margin:0 10px 10px 0}.follow_official_qrcode_container{width:122px;height:122px;padding:5px;background:#eaeaea;border-radius:6px}.follow_official_qrcode{width:100%;height:100%}.subscribe_usage_explain{width:475px;margin-right:10px}.subscribe_usage_explain h5{font-size:20px;margin-bottom:55px}.subscribe_usage_img{width:320px}.subscribe_usage_img img{width:100%}.subscribe_activity{display:flex;flex-wrap:wrap;font-size:15px;margin:0 auto}.subscribe_activity_content{width:500px}.subscribe_activity_content_title{color:#6750F5}.subscribe_activity_official_qrcode{width:150px;font-size:13px;text-align:center}.subscribe_activity_official_qrcode img{width:150px;height:150px;margin-bottom:5px}.project_relate_download{margin:30px 0 40px;padding:20px;max-width:650px;padding-bottom:20px;background:linear-gradient(to bottom, #7098FF, #F58DFF);color:white;border-radius:12px;box-shadow:0 0 10px rgba(0,0,0,0.1)}.mobile_search_project_download_wrap .project_relate_download{margin:30px 0 15px;border-bottom:unset}.project_relate_download_title{font-size:18px;font-weight:bold;margin-bottom:20px}.project_relate_download_resource{display:flex;justify-content:space-between}.project_relate_download_resource_content a{color:#fff}.project_relate_download_resource_content_pc,.project_relate_download_resource_content_app{margin-bottom:15px;display:flex}.project_relate_download_resource_platform{min-width:60px;flex-shrink:0;font-weight:400;margin-top:7px;font-size:13px}.project_relate_download_resource_content_pc a,.available_download_item{font-size:12px}.no_pc_download_tip,.project_relate_download_resource_content_app_tip{margin-top:2px}.project_relate_download_resource_content_app_tip,.project_relate_download_resource_content_app a{font-size:11px}.no_pc_download_tip,.no_mobile_download_tip{font-size:13px;color:rgba(0,0,0,0.7)}.relate_mobile_download_wrap{line-height:2}.download_item_info{font-size:13px}.project_relate_download_qrcode{display:flex;align-items:center;flex-direction:column;background-color:#fff;color:#000;padding:8px;border-radius:6px;width:120px;height:165px;text-align:center;margin-top:-30px;margin-left:10px}.project_relate_download_qrcode_img{width:135px;height:135px;border-radius:6px}.project_relate_download_qrcode_tip{margin-top:8px}.project_relate_download_qrcode_tip p{font-size:12px;font-weight:500;margin-bottom:0}.download_item_info,.project_relate_download_link{height:32px;padding:2px 10px;background-color:rgba(26,26,26,0.7);border-radius:4px;text-align:center;display:inline-block;margin:0 3px 10px 0;cursor:pointer;transition:all 0.1s}.project_relate_download_link{padding-top:5px}.download_item_info:hover,.project_relate_download_link:hover,.project_relate_download_link:hover a,.download_item_info_active{background-color:#fff;color:#258CFF}.relate_download_QRcode_component{width:105px;height:105px}.qrcode_flash{position:relative;overflow:hidden}.qrcode_flash::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg, rgba(255,215,0,0.3), rgba(128,0,128,0.2) 70%);opacity:0;animation:flashAnimation 0.5s ease-in-out forwards}@keyframes flashAnimation{0%{opacity:0;transform:translate(-100%, 100%)}50%{opacity:1;transform:translate(0, 0)}100%{opacity:0;transform:translate(100%, -100%)}}.left_wrap{width:300px;height:100vh;position:fixed;top:0;left:0;padding:80px 25px 0;overflow-y:auto}.left_wrap::-webkit-scrollbar{display:none}.total_left_projects_wrap{height:56vh;overflow:scroll}.search_today_hot_topics,.recent_discover{margin:10px auto 20px;font-size:13px}.recent_discover{margin:10px auto 15px}.search_today_hot_topics{height:130px;overflow:hidden;transition:height 0.3s}.recent_discover_item_history{padding-top:10px}.search_today_hot_topics_fold{height:30px}.recent_discover_fold{height:0;overflow:hidden}.search_today_hot_topics_title,.recent_discover_title{font-size:15px;font-weight:bold;margin-bottom:10px;display:flex;justify-content:space-between}.search_today_hot_topics_title_switch{width:20px;height:20px;cursor:pointer;transition:all 0.3s}.search_today_hot_topics_title_switch:hover{width:22px;height:22px}.search_today_hot_topics_title_switch_rotate{transform:rotate(-90deg)}.search_today_hot_topics_item{width:100%;height:32px;line-height:32px;font-weight:bold;padding-left:10px;cursor:pointer;border-radius:6px}.search_today_hot_topics_item:before,.mobile_chat_search_tip_item:before{content:'';display:inline-block;width:20px;height:20px;background-image:url("../png/a0add6757a4df2cbf73941cda365a044.png");background-size:20px;margin-right:5px;vertical-align:-6px}.search_today_hot_topics_item:hover{background:#fff}.recent_discover_item{width:100%;height:60px;background:#fff;border-radius:6px;margin-bottom:12px;cursor:pointer;box-shadow:2px 4px 8px transparent;transition:all 0.3s}.recent_discover_item_top{width:100%;height:60px;border-top-left-radius:6px;border-top-right-radius:6px;position:relative;font-size:14px}.recent_discover_item_icon,.fresh_release_item_icon{width:38px;height:38px;border-radius:12px;position:absolute;top:10px;left:10px}.recent_discover_item_name,.fresh_release_item_name,.fresh_release_item_subtitle{display:inline-block;max-width:178px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:absolute;top:6px;left:60px}.recent_discover_item_platform{position:absolute;top:3px;right:5px}.recent_discover_item_platform img{width:16px;height:16px;margin-right:1px;background:rgba(40,48,63,0.6);border-radius:16px;padding:2px}.recent_discover_item:hover,.fresh_release_item:hover{box-shadow:2px 4px 8px rgba(0,0,0,0.2)}.recent_discover_item:hover .recent_discover_item_name,.fresh_release_item:hover .fresh_release_item_name{color:#5B6BFF}.recent_discover_item:hover img{background:#28303f}.recent_discover_item_price{position:absolute;top:33px;left:60px;font-size:12px}.activity_tag{background-image:linear-gradient(94deg, #ff8652 -7%, rgba(238,43,255,0.93) 90%);font-weight:600;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.fresh_release_item{width:100%;height:90px;background:#fff;border-radius:6px;margin-bottom:12px;cursor:pointer;box-shadow:2px 4px 8px transparent;transition:all 0.3s;font-size:13px;overflow:hidden;border-style:solid;border-width:1px;border-image-source:linear-gradient(to right, #7093FF -4%, rgba(227,162,255,0.8) 100%, #fff 0%);border-image-slice:1;background-image:linear-gradient(to bottom, #fff, #fff),linear-gradient(to right, #7093FF -4%, rgba(227,162,255,0.8) 100%, #fff 0%);background-origin:border-box;background-clip:content-box, border-box;border:1px solid transparent}.fresh_release_item_top{width:100%;height:30px;background:linear-gradient(90deg, #2A95FF 0%, rgba(255,52,235,0.33) 100%, #FFF 0%);color:#fff;line-height:30px;text-indent:1em}.fresh_release_item_info{position:relative}.fresh_release_item_name{top:10px}.fresh_release_item_subtitle{top:34px;font-size:11px}.search_equity_card{width:249px;height:125px;border-radius:12px;background:#fff;font-size:15px;position:absolute;bottom:28px;text-align:center;border-style:solid;border-width:1px;border-image-source:linear-gradient(to right, #df39fa -4%, #6750f5 33%, #258cff 87%, #56d6ff 122%);border-image-slice:1;background-image:linear-gradient(to bottom, #fff, #fff),linear-gradient(to right, #df39fa -4%, #6750f5 33%, #258cff 87%, #56d6ff 122%);background-origin:border-box;background-clip:content-box, border-box;border:1px solid transparent}.search_equity_card ul li{line-height:26px}.search_equity_card ul li span{background:linear-gradient(86.5deg, #BC39FA -1.11%, #715BFB 33.64%, #308AF0 87.7%, #54D4FD 117.86%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.search_equity_card_title{margin:12px auto 5px;font-weight:bold;background:linear-gradient(86.5deg, #BC39FA 8.11%, #715BFB 43.64%, #308AF0 67.7%, #54D4FD 107.86%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.search_equity_card_content{margin-bottom:2px;font-weight:bold}.search_equity_card_btn{width:90%;height:35px;margin:10px auto 0;border:none;border-radius:6px;color:#fff;display:block;background:linear-gradient(86.5deg, #BC39FA -1.11%, #715BFB 33.64%, #308AF0 87.7%, #54D4FD 117.86%)}.featured_projects_wrap{display:flex;flex-wrap:wrap;gap:10px}.featured_projects_item{width:100%;height:60px;background:#fff;border-radius:6px;position:relative;cursor:pointer;box-shadow:2px 4px 8px transparent;transition:all 0.3s}.featured_projects_item:hover{box-shadow:2px 4px 8px rgba(0,0,0,0.2)}.featured_projects_item_icon{width:38px;height:38px;border-radius:12px;position:absolute;top:10px;left:10px}.featured_projects_item_icon img{width:100%;height:100%;border-radius:12px}.featured_projects_item_name{position:absolute;top:10px;left:60px;font-size:13px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:142px}.featured_projects_item_subtitle{position:absolute;top:34px;left:60px;font-size:11px;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:142px}.search_gd_card{width:249px;height:125px;border-radius:12px;position:absolute;bottom:28px;overflow:hidden}
