#myTask .do-tabs{display:flex;justify-content:flex-start;align-items:center}#myTask .do-tabs .tab-item{margin-right:18px;font-size:14px;font-weight:400;color:rgba(0,0,0,.65);line-height:22px;padding-bottom:12px;cursor:pointer}#myTask .do-tabs .activetab{color:#56ab1b;position:relative}#myTask .do-tabs .activetab:after{content:"";width:44px;height:2px;background:#67c823;position:absolute;left:0;bottom:0}#myTask .my_task_content{height:calc(100vh - 167px);overflow:auto;overflow-x:hidden;background:#fff;padding:24px}#myTask .my_task_content .search_wrap{padding-bottom:24px}#myTask .my_task_content .search_wrap,#myTask .my_task_content .search_wrap .search_left{display:flex;justify-content:flex-start;align-items:center}#myTask .my_task_content .search_wrap .search_left .search_item{width:160px;margin-right:8px}#myTask .no_data_box{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin-top:56px}#myTask .no_data_box img{width:122px;height:118px}#myTask .no_data_box .get_task_btn{width:180px;height:32px;line-height:32px;background:#67c823;border-radius:2px;font-size:14px;font-weight:400;color:#fff;margin-top:40px;cursor:pointer}#myTask .no_data_box .task_total{font-size:14px;font-weight:400;color:rgba(0,0,0,.45);padding-top:16px}