

/* 浏览简历 */
/* 头像 */
.mui-content .mui-browse-top{ width:100%; height:auto;margin:auto;background:url(/image/browse/bgs.png) repeat; padding:10px 0px;overflow:hidden; }
.mui-content .mui-browse-top .basic{ position:relative;width:100%; height:90px; margin-top:10px; }
.mui-content .mui-browse-top .basic dl{ float:left;width:100%; position:relative; padding:0px 0px;text-align:left; }
.mui-content .mui-browse-top .basic dl dd{ position:relative; text-align:center; }
.mui-content .mui-browse-top .basic dl dd img{ width:80px; height:80px; border:2px #FFF solid;border-radius:100%; }
.mui-content .mui-browse-top .basic dl dt{ position:relative; color:#FFF; padding-top:3px; text-align:center;}
.mui-content .mui-browse-top .basic dt .s1{ float:left;width:100%; line-height:30px; font-size:18px; font-weight:normal; color:#333; }
.mui-content .mui-browse-top .basic dt .s2{ float:left;width:100%; line-height:20px; font-size:12px; padding-top:5px; color:#aaa; }
.mui-content .mui-browse-top .basic dt .s2 em{ font-style:normal; margin:0px 2px; color:#ccc; }
.mui-content .mui-browse-tag{ position:relative; margin-top:0px; padding:8px 10px;font-size:12px; text-align:left; background-color:#FFF; overflow:hidden; }
.mui-content .mui-browse-tag i{ float:left;border:1px #f80 solid; color:#f60;border-radius:2px;padding:0px 5px; margin:5px 0px; margin-right:10px;  }



/* 基本信息 */
.mui-content .mui-browse-item{ margin-top:10px;position:relative; font-size:15px; text-align:left; background-color:#FFF; }
.mui-content .mui-browse-item .title{ height:40px; line-height:40px; font-size:16px; color:#333; margin:0px 5px; border-bottom:1px #EEE solid; padding-left:25px; color:#666; }
.mui-content .mui-browse-item .body{}
.mui-content .mui-browse-item .body dl{position:relative; line-height:30px; padding:0px 0px;}
.mui-content .mui-browse-item .body dt{width:80px;position:absolute;top:0;left:0;color:#999;padding-left:5px;}
.mui-content .mui-browse-item .body dd{padding-left:80px;color:#444; word-break:break-all;word-wrap:break-word;clear:both;}
.mui-content .mui-browse-item .body span{ color:#444;}
.mui-content .mui-browse-item .body p{ padding-left:5px; line-height:30px; }

.mui-content .mui-browse-item .res1{background:url(/image/resume/res1.png) left center no-repeat; }
.mui-content .mui-browse-item .res2{background:url(/image/resume/res2.png) left center no-repeat; }
.mui-content .mui-browse-item .res3{background:url(/image/resume/res3.png) left center no-repeat; }
.mui-content .mui-browse-item .res4{background:url(/image/resume/res4.png) left center no-repeat; }
.mui-content .mui-browse-item .res5{background:url(/image/resume/res5.png) left center no-repeat; }
.mui-content .mui-browse-item .res6{background:url(/image/resume/res6.png) left center no-repeat; }
.mui-content .mui-browse-item .res7{background:url(/image/resume/res7.png) left center no-repeat; }
.mui-content .mui-browse-item .res8{background:url(/image/resume/res8.png) left center no-repeat; }
.mui-content .mui-browse-item .res9{background:url(/image/resume/res9.png) left center no-repeat; }
.mui-content .mui-browse-item .res10{background:url(/image/resume/res10.png) left center no-repeat; }
.mui-content .mui-browse-item .res11{background:url(/image/resume/res11.png) left center no-repeat; }

.mui-content .mui-browse-item .list{}
.mui-content .mui-browse-item .list dl{position:relative; padding:5px 0px;}
.mui-content .mui-browse-item .list dt{ padding-left:5px; color:#333; line-height:30px; font-size:14px; }
.mui-content .mui-browse-item .list dt span{ color:#333; }
.mui-content .mui-browse-item .list dt .small{ color:#888; font-size:12px; }

.mui-content .mui-browse-item .list dd{ padding-left:5px;color:#888; line-height:25px; font-size:12px; }
.mui-content .mui-browse-item .list dd span{ color:#888; }

.mui-content .mui-browse-item .mui-content-padded{ position:relative;padding:5px 0px;}
.mui-content .mui-browse-item .mui-content-padded p{ text-align:center; line-height:25px; color:#999;}
.mui-content .mui-browse-item .mui-content-padded p img{ width:150px; height:100px; border:1px #EEE solid; }

/* 联系方式 */
.mui-content .mui-browse-item .contact{}
.mui-content .mui-browse-item .contact .btn{ margin:0px 10px;padding:10px 0px; text-align:center; }
.mui-content .mui-browse-item .contact .mui-btn-primary{ width:auto; height:30px; padding:0px 15px;background-color:#229bff; border:#090; font-size:14px; }
.mui-content .mui-browse-item .contact .mui-btn-minor{ width:auto; height:30px; padding:0px 15px; font-size:14px; }

/*  底部按钮 */
.resumetab{ box-shadow: 0px 0px 0px 0px #abcdef; height:55px; background-color:#FFF;border-top:1px #f5f5f5 solid; padding:0px 0px; }
.resumetab .tab1{ width:40%; padding-left:2.5%; padding-right:2.5%; }
.resumetab .tab2{ width:52.5%; padding-right:2.5%; }
.resumetab .mui-btn-empty{ margin-bottom:10px; width:100%; height:35px;background-color:#fff; border:#229bff 1px solid; font-size:16px; color:#229bff; }
.resumetab .mui-btn-primary{ margin-bottom:10px; width:100%; height:35px;background-color:#229bff; border:#229bff; font-size:16px; }


#topPopover {
    position: fixed;
    top: 16px;
    right: 6px;
}
#topPopover .mui-popover-arrow {
    left: auto;
    right: 6px;
}
#topPopover p {
    text-indent: 22px;
}
span.mui-icon {
    font-size: 14px;
    color: #007aff;
    margin-left: -15px;
    padding-right: 10px;
}
.mui-popover 
{
    width:150px;
    height: 180px;
}
.mui-popover .mui-icon{ font-size:20px; margin-left:10px; color:#aaa; }
.mui-popover .mui-table-view-cell{ margin-left:0px; margin-right:15px; }
.mui-popover .mui-table-view-cell a{ color:#555; font-size:15px; }

