@-webkit-keyframes li-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes li-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes li-fade-in{0%{opacity:0}to{opacity:1}}@keyframes li-fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes li-fade-out{0%{opacity:1}to{opacity:0}}@keyframes li-fade-out{0%{opacity:1}to{opacity:0}}.li-fade-enter-active{-webkit-animation:li-fade-in .3s ease-out both;animation:li-fade-in .3s ease-out both}.li-fade-leave-active{-webkit-animation:li-fade-out .3s ease-in both;animation:li-fade-out .3s ease-in both}.industrySearchBox{background:#f8f8f8;height:100%;padding-bottom:.8rem}.industrySearchBox .headerBox{widows:10rem;height:1.46667rem;background:-webkit-linear-gradient(326deg,#fd7a7a,#e6001f);background:linear-gradient(124deg,#fd7a7a,#e6001f);position:relative}.industrySearchBox .headerBox .twoTabsBox{width:10rem;height:1.46667rem;text-align:center;padding-top:.4rem}.industrySearchBox .headerBox .twoTabsBox .tab{display:inline-block;font-size:.37333rem;font-family:PingFang SC;font-weight:400;line-height:.53333rem;color:#fff;position:relative}.industrySearchBox .headerBox .twoTabsBox .tab span{width:.53333rem;height:.05333rem;background-color:#fff;position:absolute;bottom:-.08rem;left:.58667rem}.industrySearchBox .headerBox .twoTabsBox .tabActive{display:inline-block;font-size:.42667rem;font-family:PingFang SC;font-weight:700;line-height:.53333rem;color:#fff;position:relative}.industrySearchBox .headerBox .twoTabsBox .tabActive span{width:.53333rem;height:.05333rem;background-color:#fff;position:absolute;bottom:-.08rem;left:.58667rem}.industrySearchBox .headerBox .twoTabsBox .tab:nth-child(2){margin-left:.93333rem}