.position-data{ display: none; } 
.default-data{ display: none; } 
.position-data .tab_list { width: 100%; display: flex; justify-content: start; align-items: center; padding: .3rem; } 
.tab_li { padding: .1rem .3rem; border: .01rem solid #EEEEEE; border-radius: .02rem; font-weight: 400; font-size: .28rem; color: #333333; margin-right: .2rem; } 
.tab_li.active { background: #EDF6FD; color: #2F74E9;  border: .01rem solid #156DDB;} 
.default-data { width: 100%; height: calc(100% - .46rem); display: flex; justify-content: center; align-items: center; } 
.qh_chart_jbm{ height: 4.6rem; }
#qh-jibenmian-part{display: none;}
#qh-jicha-part{display: none;}
.part_header { width: calc(100% - .6rem); height: 1rem; line-height: 1rem; padding: 0 .3rem; border-bottom: 1px solid #f0f0f0; display: flex; justify-content: space-between; } 
.part_header_name { font-size: .36rem; font-weight: normal; border-left: 0.06rem solid #0F6FBF; line-height: .4rem; margin-top: .3rem; height: .4rem; padding-left: .2rem; } 
.more_btn { font-weight: 400; font-size: .24rem; color: #2F74E9; }