.common-table{display:flex;flex:1;flex-direction:column;background:#f3f5f8}.common-table__panel{display:flex;flex:1}.common-table .p_blue{color:#5171da;cursor:pointer}.common-table .heover_btn{position:absolute;right:10%;top:50px;width:60px;height:20px;overflow:hidden;display:flex;flex-direction:column;align-items:center;transition:height .4s ease-in-out}.common-table .heover_btn .border{width:3px;height:0;transition:height .5s ease-in-out;background:linear-gradient(180deg,#b593f7,#dabdf5)}.common-table .heover_btn .img{margin-top:-22px;width:60px;height:80px;transition:margin-top .4s ease-in-out}.common-table .heover_btn:hover{height:130px}.common-table .heover_btn:hover .border{height:50px}.common-table .heover_btn:hover .img{margin-top:0}.common-table__title{position:relative;display:flex;align-items:center;height:50px;z-index:101;line-height:40px;background:#f8f8f8;box-shadow:0 8px 8px 0 rgba(169,175,197,.35);font-size:18px;font-weight:400;color:#333;padding:0 20px 0 36px;white-space:nowrap}.common-table__title:before{position:absolute;content:" ";top:50%;left:20px;transform:translateY(-50%);width:4px;height:20px;background:#5171da}.common-table__title>.table-operate{position:absolute!important;right:10px;top:50%;transform:translateY(-50%)}.common-table__title-list{overflow-x:auto;flex:1;margin-right:10px;white-space:nowrap}.common-table__title-item{padding:0 15px;line-height:26px;font-size:16px;font-weight:400;color:#4d4d4d;border:1px solid #aaa;margin-right:10px;border-radius:4px;cursor:pointer}.common-table__title-item.active,.common-table__title-item:hover{color:#4c6bd4;border-color:#4c6bd4}.common-table .ts-table{background:transparent;margin:10px;padding-right:0}.common-table .ts-table .rank{width:0;transition:width .8s ease-in-out}.common-table .ts-table .rank .rank-head{display:flex;align-items:center;justify-content:space-between;white-space:nowrap}.common-table .ts-table .rank .rank-list{white-space:nowrap}.common-table .ts-table .hover_rank{width:25%}.common-table .ts-search{float:right}