/*清边框*/
*{
  margin: 0px;
  padding: 0px;
}
a{
  text-decoration: none;
}
img,input{
  border: none;
  border: 1px solid none;
}
li{
  list-style: none;
}


img {
  max-width: 100%; /* This rule is very important, please do not ignore this! */
}


/* -------------------------------------- */
/* notification navigation */
body{
  font-family: -apple-system,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft Yahei",sans-serif;
  font-size: 14px;
  line-height: 1.4285;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  margin: 0px;
}
.wrap{
  padding-bottom: 30px;
  position: relative;
}
.container{
  width: 1110px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.profile{
  height: 600px;
}
.profile_heading{
  background-color: #F2EFE6;
  padding: 40px 0 0 0;
}

.profile_heading_left{
  width: 16.66667%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.profile_heading_avatar_warp{
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  height: 160px;
  width: 160px;
  z-index: 2;
}
.profile_heading_avatar {
  background: #ffffff;
  width: 100%;
  border-radius: 50%;
  vertical-align: middle;
  z-index: 2;
}
/* -------------------------------------- */
/* pd */
.profile_heading_middle{
  width: 41.66667%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}
.profile_heading_name{
  margin: 0;
  font-size: 30px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.profile_heading_name small{
  font-size: 14px;
  margin-left: 15px !important;
}
.profile_heading_award{
  margin-top: 10px;
  margin-bottom: 15px;
}
.profile_rank_btn{
  background: #DFF0D8;
  border: 1px solid #5CB85C;
  border-radius: 100px;
  font-size: 18px;
  color: #43894E;
  padding: 4px 12px;
  line-height: 1;
  display: inline-block;
}
.profile_heading_award_badge{
  display: inline-block;
  margin-left: 15px;
  line-height: 1;
  color: #333;
  vertical-align: middle;
}
.profile__heading--award-badge .badge--o {
  float: left;
}
.profile_heading_right{
  width: 36%;
  float: left;
}


.profile_main_left{
  width: 16.66667%;
  float: left;
}
.profile_main_left_button{
  margin-bottom: 15px !important;
}
.profile_heading_info{
  height: 40px;
}
.mr10, .mr-10{
    margin-right: 10px !important;
}
.mt10, .mt-10{
    margin-top: 10px !important;
}
.profile_heading_info_col{
  width: 32%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 15px;
}
.profile_heading_info_col span{
    color: #999;
    line-height: 20px;
}
.profile_heading_info_col .h5{
  display: block;
  color: #333;
  font-size: 16px;
  margin: 0;
  line-height: 20px;
}

.profile_nav {
  border-bottom: none;
  padding-top: 0;
  margin-bottom: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.profile_nav li.divider {
  background-color: transparent !important;
  height: 0;
  margin: 20px 0;
  padding-left: 10px;
  padding-right: 0;
}
.profile_nav li {
  margin-left: -10px !important;
  height: 34px;
  line-height: 34px;
}
.profile_nav>li {
  float: none;
  position: relative;
  display: block;
}
.profile_nav li.active, .profile_nav li:hover{
  padding: 0;
}

.profile_main{
  width: 80.33333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 300px;
}
.panel_default{
  border-color: #ddd;
}
.panel{
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  margin-left: 20px;
}
.panel_default>.panel_heading {
  color: #333;
  border-color: #ddd;
  padding: 10px 15px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom: 1px solid #e5e9f0;
}
.panel_title{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  color: inherit;
  display: inline;
  color: #666666;
}
.pull-right {
  float: right !important;
}
.profile-mine__heading--filter span {
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    font-weight: normal;
}
.profile-mine__heading--filter .btn_group {
    margin-left: 10px;
}
.btn_group{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.panel_body{
  padding: 15px;
}
.tab_content>.tab_pane{
    display: none;
}
.tab_content>.active{
    display: block;
}
.profile_mine_content{
  list-style: none;
  padding: 0;
  border-top: none;
  margin-top: 0;
}
.profile_mine_content li{
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  margin-top: 0;
}

.tab_content_pl{
  padding-left: 15px !important;
}
.timeline .media_body {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px !important;
  padding-top: 15px !important;
  overflow: hidden;
  zoom: 1;
}
.timeline .sentence{
  color: #999;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 2px;
}
.timeline .title {
  color: #009a61;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 8px;
  margin-top: 0;
}
.timeline .excerpt {
  cursor: text;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
  margin-bottom: 8px;
  cursor: pointer;
  word-break: break-all;
}
.timeline_textmuted{
  color: #999;
  font-size: 13px;
  margin-bottom: 0px !important;
}











.btn{
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42858;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn_primary {
  color: #fff;
  background-color: #009a61;
  border-color: #008151;
}
.btn_default{
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn_default.active{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}



label{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}












a, a:hover, a:active, a:focus {
  outline: 0;
}
a{
  color: #DEA681;
  text-decoration: none;
  background: transparent;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
p{
  margin: 0 0 10px;
}

.mt30{
  margin-top: 30px !important;
}
.control_label{
  text-align: right;
  margin-bottom: 0;
  padding-top: 7px;
  width: 16.66667%;
  float: left;
}
.control_label_right{
  width: 66.66667%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.radio_inline{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.checkbox {
  padding-left: 20px;
  min-height: 27px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  position: relative;
  display: block;
  min-height: 20px;
}

.text_block{
  margin-bottom: 20px !important;
  color: #777;
  margin: 0 0 10px;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.user_list_blocked{
  border-top: 1px solid #eee;
  padding: 20px 0;
}







/* -------------------------------------- */
/* footer */
.footer{
  position: relative;
  width: 900px;
  height: 300px;
  margin-top: 65px;
  
  border: 1px solid black;
  left:50%;
  margin-left: -450px;
}


.topframe.alert-warning {
    border-bottom: 1px solid #faebcc;
}
.topframe {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


.hide{
  display: none;
}
/* -------------------------------------- */
/* 头像弹出层 */
.modal{
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal_dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  margin: 30px auto;
  height: 100%;
}
.modal_content {
  left: 50%; 
  top: 50%;
  border: none;
  position: absolute;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal_header {
  background-color: #f3f3f3;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42858px;
}
.modal_body {
  position: relative;
  padding: 15px;
}
.modal_footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}



.profile_nav li.divider a {
  border-bottom: 1px solid #eee;
  margin-right: 5px;
  border-radius: 0;
}
.profile_nav li a {
  display: block;
  height: 100%;
  color: #666666;
  width: 100%;
  padding: 0 1px 0 0;
  text-indent: 10px;
}
.profile_nav li.active a, .profile_nav li:hover a {
  color: #DEA681;
  background: #F2EFE6;
}
.profile_nav li a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0 10px 0 0;
    text-indent: 10px;
}
.profile_nav>li>a {
    margin-right: 5px;
}
.profile_nav>li>a {
    border-radius: 4px;
}
.profile_nav>li>a {
    position: relative;
    display: block;
}

.btn_sort{
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn_group>.btn:first-child:not(:last-child){
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn_group>.btn:not(:first-child):not(:last-child){
    border-radius: 0;
}
.btn_group>.btn:last-child:not(:first-child){
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -5px;
}
.profile_content_footer{
  padding-top: 5px;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 0;
  text-align: right;
}
.modal_title {
  margin: 0;
  line-height: 1.42858;
}
textarea.form_control {
  height: auto;
}
.modal_mes .form_control {
  display: block;
  width: 95%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42858;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
textarea {
  resize: vertical;
}
.modal_mes .modal_dialog{
  width: 600px;
}
.modal_mes .modal_content{
  width: 600px;
  margin: 30px auto;
  left: 0%;
}
.mb5{
  margin-bottom: 5px;
}

.person-info{
  text-align: right;
  margin-right: 10px;
  margin-top: 70px;
}

.panel_body{
  font-size: 16px;
}

ul.org-ul{
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

ul.org-ul li{
  list-style: circle;
  line-height: 1.5rem;
}

