.tab_view{display:flex;justify-content:flex-start;margin-bottom:5px;cursor:pointer}.tab_view .item_1{width:80px;padding:10px;background-color:#1890ff;color:#fff}.tab_view .item{padding:10px;width:80px;border:1px solid #a6a6a6}.release_record_view{background-color:#fff;border-radius:5px;padding:20px;height:calc(100vh - 250px)}.release_record_view .record_right_header{display:flex;align-items:center;padding-bottom:20px}.release_record_view .record_right_header .header_item{display:flex;align-items:center;margin-right:10px}.release_record_view .record_right_header .header_item .item_title{flex-shrink:0;font-size:16px;font-weight:600;margin-right:10px}.release_record_view .user_header_view{width:100%;display:flex;align-items:center;justify-content:flex-start;padding-left:25px}.release_record_view .user_list_content_view{display:flex;border-radius:5px;width:750px;margin-left:5px;height:calc(100vh - 500px)}.release_record_view .user_list_content_view .content_view_left{flex:1;padding:20px;padding-top:0;border-right:1px solid #555d8b}.release_record_view .user_list_content_view .content_view_right{flex:1}.release_record_view .user_list_content_view .content_view_right .right_height{font-size:16px;font-weight:600;color:#555d8b;margin-bottom:10px;margin-top:10px;text-align:left;padding-left:20px}.release_record_view .user_list_content_view .content_view_right .right_list{overflow-y:auto;height:calc(100vh - 456px);margin-bottom:10px;padding:0 20px}.release_record_view .user_list_content_view .content_view_right .right_list::-webkit-scrollbar{width:5px}.release_record_view .user_list_content_view .content_view_right .right_list::-webkit-scrollbar-thumb{background-color:#c9cbd8;border-radius:5px}.release_record_view .user_list_content_view .content_view_right .right_list .right_item{display:flex;align-items:center;justify-content:space-between;font-size:16px;color:#555d8b;margin-bottom:10px}.release_record_view .user_list_content_view .content_view_right .right_list .right_item i{font-size:20px;cursor:pointer}.release_record_view .user_list_content_view .table_header{background-color:#e8f4ff;color:#555d8b;border-radius:5px;display:flex;padding:10px 20px;margin-top:10px}.release_record_view .user_list_content_view .table_header div{font-size:16px;font-weight:600}.release_record_view .user_list_content_view .table_header div:first-child{width:150px;text-align:center;display:flex;align-items:center}.release_record_view .user_list_content_view .table_header div:nth-child(2){flex:1}.release_record_view .user_list_content_view .table_list{overflow-y:auto;height:calc(100vh - 570px);margin-bottom:10px}.release_record_view .user_list_content_view .table_list::-webkit-scrollbar{width:5px}.release_record_view .user_list_content_view .table_list::-webkit-scrollbar-thumb{background-color:#c9cbd8;border-radius:5px}.release_record_view .user_list_content_view .table_list .item{display:flex;align-items:center;height:40px;line-height:40px;color:#555d8b;font-size:14px;cursor:pointer;border-bottom:1px dashed rgba(85,93,139,.5)}.release_record_view .user_list_content_view .table_list .item .item_left{width:150px;display:flex;align-items:center}.release_record_view .user_list_content_view .table_list .item .item_left .left_title{padding-left:10px}.release_record_view .user_list_content_view .table_list .item .item_right{flex:1;text-align:center}.release_record_view .user_list_content_view .table_list .item_forbid{cursor:no-drop;color:#ccc}.del_view div{text-indent:2em;color:#555d8b}