#searchbar {
  position: relative;
  padding: 10px 0;
    background-color: #fff;
    border-bottom: 1px solid #E8E8E8;
  -moz-box-shadow: 0px 1px 1px #F3F3F3;
  -webkit-box-shadow: 0px 1px 1px #F3F3F3;
  box-shadow: 0px 1px 1px #F3F3F3;
  z-index: 999;
  width: 100%;
    -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin:  0 auto;
}
#searchbar .newWrap2{
    width: 982px;
}
#searchbar.isStuck {
  padding: 10px 0;
  /*border-bottom: 1px solid #333333;
  -moz-box-shadow: 0px 1px 1px #333333;
  -webkit-box-shadow: 0px 1px 1px #333333;
  box-shadow: 0px 1px 1px #333333;
    background-color: #303030;
    background-color: rgba(40, 40, 40, 0.95);
    */
}
#searchbar .searchBar{
  margin-top: 0;
}
.otherWP {
  margin: auto;
  position: relative;
}
.newWrap {
  margin:0 auto;
}
.newWrap2 {
  margin:0 auto;
  width: 982px;
}
#searchbar .slogo {
  display: block;
  cursor: pointer;
  width: 150px;
  height: 48px;
}


#menu-rank {
  margin-top: 3px;
  position: relative;
}
#menu-rank .dropDown .btn {
  width: 108px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  line-height: 28px;
}
.CbtnGroup{
  margin: 3px -1px 0 0;
  font-size: 0;
}
.isStuck .CbtnGroup,.isStuck #menu-rank{
  margin-top: 3px;
}
.icon-arrow2 {
  background: url(../img/icon-arrow.png) no-repeat center;
    vertical-align: -3px!important;
}
.btn-default2 {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid #e4e4e4;
  color: #919090;
  height: 28px;
  line-height: 24px;
  font-size: 12px;
  padding: 0;
  background:#FCFCFC;
}
a.btn-default2, a.btn-default2:hover {
  text-decoration: none;
  color: #919090;
}
.btn-default2.active,.btn-default2.active:hover{
  background:#5EB95E;
  color: #fff;
    -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #5EB95E;
}
#btn-view-big, #btn-view-small,#btn-view-normal {
  padding:0 10px;
}
#btn-view-big {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-right: -1px;
}
#btn-view-normal {
  margin-left: -1px;
  
}
.CbtnGroup .icon-view-big {
  width: 10px;
  height: 10px;
  background: url(../img/iconpic-view.png) no-repeat 0 0;
}
.CbtnGroup  a.active .icon{
background: url(../img/iconpic-view-on.png) no-repeat 0 0;
}
.CbtnGroup  a.active .icon-view-big {
  background-position: 0 -10px;
}

.CbtnGroup .icon-view-small {
  width: 10px;
  height: 10px;
  background: url(../img/iconpic-view.png) no-repeat -10px 0;
}
.CbtnGroup .icon-view-edit{
  width: 12px;
  height: 12px;
  background: url(../img/iconfont-edit.png) no-repeat 0 0;

}
.CbtnGroup  a.active .icon-view-edit{
  background: url(../img/iconfont-edit_w.png) no-repeat 0 0;
}

#menu-rank .icon-view-filter {
  width: 12px;
  height: 12px;
  background: url(../img/iconfont-shaixuanx2.png) no-repeat 0 0;
  vertical-align: -2px!important;
}

.dropDown-menu {
  display: none;
}
.dropDown.open .dropDown-menu {
  position: absolute;
  z-index: 1000;
  display: inline-block;
  float: left;
  left: 15px;
  top: 100%;
  min-width: 120px;
  margin: -1px 0 0;
  padding: 5px 0;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d6d6d6;
  border: 1px solid rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
#menu-rank .dropDown.open .dropDown-menu {
  left: 0px;
  width: 108px;
  min-width: inherit;
}
.dropDown.open .dropDown-menu li {
  float: none;
  display: inline;
}
.dropDown.open .dropDown-menu li.disabled a{
  color: #C2C2C2;
  cursor: default;
}
.dropDown.open .dropDown-menu li.disabled a:hover{
background-color: #fff;
}
.dropDown-menu li a {
  color: #666;
}
.dropDown.open .dropDown-menu li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  padding: 4px 15px;
  padding-right: 30px;
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
}
#menu-rank .dropDown.open .dropDown-menu li a {
  text-align: center;
  line-height: 32px;
  padding: 0px;
}
.dropDown-menu li a:hover, .dropDown-menu li a:focus {
  background-color: #5EB95E;
  color: #fff;
  text-decoration: none;
}
.c_primary, .c_primary a {
  color: #f4523a;
}
.loadingbar {
  height: 52px;
  /*background: #FAFAFA;*/
  text-align: center;
  line-height: 20px;
}
.w-load2 {
        margin: 200px auto;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.w-load2 .load {
    display: inline-block;
    padding-right: 68px;
    font-size: 22px;
    line-height: 25px;
    background: url(../img/load2222.gif) no-repeat right center;
}

.m-loadm {
    padding: 25px 0;
    text-align: center;
}
.m-loadm .loadm {
    display: inline-block;
    height: 32px;
    margin-left: -100px;
    padding-left: 42px;
    line-height: 32px;
    font-size: 24px;
    color: #444;
    background: url(../img/loadm.gif) no-repeat;
}
.pop-dialog {
  z-index: 10000;
  display: none;
    position: absolute;
  left: 0;
  top: 40px;
}
.pop-dialog.is-visible {
  display: block; 
  -webkit-animation: reveal .2s ease-out;
  -moz-animation: reveal .2s ease-out;
  animation: reveal .2s ease-out;
}
.pop-dialog .pointer  {
  position: relative;
  top: -22px;
}
.pop-dialog .pointer .arrow,
.pop-dialog .pointer .arrow_border {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 8px;
  cursor: pointer;
  position: absolute;
  top: 7px;
  z-index: 1002;
  left: 25px;
}
.pop-dialog .pointer .arrow_border {
  border-color: transparent transparent #d7d7d7;
  border-width: 9px;
  top: 4px;
  z-index: 1001;
  left: 24px;
}
/* pop-dialog with pointer to the right */
.pop-dialog .pointer.right .arrow {left: auto;right:25px;}
.pop-dialog .pointer.right .arrow_border {left: auto;right:24px;}

.pop-dialog .body {
  width: auto;
  background-color: #fff;
  border-radius: 5px;
    border: solid 1px #d7d7d7;
    box-shadow: 0 7px 21px rgba(0,0,0,.1);
  padding: 10px 10px 20px;
}

.pop-dialog .close-icon {
  float: right;
  text-decoration: none;
  z-index: 9999;
  position: relative;
}
.pop-dialog .close-icon i {
  font-size: 17px;
  color: #9ba3ad;
}
.pop-dialog .notifications {
  width: 330px;
  margin: 10px -10px 0px -10px;
}
.pop-dialog .notifications h3 {
  font-size: 13px;
  color: #404951;
  font-weight: bold;
  padding-left: 20px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.pop-dialog .notifications .check-box, .pop-dialog .notifications .radio-box{
  padding-left:0;
}
 .pop-dialog .footer {
  border-top: 1px solid #e6e8e9;
  background-color: #eff4f7;
  margin: 15px 0px -20px 0px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
}
.pop-dialog .footer a {
  font-weight: 600;
  color: #7d91a8;
  display:block;
  padding: 12px 20px;
}
@-webkit-keyframes reveal{
  0% {
    margin-left:-999px;
    opacity:0;
  }
  1% {
    margin-left:0;
    opacity:0;
    -webkit-transform:scale(0.98) translateY(-15px);
  }
  80% {
    -webkit-transform:scale(1);
  }
  100% {
    -webkit-transform:translateY(0);
  }
}

@-moz-keyframes reveal {
  0% {
    margin-left:-999px;
    opacity:0;
  }
  1% {
    margin-left:0;
    opacity:0;
    -moz-transform:scale(0.98) translateY(-15px);
  } 
  80% {
    -moz-transform:scale(1);
  } 
  100% {
    -moz-transform:translateY(0);
  }
}








/**/
#imgContainer {
  padding: 30px 30px 30px 30px;
}
#imgid {
  min-height: 400px;
}
#imgid .imglist {

}
#imgid .imglist .imgitem {
  position: relative;
  z-index: 1;
  float: left;
  overflow: hidden;
  display: none;
  background: #eee;
}
#imgid .imglist .imgitem .imgbox{
  overflow: hidden;
}
#imgid .imglist .imgitem img {
  display: block;
  background: #ccc;
}
.btn-big {
  padding: 7px 60px;
  font-size: 16px;
}


.filterBox {
  background-color: #fafafa;
  
  padding:17px 0px 19px 20px;
  position: relative;
  background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #f0f0f0\9;
}
.filterItem {
  padding-left: 60px;
  position: relative;
  margin-top: 12px;
}
.filterItem:first-child {
  margin-top: 0px;
}
.filter_h3 {
  height: 22px;
  line-height: 22px;
   font-weight: normal; 
  position: absolute;
  left: 0px;
  top: 10px;
  color: #ADADAD;
}
.filter_Ul {
  margin-top: -5px;
  position: relative;
}
.filter_li {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  height: 22px;
  margin-top: 10px;
  position: relative;
}
.filter_A {
  display: block;
  height: 22px;
  line-height: 22px;
  padding: 0px 10px;
  text-decoration: none;
    color: #5C5C5C;
}
.filter_Ul  .greater {
  display: inline-block;
  line-height: 22px;
  height: 22px;
  width: 6px;
  margin: 10px 0 0;
  font-size: 12px;
  position: relative;
  font-family: "Hiragino Sans GB","WenQuanYi Micro Hei",tahoma,sans-serif;
}
.filter_li.cur>a.filter_A, a.filter_A:hover {
 color: #5EB95E;
  text-decoration: underline;
}
.sex .filter_li:last-child.cur>.filter_A,.sex .filter_li:last-child>.filter_A:hover {
  background-color: #FF5696;
  border-radius: 3px;
  color: #fff;
}

.district-tab {
  margin-bottom: 12px;
}
.filter_li.cur .markup {
  display: block;
  position: absolute;
  bottom: -13px;
  left: 45%;
  width: 14px;
  height: 8px;

  background-image: url(../img/list_z_44bb1b2.png);
  background-repeat: no-repeat;
    background-position: -967px -64px;
}
.district-cont-wrap {
  width: 93%;
  display: none;
  margin-left: 10px;
  background-color: #fbfbfb;
  padding: 10px 14px 5px 5px;
  line-height: 22px;
  border: 1px solid #f3f3f3;
}
.district-cont-wrap.cur {
  display: block;
}
.w-filter-item-ab {
  display: inline-block;
  color: #666;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  margin-bottom: 5px;
  margin-left: 9px;
  cursor: pointer;
}
.w-filter-item-ab.cur,.w-filter-item-ab:hover {
  background-color: #50abf2;
  border-radius: 3px;
  color: #fff;
}
.w-filter-item-ab .item-content {
  display: inline-block;
  padding: 0 10px 0 10px;
  height: 22px;
  line-height:22px;
  overflow: hidden;
  cursor: pointer;
}
#BoardBox{
  padding: 0 0 40px 0;
    width: 1496px;
    min-height:500px;
}
.waterfallbg{
  background:  #F9F9F9;
}
#waterfall{
  position: relative;
  min-height: 500px;
}
.photodetail2 #waterfall{
  margin-left: -10px;
}
.wookmark-placeholder{background-color:#eee;border:1px solid #dedede;border-radius:2px;z-index:-1;}
.Board {
  position: static;
  width: 236px;
  padding: 0;
    -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  font-size: 12px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.miniwall .Board{
width: 200px;
}
.Board:hover{
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.Board .link {
  display: block;
  height: 225px;
    padding: 10px 0 0 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.Board .link .shadows {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 226px;
  z-index: -1;
}
.Board .link .shadows .large-shadow {
  width: 216px;
  height: 143px;
  margin: 0 3px 3px 0;
  float: left;
  box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}
.Board .link .shadows .shadow {
  width: 70px;
  height: 70px;
  margin: 0 3px 3px 0;
  float: left;
  box-shadow: inset 0 0 2px rgba(0,0,0,.2);
  background: url(../img/iconfont-113.png) no-repeat center center;
}
.Board.l_r .link .shadows .large-shadow {
  width: 143px;
  height: 216px;
  margin: 0 0 3px 0;
}

.Board.l_r .link .shadows .shadow {
  margin: 0 0 3px 3px;
}

.Board .link img {
  float: left;
  width: 70px;
  height: 70px;
  margin: 0 3px 3px 0;
}
.Board .link img:hover{
    filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}
.Board .link img.large {
  width: 216px;
  height: 143px;
  margin: 0 0 3px 0;
     -webkit-border-radius: 2px 2px 0 0; 
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.Board .link img.full {
  width: 216px;
  height: 225px; 
  margin: 0 0 3px 0;
     -webkit-border-radius: 2px 2px 0 0; 
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.Board.l_r .link img{
  margin: 0 0 3px 3px;
}
.Board.l_r .link img.large {
  width: 143px;
  height: 216px;
  margin: 0 0 3px 0;
     -webkit-border-radius: 2px 2px 0 0; 
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.Board  .scItemTxt {
  padding: 0 10px 10px;
}
.Board  .scItemTxt .scTt {
}
.Board  .scItemTxt .scTt a {
  font: 14px/34px \5FAE\8F6F\96C5\9ED1;
  color: #5EA505;
  padding-right: 10px;
}
.Board .scItemTxt .scTt a:hover{
  text-decoration: underline;
}
.Board  .scItemTxt .scTt label {
  font-size: 12px;
  color: #999;
}
.Board  .scCount {
  text-align: right;
  color: #999;
}
.Board  .scCount label {
    font-size: 12px;
}
.Board  .scCount span {
  padding-right: 5px;
}
.Board  .scCount a {
  color: #888888;
    font-family: Arial,"Microsoft Yahei","Hiragino Sans GB";
}

.Board  .attribution {
  color: #999;
  border-top: 1px solid #F2F2F2;
  background: #FAFAFA;
  position: relative;
    padding: 0 15px;
}
.Board  .attribution .NoImage {
  height: auto;
  padding: 10px 0;
  margin: 0;
}
.Board  .attribution a {
  color: #74C552;
  margin-right: 5px;
}
.Board  .attribution a:hover{
  text-decoration: underline;
}
.Board  .description {
  display: block;
  padding: 0 16px;
  margin: 10px 0;
  line-height: 1.35em;
  overflow: hidden;
  word-wrap: break-word;
}
.Board  .layer-view {
  display: block;
  position: relative;
  overflow: hidden;
}
.Board  .layer-view .image-item-footer {
  position: absolute;
  z-index: 5;
  bottom: 0;
  transition: bottom .1s ease-in;
  left: 0;
  width: 100%;
  height: 28px;
  line-height: 28px;
  text-indent: 1em;
  color:#fff;
  background-color: #333;
  background: url(../img/gradual-vertical.png) 0 -10px repeat-x;
  background: -webkit-gradient(linear,0 0,0 bottom,from(rgba(0,0,255,0)),to(#646464));
  background: -ms-gradient(linear,0 0,0 bottom,from(rgba(0,0,255,0)),to(#646464));
  cursor: default;
}
.Board  .layer-view:hover .image-item-footer {
}
.Board  .layer-view img{
  display: block;
  margin: 0 auto;
}
.Board  .layer-view:hover img{
    filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}

.Board .actions {
  position: absolute;
  z-index: 3;
  top: 6px;
  right: 6px;
  left: 6px;
}
.Board .actions div {
  position: absolute;
}
.Board .actions .right {
  top: 0;
  right: 0;
}
.Board .actions .left {
  top: 0;
  left: 0;
}


.Board  .actions .btn {

  height: 24px;
  line-height: 24px;
    border-radius: 2px;
  font-size: 12px;
  padding: 0 12px;
    visibility: hidden;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  filter: alpha(opacity=60);
  border: none;
    -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff;
}
.Board  .actions .btn i {
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url(../img/action_icons12.png) -20px -20px no-repeat;
  vertical-align: middle;
  margin-right: 2px;
  -webkit-transition: .1s;
  transition: .1s;
}
.Board  .actions .btn i.heart {
  background-position: -20px -20px;
}

.Board  .actions .like i,.Board  .actions .unlike i {
  margin: 0;
}
.Board  .actions .btn.collected i.heart {
  background-position: -20px -40px;
}
.Board  .actions .btn.zan{
  margin-right: 10px;
}
.Board  .actions .btn i.new_heart{
  width: 16px;
  height: 16px;
  background: url(../img/like.png) 0 -32px no-repeat;
}
.Board  .actions .btn.collected i.new_heart{
  background-position:0 -16px;
}

.Board:hover .actions .btn{
    visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.Board  .actions .btn i.del {
  background-position: -80px 0;
  margin: 0;
}




/**/
.Iteminfo_table{background-color: #fff}
.Iteminfo_table a.c-success:hover{
text-decoration: underline;
}
.Iteminfo_table .noimg{
  display: block;
  position: relative;
  font-size: 12px;
  width: 17px;
  margin: 0 auto;
  height: 17px;
  background: url(../img/editor_icon_02.png) 0 0 no-repeat;
}
.Iteminfo_table .hasimg {
  display: block;
  position: relative;
  font-size: 12px;
  width: 17px;
  margin: 0 auto;
  height: 17px;
  background: url(../img/editor_icon_02.png) right 0 no-repeat;
}
.Iteminfo_table .hasimg:hover{
  background-position: -39px 0;
}
.docs-filter {
  position: relative;
  padding: 19px 12px 24px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.docs-filter .form-label{
text-align: left;
padding-right: 0;
}
.docs-filter:after {
  content: "筛选";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  border-radius: 4px 0 4px 0;
}
.areaSelect{
  margin-bottom: 8px;
}
.filter_Btn {
     border-radius: 3px;
  background-color: #6FCF6F;
  border: 1px solid #6FCF6F;
  line-height: 22px;
  padding: 2px 14px;
  color: #FFFFFF;
}
.filter_Btn_class{
    border-radius: 3px;
  background-color: #fcfcfc;
  border: 1px solid #ddd;
  line-height: 22px;
  padding: 2px 14px;
  color: #575A56;
}
.filter_Btn.btn-block{
padding: 6px 0;
}
.filter_Btn i.heart {
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url(../img/action_icons12.png) -20px 0 no-repeat;
  vertical-align: middle;
  margin-right: 4px;

}
.filter_Btn.collected i.heart{
  background-position: -20px -40px;
}
.filter_Btn:hover{
    background-color: #70DF70;
  border: 1px solid #70DF70;
  color:#fff;
}


.filter_Btn:hover i.heart{
  /*background-position:-20px -60px ;*/
}
.filter_Btn.collected:hover i.heart{
/*background-position: -20px -60px;
*/}


.Clbox .filter_Btn{
    border-radius: 3px;
  background-color: #fcfcfc;
  border: 1px solid #ddd;
  line-height: 22px;
  padding: 4px 0;
  color: #575A56;
}
.Clbox .filter_Btn:hover{
    background-color: #fcfcfc;
  border: 1px solid #5EB95E;
  color:#5EB95E;
}




/**/
.DetailBOX{
  margin: 0 380px 0 0;
    position: relative;
    left: 0;
    top: 0;

}
.big-page .DetailBOX{
  margin: 0
}
.Detail-aside {
   width: 380px;
    height: 100%;
    float: right;
    background: #f6f6f6;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    right: -380px;
    top: 0;
    bottom: 0;
}
.Detail-aside .title-01 {
  color: #5EB95E;
  font-size: 16px;
  line-height: 28px;
}

.Detail-aside .title-02 {
  font-size: 12px;
  color: #666;
  padding: 3px 0;
}
.Detail-aside .title-02 .col-L{
  color: #A5A5A5;
}
.Detail-aside .title-02 .col-R{

}
.Detail-aside .title-02 em {
  display: inline-block;
  font-size: 10px;
  font-style: normal;
  line-height: 22px;
  overflow: hidden;
  height: 22px;
  font-family: arial;
  color: #cecece;
  margin: 0 4px;
  vertical-align: top;
}
.Detail-aside .title-02 span {
  display: inline-block;
  line-height: 16px;
}
.Detail-aside .sidebar_box {
  margin-bottom: 20px;
    border: 1px solid #e8e8e8;
  margin: 5px 5px 0!important;
  background: #fff;
  padding: 12px 20px 22px 20px;
}
.Detail-aside .sidebar_box.first {
  margin-top: 0!important;
}
.Detail-aside .noD{
color: #999;
text-align:center;
padding:20px 0;
}

.Detail-aside .map {
  background-color: #fff;
  height: 206px;
  padding: 1px;
  overflow: hidden;
  position: relative;
}
.Detail-aside .map .mask {
    height: 100%;
    display: none;
    opacity: 0.65;
    background-color: #fff;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.Detail-aside .map .des {
        display: none;
    height: 100%;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    text-align: center;
    color: #636363;
    font-size: 14px;
        background: url(../img/tag22.png) no-repeat center 60px;
    line-height: 220px;
}
.Detail-aside  .map > img {
  
}
.Detail-aside .map:hover .mask, .Detail-aside .map:hover .des {
    display: block;
}

.Detail-aside .side-title {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #444;
  width: 100%;
  font-weight:bold;
}
.Detail-aside .side-title a {
  float: right;
  font-size: 12px;
  color: #666;
  line-height: 20px;
  width: 42px;
  height: 20px;
  background: url(../img/f.png) 28px 4px no-repeat;
}

.Detail-aside .side-title a:hover {
  color: #ff5b40;
  background-position: 28px -36px;
}
.Detail-aside .shut .side-title a {
  background-position: 28px -16px;
}
.Detail-aside .shut .side-title a:hover {
  background-position: 28px -56px;
}
.Detail-aside .pic-box2 {
  width: 331px;
  padding-top: 6px;
  overflow: hidden;
}
.Detail-aside .pic-box2 li {
  display: inline;
  float: left;
  margin: 1px;
  width: 75px;
  height: 75px;
}
.Detail-aside .pic-box2 li .more_txt {
  background: #5EB95E;
  width: 100%;
  height: 75px;
  color: #fff;
  line-height: 75px;
  text-align: center;
  text-decoration: none;
}
.Detail-aside .pic-box2 a {
  display: block;
  width: 75px;
  height: 75px;
  overflow: hidden;
}
.Detail-aside .pic-box2 a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.Detail-aside .pic-box2 a img{
    transition: transform .3s;
}
.Detail-aside .pic-box2 a:hover img{
    transform: scale(1.1);
}

.Detail-aside, .Detail-article-box, .dislpayArrow {

}
.big-page .Detail-aside {
    margin-right: -380px;
}
.dislpayArrow {
  position: absolute;
  right: 0;
  z-index: 10;
  width: 17px;
  height: 61px;
  top: 50%;
  margin-top: -30px;
}
.dislpayArrow a {
width: 100%;
height: 100%;
  display: block;
  
  outline: none;
  background: url(../img/icon_arrow.png) no-repeat right 0;
  outline: none;
}
.big-page .dislpayArrow a {
  background: url(../img/icon_arrow.png) no-repeat right -61px;
  outline: none;
}
.big-page .dislpayArrow a:hover{
  background: url(../img/icon_arrow.png) no-repeat 0 -61px;
  outline: none;
}
.dislpayArrow a:hover {
  text-decoration: none;
  background-position: 0 0;
}
.Detail-article-box {
      position: relative;
    height: 700px;
    zoom: 1;
    background: #fff;
    overflow: hidden;
    margin-top: 5px;
    /* background: #fff url(../img/mainboder_d5ee14b.jpg) repeat-y right top; */
    border: 1px solid #e8e8e8;
}
.big-page .Detail-article-box, .big-page .breadcrumb {
    margin-right: 0;
}
.big-page .dislpayArrow{
}
.docs-example,.docs-identify{
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  background-color: #FDFFF5;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.dialog-identify .row{
  margin-bottom: 8px;
}
.docs-identify{
  background-color: #F3FBFF;
}
.docs-example:after,.docs-identify:after {
  content: "鉴定";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  border-radius: 4px 0 4px 0;
}
.identify_list{

}
.identify_list  li {
  padding: 15px 0;
  border-bottom: 1px dotted #E6E6E6;
}
.identify_list  li.prom{
  border: 1px #DFDFDF solid;
  background-color: #FDFDFD;
    padding: 24px 12px 14px;
  position: relative;
  border-bottom:  1px solid #DFDFDF!important;
}
.identify_list  li.prom:after {
    content: "台纸鉴定";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 0px 7px;
  font-size: 12px;
  background-color: #F7F7F7;
  border: 1px solid #DFDFDF;
  color: #9da0a4;
  border-radius: 0 0 2px 0;
  height: auto!important;
  visibility: visible;
  
}
.identify_list  li:last-child{
  border-bottom: none;
}
.identify_list .com-img {
  width: 36px;
  height: 36px;
  position: relative;
  float: left;
  margin-top: 3px;
}
.identify_list .full {
  display: block;
  width: 100%;
  height: 100%;
}
.identify_list .com-img img {
  width: 100%;
  height: 100%;

    border-radius: 2px;
}
.identify_list .com-text {
  margin-left: 45px;
}
.identify_list .com-text .title {
  font-weight: normal;
  margin-bottom: 4px;
  color: #AEAEAE;
  font-size:12px;
}
.identify_list .com-text .title a {
  color: #00B052;
  margin-right:5px;
}
.identify_list .com-text .title .i_del{
      width: 18px;
    height: 18px;
    cursor: pointer;
    display: block;
    background: url(../img/tag_icon.png) no-repeat;
    background-position: 5px -140px;
}
.identify_list .com-text .title .i_del:hover {
    background-position: -20px -140px;
    background-color: #eee;
}


.identify_list .com-text .intro {
  color: #939393;
  line-height: 16px;
  margin-bottom: 4px;
}
.identify_list .com-text .intro .ch{
font-size: 12px;
color: #494949;
}
.identify_list .com-text .intro .en{
color: #818181;
font-size: 12px;
}
.identify_list .com-text .ope {
  color: #999;
}
.identify_list .com-text .time {
  color: #999;
  margin-right: 5px;
  font-family: Arial;
}
.identify_list .com-text .mode{
  width: 85px;
    white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


.Detail-article {
display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  height: 562px;
}
.Detail-article .img-box {
  overflow: hidden;
  position: relative;
  text-align: center;
  height: 100%;

}
.Detail-article .img-box img{
   width: 400px
}
.breadcrumb {
  border-bottom: 1px solid #e5e5e5;
  line-height: 47px;
  height: 47px;
  padding:0 20px;
  background-color: #fff;
  clear: both;
}
.breadcrumb_box{
  margin-left: 10px;
}
.breadcrumb_box,.breadcrumb_box a{
  color: #999;
}
.breadcrumb span {
  padding: 0 5px;
}
.breadcrumb span.en {
    font-family: \5b8b\4f53,sans-serif!important;
}
.docs-identify .row,.docs-example .row{
  margin-bottom: 6px;
}
.docs-identify .row label,.docs-example .row label{
  font-size: 12px;
}

.album-pnl {
  position: absolute;
  bottom: 0;
  padding-top: 0;

    width: 100%;
}
#bottomDockPnl {
  padding-right: 2px;
  overflow: hidden;
}
#toolbar {
  text-align: center;
  background: #fafafa;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}
#toolbar .bar-btn {
  display: inline-block;
  padding: 0 16px 0 15px;
  height: 36px;
  line-height: 36px;
  vertical-align: top;
  margin: 0;
  outline: 0;
  overflow: visible;
  background-color: #fafafa;
  position: relative;
  text-decoration: none;
  cursor: pointer;
    font-size: 14px;
  color: #666;
  _height: 25px;
  _margin-top: 10px;
  -webkit-transition: background-color .2s ease-in;
  -moz-transition: background-color .2s ease-in;
  -ms-transition: background-color .2s ease-in;
  -o-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
}
#toolbar .bar-btn:hover {
  background-color: #e3e3e3;
  text-decoration: none;
}
#toolbar .btn-handler {
  padding-right: 9px;
}
#toolbar .bar-btn .b-before {
  content: ".";
  display: block;
  position: absolute;
  left: -1px;
  top: 9px;
  width: 1px;
  height: 18px;
  overflow: hidden;
  background-color: #dfdfdf;
}
#toolbar .bar-btn i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 17px;
  overflow: hidden;
  margin-left: 5px;
  background: url(../img/toolbar_ic_b717de7.png) no-repeat left center transparent;
  _background-image: url(../img/toolbar_ic_8_112cea0.png);
}
#toolbar .btn-handler i {
  margin-left: 4px;
  background-position: 0 -60px;
}
#toolbar .btn-handler.docked i {
  background-position: -20px -60px;
}
#toolbar .heart i{
background: url(../img/action_icons12.png) -20px 0 no-repeat;
}
#toolbar .collected.heart i{
  background-position: -20px -40px;
}
#toolbar #btnZoomIn {
  margin-left: 0;
  padding: 0;
  _margin-top: 0;
}
#toolbar #btnZoomIn i {
  margin-left: 9px;
  background-position: 5px 4px;
}
#toolbar #zoomScale {
  display: inline-block;
  margin: 0;
  height: 36px;
  line-height: 36px;
  width: 43px;
  padding-left: 0;
  color: #666;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}
#toolbar #btnZoomOut {
  padding: 0 5px 0 0;
  background-position: 0 0;
  _margin-top: 0;
}
#toolbar #btnZoomOut .b-before {
  display: none;
}
#toolbar #btnZoomOut i {
  background-position: -15px 4px;
}
#toolbar .btn-imgtoggle i {
  width: 12px;
  height: 12px;
  background-position: -40px -60px;
}
#toolbar .reportlink i {
  background-position: -40px -40px;
}
#toolbar .bar-btn:hover .b-before {
  display: none;
}
.album-container {
  position: relative;
  background: #fff;
  padding: 4px 14px 6px 11px;
  height: 90px;
  overflow: hidden;
}
.album-container .album-imgs {
  position: relative;
  overflow: hidden;
  height: 90px;
}
.album-container .album-imgs ul {
  list-style: none;
  position: relative;
}
.album-container .album-imgs li {
  width: 68px;
  height: 68px;
  line-height: 68px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #dfdfdf;
  padding: 0;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.album-container .album-imgs li .img-box {
  width: 68px;
  height: 69px;
  line-height: 69px;
  overflow: hidden;
  margin-left: 0;
  margin-top: -1px;
}
.album-container .album-imgs li img {
  vertical-align: middle;
}
.album-container .slider-btn {
  position: absolute;
  top: 15px;
  width: 25px;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2px;
  text-align: center;
  -webkit-transition: background-color .1s ease-in;
  -moz-transition: background-color .1s ease-in;
  -ms-transition: background-color .1s ease-in;
  -o-transition: background-color .1s ease-in;
  transition: background-color .1s ease-in;
  display: none;
}
.album-container .slider-btn-prev {
  left: 3px;
}
.album-container .slider-btn-next {
  right: 6px;
}
.album-container .slider-btn i {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 27px;
  overflow: hidden;
  background: url(../img/slider_btn_icon_1fac543.png) no-repeat 0 -174px transparent;
  _background-image: url(../img/slider_btn_icon_8_b278dfe.png);
}
.album-container .slider-btn-prev i {
  background-position: -27px -174px;
}
.album-container .slider-btn-next i {
  background-position: 0 -174px;
}
.album-container .slider-btn:hover {
  background-color: #dfdfdf;
}
.album-container .slider-btn-prev:hover i {
  background-position: -73px -174px;
}
.album-container .slider-btn-next:hover i {
  background-position: -46px -174px;
}




.fb-feedback-right-dialog {
  display: none;
  z-index: 9997;
  width: 342px;
  opacity: 1;
}
.fb-modal {
  background-color: #fff;
  cursor: default;
  top: 100%;
  left: 100%;
  overflow: hidden;
    width: 340px;
  border: 1px solid #ebebeb;
  box-shadow: none;
  font-size: 12px;
  line-height: 1.54;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.fb-header {
  padding-left: 20px;
  padding-right: 10px;
  margin-top: 8px;
  cursor: move;
  text-align: left;
  -moz-user-select: none;
}
.fb-close {
  text-decoration: none;
  margin-top: 4px;
  float: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  color: #666;
  text-shadow: 0 1px 0 #fff;
  cursor: pointer;
}
.fb-header .fb-close {
  opacity: .8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
.fb-header-tips {
  padding-top: 5px;
  line-height: 28px;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #333;
  text-rendering: optimizelegibility;
}
.fb-body {
  margin-bottom: 0;
  padding: 20px;
  padding-top: 10px;
  overflow: hidden;
  text-align: left;
}
.fb-feedback-right-dialog .arrow {
  position: absolute;
  right: 50%;
  margin-right: -5px;
  width: 10px;
  height: 10px;
}
.fb-feedback-right-dialog .arrow .arrow-bd, .fb-feedback-right-dialog .arrow .arrow-bg {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  top: 1px;
  left: 0;
  border: 5px solid;
  border-color: #d8d8d8 transparent transparent;
  _border-color: #d8d8d8 tomato tomato;
  _filter: chroma(color=#ff6347);
}
.fb-feedback-right-dialog .arrow .arrow-bg {
  border-color: #fff transparent transparent;
  top: 0;
  _border-color: #fff tomato tomato;
  _filter: chroma(color=#ff6347);
}

.icon-info{
  background: url(../img/iconfont-xinxi3.png) no-repeat center center;
  margin-right: 4px;
}
.filter_Btn:hover .icon-info{
  background: url(../img/iconfont-xinxi2.png) no-repeat center center;
}




.profile_header {
  padding-bottom: 20px;
  background: #fff;
}
.cover_photo {
  position: relative;
  min-height: 200px;
  background: #b9c1c7;
  margin-bottom: -104px;
}
.profile_header * {
  text-align: center;
}

.profile_image {
  margin: 0 auto;
  width: 104px;
  height: 104px;
  position: relative;
  top: 52px;
}
.profile_image .avatar_wrapper {
  background-color: white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 104px;
  height: 104px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.profile_image img {
  width: 100%;
  height: 100%;
}
.profile_header .profile_buttons {
  position: relative;
  overflow: hidden;
  padding: 10px 50px 0 0;
  margin-bottom: 30px;
  text-align: right;
}
.profile_header .profile_buttons .wrapper {
  display: inline-block;
  font-size: 0;
}
.profile_header .follow-button, .sticky_ui .follow-button {
  text-align: center;
  display: inline-block;
}
.profile_header .follow-button>div, .sticky_ui .follow-button>div {
  display: inline-block;
}
.profile_header .user_details {
  margin-bottom: 10px;
    padding-top: 60px;
}
.profile_header h1 {
  font-size: 30px;
  margin: 0 0 10px 0;
}
.profile_header .short_bio {
  margin: 0 auto 10px auto;
  max-width: 500px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
}
.profile_header .details li {
  display: inline-block;
  color: #9D9D9D;
  margin: 0 10px;
  line-height: 1.4em;
}
.profile_header .details li span {
  font-weight: bold;
}
.profile_header .details li.location {
    background: url(../img/placeDetailDest.png) left center no-repeat;


  padding-left: 16px;
  text-transform: capitalize;
}

.profile_header .cover_photo .image {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-image: url(../images/14473215339449.jpg);
}

.people-nav-wrap {
  border-top: 1px solid #eeeff2;

  border-bottom: 1px solid #eeeff2;
    -moz-box-shadow: 0px 1px 1px #F3F3F3;
  -webkit-box-shadow: 0px 1px 1px #F3F3F3;
  box-shadow: 0px 1px 1px #F3F3F3;
  margin-bottom: 40px;
  background-color: #fff;
}
.people-nav {
  position: relative;
  text-align: center;
}
.people-nav li {
  display: inline-block;
  text-align: center;
}
.people-nav li a:hover, .people-nav li a:link, .people-nav li a:visited {
  display: block;
  font-size: 14px;
  color: #888;
  padding: 24px 20px 16px;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
.people-nav li u{
  text-decoration: none;
}
.people-nav li.woo-cur a{
    color: #0099e5;
  border-bottom: 2px solid #0099e5;
}
.people-nav .woo-cur a:hover,.people-nav li a:hover {
    color: #0099e5;
}





/**/
.main-container {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  min-height: 600px;
  position: relative;
  z-index: 1;
}
.post-left {
  width: 780px;
  float: left;
}
.board-info {
  margin-bottom: 15px;
  position: relative;
}
.board-info .img {
  width: 50px;
  height: 50px;
  display: block;
}
.board-info .img img {
  width: 50px;
  height: 50px;
    display: block;
      border-radius: 4px;
  margin: 0 auto;
}
 .board-info .name {
  position: absolute;
  left: 60px;
  top: 5px;
  line-height: 1.2;
  font-size: 15px;
  white-space: nowrap;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.board-info .sub {
  position: absolute;
  left: 60px;
  top: 27px;
  font-size: 12px;
  color: #999;
}
 .board-info .name .t-time{
font-style: normal;
  font-size: 12px;
  font-family: "helvetica_neue_lt_pro35_thin",Helvetica,Verdana;
  color: #ababab;
  margin-left: 10px;
 }
.post-main {
  background-color: #FFF;
  padding: 20px 20px 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  min-height: 600px;
    border: 1px solid #f0f0f0\9;
    position: relative;
}

.post-left .post-left-item {
  padding: 15px 30px 30px;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #f0f0f0\9;
    position: relative;
}
.post-left .post-left-item .Mqr{
  position: absolute;
  right: 15px;
  top: 180px;
  width: 120px;
  text-align: center;
  color: #A5A5A5;
}
.post-left .side-title {
  font-size: 16px;
  line-height: 20px;
  padding-top: 10px;
  color: #444;
  width: 100%;
}
.post-right  .pic-box2 {
  width: 100%;
  overflow: hidden;
}

.post-right  .pic-box2 li {
  display: inline;
  float: left;
  margin: 1px;
  width: 74px;
  height: 74px;
}
.post-right  .pic-box2 a {
  display: block;
  width: 74px;
  height: 74px;
  overflow: hidden;
}
.post-right .pic-box2 a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
 .post-right  .pic-box2 a img {
  transition: transform .3s;
}
.post-right  .pic-box2 a:hover img {
  transform: scale(1.1);
}
.post-right .pic-box2 li .more_txt {
  background: #5EB95E;
  width: 100%;
  height: 74px;
  color: #fff;
  line-height: 74px;
  text-align: center;
  text-decoration: none;
}
.post-right {
  width: 250px;
  float: right;
}
.post-right-item {
  padding: 10px 10px 10px;
  background-color: #FFF;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #f0f0f0\9;
}
.post-right-item .side-title {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #444;
  width: 100%;
  font-weight: bold;
}
.post-right-item .title-02 {
  font-size: 12px;
  color: #666;
  padding: 3px 0;
}
.post-right-item .title-02 span {
  display: inline-block;
  line-height: 16px;
}
.post-right-item .title-02 .col-L {
  color: #A5A5A5;
}
.post-right-item  .title-02 .col-R {
}
.post-right-item  .noD {
  color: #999;
  text-align: center;
}
.post-right-item .map {
    background-color: #fff;
    height: 152px;
    padding: 1px;
    overflow: hidden;
    position: relative;
}
.post-right-item .Blayer-view{
    display: block;
    position: relative;
    overflow: hidden;
}
.post-right-item .Blayer-view .image-item-footer {
    position: absolute;
    z-index: 5;
    bottom: 0;
    transition: transform .3s;
    left: 0;
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-indent: 10px;
    color: #fff;
    background-color: #333;
    background: -webkit-gradient(linear,0 0,0 bottom,from(rgba(0,0,255,0)),to(#646464));
    background: -ms-gradient(linear,0 0,0 bottom,from(rgba(0,0,255,0)),to(#646464));
    cursor: default;
}
.post-right-item .Blayer-view img {
    transition: transform .3s;
}
.post-right-item .Blayer-view:hover img {
    transform: scale(1.1);
}
.post-right-item .map .mask {
    height: 100%;
    display: none;
    opacity: 0.65;
    background-color: #fff;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.post-right-item .map .des {
        display: none;
    height: 100%;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    text-align: center;
    color: #636363;
    font-size: 14px;
        background: url(../img/tag22.png) no-repeat center 60px;
    line-height: 220px;
}
.post-right-item  .map > img {
    height: 152px;
    width: 228px;
}
.post-right-item .map:hover .mask, .post-right-item .map:hover .des {
    display: block;
}
.post-share{float: right;height: 34px;overflow: hidden;margin-top: 9px;}
.bdsharebuttonbox {
  float: left;
}
.bdsharebuttonbox .bds_weixin{
  /*margin: 5px 0 0 3px;*/
}
.title-el {
  padding: 20px 0 10px 0;
  color: #777;
  font-size: 18px;
}

.IDTpic_wrap li.IDTpic_item {
    float: left;
    display: inline;
    width: 90px;
    margin: 2px;
}
.IDTpic_wrap li.IDTpic_item .checkBitem {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px;
    font-size: 0;
    cursor: default;
    background: #fff url(../css/icheck/green2.png) no-repeat -24px 0;
    z-index: 2;
    display: none;
}
.IDTpic_wrap li.IDTpic_item.actives .checkBitem {
    background-position: -48px 0;
}
.IDTpic_wrap li.IDTpic_item a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 90px;
    height: 90px;
    position: relative;
}

.IDTpic_wrap li.IDTpic_item img {
        border: 3px solid #FFFFFF;
    vertical-align: middle;
    height: 84px;
    width: 84px;
    opacity: 0.9;
}
.IDTpic_wrap li.IDTpic_item.actives img, .IDTpic_wrap li.IDTpic_item.hover img,.IDTpic_wrap li.IDTpic_item a:hover img{
    padding: 0;
    border-color: #1EB255;
    opacity: 1
}
.IDTpic_wrap .sel_all,.IDTpic_wrap .sel_rev{
 color: #3892F1;
}
.IDTpic_wrap .sel_all:hover,.IDTpic_wrap .sel_rev:hover{
  color: #5BABFF;
  text-decoration: underline;
}
.IDTpic_wrap .sel_rev{
 margin-left: 20px;
}
.IDTpic_wrap ul{
  max-height: 210px;
  overflow-y:auto;
  overflow-x:hidden;  
}

.IDTpic_wrap li.IDTpic_item a:hover .checkBitem,.IDTpic_wrap li.IDTpic_item.actives .checkBitem{
display: block;
}
.IDTpic_wrap .wbl_search{
margin-left: 0!important;
}

.fixed{height: 330px; width: 52px; overflow: hidden; position: fixed; top: 213px; left: 30px; color: #656565;text-align: center;z-index: 1;}
/*分享样式自定义*/
.fixed.post-share .bds_tools_24{margin-top: 10px;}
.fixed.post-share .bds_tools_24 a,.fixed.post-share .bds_tools_24 span{background: url(../img/icon-share.png) #fff no-repeat!important; height:50px!important; width:50px!important; box-shadow: 1px 1px 3px #ccc;opacity:.7;}
.fixed.post-share .bdshare_t .bds_qzone{background-position: -36px -87px!important;}
.fixed.post-share .bdshare_t .bds_tsina{background-position: -36px -36px!important;}
.fixed.post-share .bdshare_t .bds_renren{background-position: -36px -208px!important;}
.fixed.post-share .bdshare_t .bds_douban{background-position: -36px -468px!important;}
.fixed.post-share .bdshare_t .bds_tqq{background-position: -36px -173px!important;}
/*.bdshare_t .bds_more{background-position: 13px 0!important;}*/
.fixed.post-share .bdshare_t .bds_weixin{background-position: -36px 13px!important;}
.fixed.post-share .bds_tools_24 span.bds_more{background: url(../img/icon-share.png) #fff no-repeat!important; margin: 0!important;}
.fixed.post-share .bds_tools_24 span.bds_more{background-position: 13px -133px!important; background-color: #fff; padding:0!important;}
.fixed.post-share .bdshare_t .bds_qzone:hover{background-position: -36px -87px!important;opacity:1!important;}
.fixed.post-share .bdshare_t .bds_tsina:hover{background-position: -36px -36px!important;opacity:1!important;}
.fixed.post-share .bdshare_t .bds_renren:hover{background-position: -36px -208px!important;opacity:1!important;}
.fixed.post-share .bdshare_t .bds_douban:hover{background-position: -36px -468px!important;opacity:1!important;}
.fixed.post-share .bdshare_t .bds_tqq:hover{background-position: -36px -173px!important;opacity:1!important;}
.fixed.post-share .bdshare_t span.bds_more:hover{background-position: -36px -133px!important;opacity:1!important;}
.fixed.post-share .bdshare_t .bds_weixin:hover{background-position: -36px 13px!important;opacity:1!important;}
.fixed.post-share .bds_tools_24 a:hover,.fixed.post-share .bds_tools_24 span:hover{background: url(../img/icon-share.png) #fff no-repeat!important;opacity:1;}
.bdsharebuttonbox.bds-weinxin-box{float: left; padding-left: 0!important;}
.bdsharebuttonbox.bds-weinxin-box a{padding-left: 0!important;}
.fixed.post-share .bds_weixin {
  margin: 0px!important;
}
/* 评论模块[[ */
.diary_comment{clear: both;}
.diary_comment .comment_btn{float: right;display: inline-block;width: 94px;height: 50px;color: #FFF;text-align: center;background-color: #F36F20;line-height: 50px;}
.diary_comment .comment_btn:hover{background-color: #e7691e;}
.diary_comment .comment_fnum{float: right;margin: 10px 10px 0 0;color: #999;}
.diary_comment .diary_comment{margin-bottom: 60px;}
.diary_comment .comment_hd{border-bottom: 1px dotted #E6E6E6;padding-bottom: 12px;  margin-bottom: -1px;}
.diary_comment .comment_hd h2{font-size: 18px;font-weight: normal;color: #333;}
.diary_comment .comment_hd .comment_num{display: inline-block;
  border-left: 1px solid #E8E8E8;
  padding-left: 10px;
  margin-left: 10px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #9D9D9D;}
.diary_comment .comment_bd{width: 100%;overflow: hidden;}
.diary_comment .comment_bd a{color: #999;}
.diary_comment .comment_bd a.specail_a{ width:64px;cursor: default; display:block; float:left; position:relative;}
.diary_comment .comment_bd a:hover{color: #F25618;}
.diary_comment .comment_bd li{border-top: 1px dotted #E6E6E6;zoom:1;position: relative;}
.diary_comment .comment_bd li:after{display:block;clear:both;content:"\0020";visibility:hidden;height:0;}
.diary_comment .comment_bd li.comment_deleted{padding-left: 0;}
.diary_comment .comment_bd .comment_item a.specail_a .comment_img{ margin-left:0;}
.diary_comment .comment_bd li .comment_item{padding: 20px 0 23px 0px;zoom:1;}
.diary_comment .comment_bd li .comment_item:after{display:block;clear:both;content:"\0020";visibility:hidden;height:0;}
.diary_comment .comment_img{width:50px;height:50px;float: left;border-radius: 4px;background-color: #ccc;}
.diary_comment .comment_bd.comment_item{margin-left: -64px;}
/*.diary_comment .comment_img{margin-left: -64px;}*/
.diary_comment .comment_bd .comment_detail{float: left;width: 656px;}
.diary_comment .comment_bd .comment_er{color: #5EB95E;}
.diary_comment .comment_bd .comment_date{color: #999;font-family: Arial;}
.diary_comment .comment_bd .comment_title span{margin-right: 10px;}
.diary_comment .comment_bd .comment_title a{float: right;}
.diary_comment .comment_bd .comment_cont{line-height: 20px;padding: 6px 0 12px;word-break:break-all;color: #737373;}
.diary_comment .comment_bd .comment_cont span{margin: 0 3px;}
.diary_comment .comment_bd .comment_cont .ch {
  font-size: 14px;
  color: #0A9800;
  font-family: aril;
  font-weight: bold;
}
.diary_comment .comment_bd .comment_cont .en {
  color: #7C7C7C;
  font-size: 14px;
    font-family: tahoma,Helvetica,Verdana;
}
.diary_comment .comment_bd .comment_cont_add{margin-bottom: 0;}
.diary_comment .comment_bd .reply_lnk{margin-right: 10px;}
.diary_comment .comment_bd .comment_reply textarea{border: 1px solid #EEE;background-color: #F8F8F8;padding: 12px;height: 45px;width: 550px;margin: 10px 0;}
.diary_comment .comment_bd .comment_reply .reply_btn{text-align: right;}
.diary_comment .comment_bd .comment_reply .reply_lnk{display: inline-block;width: 54px;height: 22px;line-height: 22px;color: #333;border: 1px solid #d8d8d8;text-align: center;margin-right: 10px;}
.diary_comment .new_com{height: 48px;padding: 20px 0 20px 65px;/*border-bottom: 1px dotted #e6e6e6;*/}
.diary_comment .new_com img{border-radius: 4px;float: left;margin-left: -65px;background-color: #ccc;width: 50px;height: 50px;}
.diary_comment .new_com .new_com_bd{position: relative;margin-bottom: 10px;height: 48px;float: left;}
.diary_comment .new_com .new_com_bd textarea{  border-radius: 2px;height: 28px;  background: #FCFCFC;  border: 1px solid #ddd;padding: 10px;width: 518px;overflow: hidden;resize:none;box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
  -webkit-transition: color .2s linear,border-color .3s linear;}
.diary_comment .new_com .new_com_bd em{position: absolute;top: 10px;left: 10px;color: #999;}
.diary_comment .comment_item_stage{height: 100%;width: 55px;border-left: 1px solid #eaeaea;position: absolute;right: 0;top: 0;}
.diary_comment .comment_item_stage .stage_bd{width: 80px;height: 80px;background-position: -251px 0;text-align: center;color: #fff;position: absolute;top: 50%;margin-top: -40px;left: -40px;}
.diary_comment .comment_item_stage .stage_info{font-size: 14px;padding-top: 20px;}
.diary_comment .comment_item_stage .stage_date{opacity: 0.8;}
.diary_comment .comment_ft{margin: 20px 0;}
.diary_comment .comment_ft_btn{display: block;height: 38px;line-height: 38px;border: 1px solid #d8d8d8;width:135px;font-size: 14px;text-align: center;margin: 0 auto;}
.diary_comment .comment_ft_btn em{font-family: "宋体",simsun,"\5b8b\4f53";margin-left: 5px;}
.comment_quote{border: 1px solid #EEE;background-color: #f8f8f8;overflow: hidden;padding: 0 12px;margin-top: 16px;}
.comment_quote .quote_hd{position: relative;padding: 6px 40px 4px 0;color: #666;}
.comment_quote .quote_hd em{color: #BE895F;}
.comment_quote .quote_hd span{margin: 0 10px;}
.comment_quote .quote_hd .reply_lnk{display: none;position: absolute;top: 7px;right: 0;}
.comment_quote .quote_item{zoom:1;border-bottom: 1px solid #eaeaea;margin-bottom: -1px;padding: 10px 0;word-break:break-all;}
.comment_quote .quote_item:after{display:block;clear:both;content:"\0020";visibility:hidden;height:0;}
.comment_quote .quote_item_edit .comment_img{float: left;}
.comment_quote .comment_img{float: none;margin-left: 0;margin-right: 10px;vertical-align: middle;}
.comment_quote .quote_wrap{display: inline-block;width: 686px;vertical-align: middle;*display: inline;*zoom:1;}
.comment_quote .quote_reply{position: relative;}
.comment_quote .quote_reply .form_error{position: absolute;color: #ff6767;right: 10px;top: 50px;}
.comment_quote .quote_reply textarea{border: none;width: 671px;height: 50px;background-color: #fff;margin: 10px 0;padding: 5px 10px;overflow: hidden;resize:none;}
.comment_quote .quote_reply_btn{text-align: right;}
.comment_quote .quote_reply_btn .btn_confirm{display: inline-block;height: 16px;line-height: 16px;padding: 0 8px;border: 1px solid #d8d8d8;margin-right: 5px;}
.comment_quote .quote_reply_btn .quote_reply_num{float: left;color: #999;}
.diary_items_comment_box .comment_quote{width:714px;}
.diary_items_comment_box .comment_quote a.specail_a,  .diary_comment .comment_bd .comment_quote a.specail_a{ float: none;display: inline-block;margin-left:0;}
.diary_items_comment_box .comment_quote .quote_wrap{width: 646px;}
.diary_items_comment_box .comment_quote .quote_reply textarea{width: 632px;}
/* 评论模块]] */



/**/



/**/

.myinfo-main {
  margin-top: 44px;
  margin-bottom: 120px;
  font-family: "Hiragino Sans GB","Microsoft Yahei","Helvetica Neue",Helvetica,tahoma,arial,"WenQuanYi Micro Hei",Verdana,sans-serif,"\5B8B\4F53";
}

.myinfo-main .inner {
  width: 1040px;
  margin: 0 auto;
  position: relative;
}
.myinfo-left {
  width: 758px;
  float: left;
}
.myinfo-right {
  width: 248px;
  float: right;
}
.myinfo-pageList .wrap li.pbox {
  padding: 30px 0;
  border-bottom: solid 1px #EEEEEE;
  position: relative;
}
.myinfo-pageList .wrap li.pbox .img {
  float: left;
  position: relative;
}
.myinfo-pageList .wrap li.pbox .img a.sort {
  padding: 5px 12px;
  background: rgba(0,0,0,0.7);
  font-size: 14px;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.myinfo-pageList .wrap li.pbox .img {
  float: left;
  position: relative;
}
.myinfo-pageList .wrap li.pbox .word {
  padding-left: 235px;
  padding-right: 10px;
}
.myinfo-pageList .wrap li.pbox .word .tit {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
    color: #555;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.myinfo-pageList .wrap li.pbox .word a:hover .tit {
  color: #57B517;
  text-decoration: underline;
}
.myinfo-pageList .wrap li.pbox .word .des {
  font-size: 13px;
  color: #888;
  line-height: 1.6;
  padding-top: 15px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.myinfo-pageList .wrap li.pbox .word .info {
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  color: #b8b8b8;
  width: 543px;
  position: absolute;
  bottom: 30px;
}
.myinfo-pageList .wrap li.pbox .word .info .time {
  float: left;
}
.myinfo-pageList .wrap li.pbox .word .info .time i {
  float: left;
  margin-right: 5px;
  background: url(../img/lph-pageList-sprite.png) no-repeat -2px -42px;
  width: 14px;
  height: 14px;
  margin-top: 6px;
}
.myinfo-pageList .wrap li.pbox .word .info .cmt {
  float: right;
  min-width: 55px;
  color: #b8b8b8;
  font-size: 14px;
}
.myinfo-pageList .wrap li.pbox .word .info .cmt i {
  float: left;
  margin-top: 6px;
  margin-right: 5px;
  background: url('../img/lph-pageList-sprite.png') no-repeat 0 -119px;
  width: 17px;
  height: 14px;
}
.myinfo-pageList .htit {
  height: 37px;
  border-bottom: solid 2px #eee;
  position: relative;
  line-height: 37px;
  margin-bottom: 6px;
}
.myinfo-pageList .htit h4 {
  position: absolute;
  font-size: 26px;
  line-height: 1;
  left: 0;
  top: 0;
  padding-bottom: 11px;
  border-bottom: solid 2px #666666;
  font-weight: normal;
}

.myinfo-right .right-box {
  margin-bottom: 30px;
}
.myinfo-right .right-box-title {
  color: #333;
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  padding: 7px 0;
/*  border-bottom: 2px solid #eee;
*/    margin-bottom: 15px;
}
.myinfo-right .right-box-title h3 {
  float: left;
  font-weight: normal;
}

.myinfo-right .media {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 15px;
    margin-top: 15px;
}
.myinfo-right .media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}
.myinfo-right .media-left{
  padding-right: 10px;
}
.myinfo-right .media-left img {
  width: 100px;
  height: 70px;
}
.myinfo-right  .media-heading {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
    margin-top: 0;
  margin-bottom: 5px;

}
.myinfo-right .media-body  a{
  color: #555;
  transition-timing-function: ease;
  transition-duration: 0.2s;
  transition-property: background-color;
}
.myinfo-right  .media-body .small {
  color: #999;
}
.myinfo-right .media-body  a:hover {
  color: #57B517;
  text-decoration: underline;
} 

.artle-nowsite{
   border-bottom: 2px solid #eee;
  line-height: 48px;
  height: 48px;
  background-color: #fff;
}
.artle-nowsite, .artle-nowsite a {
  color: #999;
}
.artle-nowsite span {
  padding: 0 5px;
}
.artle-nowsite span.en {
  font-family: sans-serif!important;
}
.article-left .pageTop {
  padding: 30px 0 10px;
}

.article-left .pageTop h1 {
  color: #292929;
  font-size: 32px;
  line-height: 1.2;
  font-weight: normal;
}
.article-left .pageInfo{height: 38px; line-height: 38px; border-bottom: dotted 1px #D8D8D8;padding: 0 5px;}
.article-left .pageInfo .pi-author{float: left;font-family: Arial; font-size: 12px; color: #888888; }
.article-left .pageInfo .pi-author span{margin-right: 1px;}
.article-left .pageInfo .pi-author i{margin: 0 3px; color: #7e7d7d;}
.article-left .pageInfo .pi-author a{color: #272727;}
.article-left .pageInfo .pi-comment{float: right; padding-left: 10px; border-left: solid 1px #E0E0E0; height: 18px; margin-top: 5px;line-height: 18px;  }
.article-left .pageInfo .pi-comment a{font-size:14px; color: #ed5565;}
.article-left .pageInfo .pi-comment a span{margin: 2px;}
.article-left .pageCont {
  padding: 15px 0 5px;
  word-break: break-word;
}
.myinfo-article-comView {
  font-size: 16px;
  font-family: "microsoft yahei";
  color: #333;
  line-height: 1.9;
  word-break: break-all;
  word-wrap: break-word;
}
.myinfo-article-comView p {
  margin: 0 0 1em;
}
.myinfo-article-comView blockquote {
  border-left: 5px solid #eee;
  margin: 20px;
  padding: 5px 10px;
  clear: both;
}
.myinfo-article-comView img {
  max-width: 100%;
  height: auto;
  border: medium none;
}
.myinfo-article-comView h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0px 15px;
}
.pageActive{
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  color: #999;
}
.article-left .baidu-share {
  float: right !important;
}
.article-left #bdshare .s-txt {
  float: left;
  line-height: 28px;
  font-size: 14px;
  color: #999;
}
.like-ar-ul{
    margin-top: 15px;
  margin-left: -16px;
}
.like-ar-ul li{
  float: left;
  width: 173px;
  margin-left: 16px;
}
.like-ar-ul li img{
  width: 173px;
  height: 116px;
}

.like-ar-ul .title{
  margin-top: 10px;
  text-align: center;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size:14px;
}
.like-ar-ul .title a{
  color: #767676;
}
.like-ar-ul li:hover .title a {
  color: #dc6e4b;
}
.like-article .tit{
  font-size: 18px;
  color: #333;
  border-bottom: 1px dotted #E6E6E6;
  padding-bottom: 12px;
}

.article-left .diary_comment .comment_bd{
  width:100%;
}
.article-left .diary_comment .comment_bd .comment_detail{
  width: 681px;
}
.article-left .diary_comment .new_com .new_com_bd textarea{
  width:558px;
}
.mac_diy_hf_1 {
  overflow: hidden;
}
.mac_diy_hf_1 li {
  line-height: 30px;
  list-style-type: none;
}
.mac_diy_hf_1_d1 {
  float: left;
  line-height: 31px;
  margin-right: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #444;
}
.mac_diy_hf_1 li a {
  line-height: 30px;
  font-size: 15px;
  font-weight: 400;
  color: #555;
}
.mac_diy_hf_1 li a:hover {
  color: #57B517;
  text-decoration: underline;
}

.follow-list{ width:220px; margin-left:auto; margin-right:auto;}
.follow-list a{display: block; float:left; width: 40px;height: 41px;margin-bottom: 20px;margin-left:10px;background-image: url(../img/share-icon.png);}
.follow-list a:hover{filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9;}
.follow-weibo{background-position:0px 0px;}
.follow-qzone{background-position:0px -50px;}
.follow-renren{background-position:0px -100px;}
.follow-douban{background-position:0px -150px;}
.follow-tweibo{background-position: 0px -200px;}
.follow-app{background-position: 0px -724px;}
.follow-mail{background-position: 0px -250px;}
.follow-tudou{background-position: 0px -300px;}
.follow-youku{background-position: 0px -350px;}
.follow-weixin{background-position: 0px -400px;}
.follow-tqq{background-position: 0px -200px;}
.follow-weixin-img .dialog-close{right: 10px;top: 14px;font-size: 24px;}
.follow-2wm{text-align: center;}
.about_qr{
  padding:10px 20px 10px;
    border: solid 1px #eee;
}
.about_qr img{
  width: 100%;
}
/**/