@import "common.css";

/*用户页面*/
.tabs_user{ overflow: hidden; border-radius: 10px 0px 0px 10px;}
.tabs_user a{ display: block; float: left; padding:15px 26px; border-right:1px solid #e6e6e6; color:#333333;}
.tabs_user a.current,.tabs_user a:hover{ background: #007dff; color:#fff;}
.tabs_user a.first{border-radius: 10px 0px 0px 10px;}

.userInfo{margin-top:13px; overflow: hidden; height:399px;}
.userInfo .infosLeft{ width:265px; float: left; text-align: center; padding:38px 0px;}
.userInfo .infosLeft .userBox {width:163px; height:163px; overflow: hidden; border:1px solid #007dff; border-radius: 50%; margin:0 auto; box-shadow: 0px 0px 15px 5px #f2f5f8;}
.userInfo .infosLeft .userBox img{width:100%;}
.userInfo .infosLeft .comName{ color:#333333; font-size: 18px;  padding:16px 0px;}
.userInfo .infosLeft .comPos{ background: #007dff; border-radius: 13px; color:#fff; display: inline-block; padding:0px 12px; height:25px; line-height: 25px;}
.userInfo .infosLeft .isUsed{ color:#007dff; padding:16px 0px;}
.userInfo .infosLeft .lastLoginInfo{color:#666666;}
.userInfo .infosTb{padding-left:265px;}
.userInfo .infosTb table,table.tjTb{ border-collapse: collapse;}
.userInfo .infosTb table th,.userInfo .infosTb table td,table.tjTb th,table.tjTb td{ font-weight: normal; padding:14px 8px 14px 16px; border-left:1px solid #e7e7e7; border-top:1px solid #e7e7e7; text-align: left;}
.userInfo .infosTb table th,table.tjTb th{ background: #fbfbfb;}
.userInfo .infosTb table tr.first th,.userInfo .infosTb table tr.first td,table.tjTb tr.first th,table.tjTb tr.first td{border-top:none;}
table.tjTb th,table.tjTb td{text-align: center;}
table.tjTb td.nobor,table.tjTb th.nobor{border-left:none;}
.word.icontj{ background: url("../imgs/icon.png") no-repeat -75px -681px; padding-left:30px;}
.word.icondzfx{ background: url("../imgs/icon.png") no-repeat -75px -728px; padding-left:30px;}
.mod .con.pd0{padding:0px;}
.echart{ height:350px; margin:24px 0px;}
.tbInfo{ padding:10px 20px 30px 20px;}
.tbInfo table{border:1px solid #e7e7e7; border-collapse: collapse;}

/*活跃情况查询*/
.mod .con.borbom{border-bottom:1px solid #eeeeee;}
div.option{ overflow: hidden; color:#333; padding:10px 0px;}
div.option .left{float:left; width:75px; padding-top:2px;}
div.option .optionCon{ padding-left:75px; color:#666;}
div.option .optionCon span{ display: block; float: left; padding:0px 12px; height:26px; line-height: 26px; border:1px solid #fff; cursor:pointer; margin:0px 5px 5px 5px;}
div.option .optionCon span.current,div.option .optionCon span:hover{ border: 1px solid #007dff; border-radius:13px; color:#007dff;}
.searchBox{ padding:25px 20px; text-align: center;}
.searchBox .queryBtn{margin:0 auto;}


