@charset "UTF-8";
/*
	变量设置
	======================================================================
*/
body {
  font-family: 'Microsoft Yahei light','Microsoft Yahei';
  background: #f2f2f2;
}

h1 {
  font-size: 36px;
  font-weight: bold;
}

h2 {
  font-size: 22px;
  font-weight: bold;
}

h3, h4, h5 {
  font-size: 14px;
}

span {
  font-size: 14px;
}

img {
  max-width: 100%;
  height: auto;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #c5b6b6;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #ccc;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}

/*
	positon
	==================================================================================
*/
.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.p4 {
  padding: 4px;
}

.p6 {
  padding: 6px;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.p40 {
  padding: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pt80 {
  padding-top: 80px;
}

.pt120 {
  padding-top: 120px;
}

.plr20 {
  padding: 0 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb80 {
  padding-bottom: 80px;
}

.relative {
  position: relative;
}

.mid {
  margin: 0 auto;
  display: block;
}

.h-gutter {
  display: inline-block;
  width: 10px;
}

.h-gutter-mid {
  display: inline-block;
  width: 30px;
}

.h-gutter-large {
  display: inline-block;
  width: 60px;
}

.right {
  display: block;
  float: right;
}

.left {
  display: block;
  float: left;
}

.v-center {
  width: 100%;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

/*
	effect
	====================================================================================
*/
.hidden {
  display: none !important;
}

.shadow-light {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.border-left-and-right {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.outline-focus-green:focus {
  outline: solid 1px #26a69a;
}

/*
	font
	====================================================================================
*/
@font-face {
  font-family: 'microGrammaRegular';
  src: url("/fonts/Microgramma-D-OT-Bold-Extended_30403.ttf");
}

.font-microgramma {
  font-family: microGrammaRegular;
}

.f-size-8 {
  font-size: 8px;
}

.f-size-10 {
  font-size: 10px;
}

.f-size-12 {
  font-size: 12px;
}

.f-size-16 {
  font-size: 16px;
}

.f-size-18 {
  font-size: 18px;
}

.f-size-22 {
  font-size: 22px;
}

.f-size-24 {
  font-size: 24px;
}

.f-size-32 {
  font-size: 32px;
}

.ls-6 {
  letter-spacing: 6px;
}

.txt-mid {
  text-align: center;
}

.lh36 {
  line-height: 36px;
}

.strong {
  font-weight: bold;
  font-family: 'Microsoft Yahei';
}

/*adjust font parameters for icon-font*/
.iconx {
  font-family: 'Microsoft Yahei light','Microsoft Yahei';
}

.iconx:before {
  font-family: 'tagicon';
  margin-right: 4px;
}

/*
	containers properties
	====================================================================================
*/
div, p {
  box-sizing: border-box;
}

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}

.h100 {
  height: 100%;
}

.h80d {
  height: 80px;
}

.w180d {
  width: 180px;
}

.w300d {
  width: 300px;
}

.inline-blk {
  display: inline-block;
}

.simple-blk {
  display: block;
  padding: 0;
  margin: 0;
}

.clickable {
  cursor: pointer;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.border-2-blue-grey {
  border: 2px solid #37474f;
}

.border-2-b-ocean-green {
  border-bottom: 2px solid #009688;
}

.round-corner-4 {
  border-radius: 4px;
}

.thick-line {
  width: 100%;
  height: 4px;
  background: #37474f;
}

/*
	responsive containers
	====================================================================================
*/
.navigation-container {
  width: 100%;
}

.navigation-container .menu-container-trigger {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}

@media only screen and (min-width: 961px) {
  .water-fall-grid {
    position: relative;
    width: 90%;
  }
  .water-fall-grid-item {
    position: absolute;
    width: 24%;
    padding: 10px;
  }
  .board-left {
    width: 30%;
    float: left;
  }
  .board-right {
    width: 60%;
    float: left;
    padding-left: 10px;
    border-left: 1px solid #c8c8c8;
  }
  .navigation-container .menu-container {
    float: right;
  }
  .navigation-container .menu-container .divider {
    display: none;
  }
  .navigation-container .menu-container-trigger {
    display: none;
  }
  .index-page-container {
    padding-top: 140px;
  }
  .taguage-logo-h {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 721px) and (max-width: 960px) {
  .water-fall-grid {
    position: relative;
    width: 90%;
  }
  .water-fall-grid-item {
    position: absolute;
    width: 32%;
    padding: 10px;
  }
  .board-left {
    width: 30%;
    float: left;
  }
  .board-right {
    width: 60%;
    float: left;
    padding-left: 10px;
    border-left: 1px solid #c8c8c8;
  }
  .navigation-container .menu-container {
    float: right;
  }
  .navigation-container .menu-container .divider {
    display: none;
  }
  .navigation-container .menu-container-trigger {
    display: none;
  }
  .index-page-container {
    padding-top: 140px;
  }
  .taguage-logo-h {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 720px) {
  .water-fall-grid {
    position: relative;
    width: 90%;
  }
  .water-fall-grid-item {
    position: absolute;
    width: 48%;
    padding: 10px;
  }
  .board-left {
    width: 100%;
    padding: 10px;
  }
  .board-right {
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #c8c8c8;
  }
  .navigation-container {
    text-align: center;
  }
  .navigation-container .menu-container {
    width: 100%;
    display: none;
  }
  .navigation-container .menu-container-trigger {
    display: block;
  }
  .index-page-container {
    padding-top: 0;
  }
  .taguage-logo-h {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .water-fall-grid {
    position: relative;
    width: 90%;
  }
  .water-fall-grid-item {
    position: absolute;
    width: calc(100% - 10px);
    padding: 10px;
  }
  .board-left {
    width: 100%;
    padding: 10px;
  }
  .board-right {
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #c8c8c8;
  }
  .navigation-container {
    text-align: center;
  }
  .navigation-container .menu-container {
    width: 100%;
    display: none;
  }
  .navigation-container .menu-container-trigger {
    display: block;
  }
  .index-page-container {
    padding-top: 0;
  }
  .taguage-logo-h {
    display: none;
  }
}

/*
	设计统一的pattern
	============================================================================================

*/
.base-btn {
  /*需要与materializecss中的.btn联合使用，相当于继承.btn*/
  color: white;
  background: #cecece;
}

.base-btn:hover {
  background: #424242;
}

.base-btn-dark {
  /*需要与materializecss中的.btn联合使用，相当于继承.btn*/
  color: white;
  background: #424242;
}

.base-btn-dark:hover {
  background: #37474F;
}

.base-light-btn {
  background: #cfd8dc;
  color: #424242;
  display: inline-block;
  margin-left: 20px;
}

.base-tag {
  /*需要与materializecss中的.chip联合使用*/
  color: white;
  background: #424242;
}

.fullscreen-mask, .fullscreen-img-mask {
  background-size: cover;
  background: rgba(0, 0, 0, 0.95);
  color: white;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 0;
  opacity: 0.7;
}

.fullscreen-img-mask {
  background: rgba(0, 0, 0, 0.95) url("/imgs/black_hole.jpg") no-repeat center center fixed;
}

.avatar_border, .avatar-128, .avatar-mid-128, .avatar-center-128, .avatar-256, .avatar-64, .avatar-mid-64, .avatar-center-64, .avatar-32, .avatar-mid-32, .avatar-center-32, .avatar-mid-16 {
  border: 1px solid #26a69a;
}

.avatar-128, .avatar-mid-128, .avatar-center-128 {
  width: 128px;
  height: 128px;
  display: inline-block;
  border-radius: 64px;
}

.avatar-mid-128, .avatar-center-128 {
  vertical-align: middle;
}

.avatar-center-128 {
  display: block;
  margin: 0 auto;
}

.avatar-256 {
  width: 256px;
  height: 256px;
  display: inline-block;
  border-radius: 128px;
}

.avatar-64, .avatar-mid-64, .avatar-center-64 {
  width: 64px;
  height: 64px;
  display: inline-block;
  border-radius: 32px;
}

.avatar-mid-64, .avatar-center-64 {
  vertical-align: middle;
}

.avatar-center-64 {
  display: block;
  margin: 0 auto;
}

.avatar-32, .avatar-mid-32, .avatar-center-32 {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 16px;
}

.avatar-mid-32, .avatar-center-32 {
  vertical-align: middle;
}

.avatar-center-32 {
  display: block;
  margin: 0 auto;
}

.avatar-mid-16 {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 8px;
  vertical-align: middle;
}

.friendsite-logo {
  max-width: 100px;
  max-height: 36px;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.img100 {
  max-width: 100%;
  height: auto;
}

.list-item-divider {
  background: #cfd8dc;
}

.list-item-backgroud {
  border-bottom: #cfd8dc solid 1px;
}

.list-item-backgroud-notify {
  background: #ffd600;
}

.digest {
  font-family: 'serif';
  word-break: break-all;
}

.red-dot {
  display: inline-block;
  background: #ff0000;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  line-height: 20px;
  margin-left: 4px;
}

.right-down-fixed-btn {
  right: 45px;
  bottom: 20px;
}

.base-float-btn {
  background: #ffab00;
  color: white;
}

.base-float-btn:hover {
  background: #424242;
}

.slight-dot-backgroud {
  background: url(/imgs/bg_dot.png) repeat;
}

/*
	detail elements
	============================================================================================
*/
.board-big {
  max-width: 80%;
  display: block;
  margin: 20px auto;
  background: #fff;
  padding: 40px 20px;
  position: relative;
}

.tagnow-textarea {
  height: 400px;
}

#avatar_preview img {
  width: 100px;
  height: 100px;
}

.form-label {
  font-size: 12px;
}

.form-label + span {
  font-size: 18px;
}

.column-bar {
  font-size: 14px;
  padding: 2px 4px;
  margin: 2px;
}

.user-info-box {
  position: relative;
}

.user-info-box .nick-name {
  margin-left: 10px;
}

.info-table {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.info-table-cell {
  display: inline-block;
  width: 45%;
  text-align: center;
  padding: 10px;
}

#page_tagnow .tags-wrapper {
  height: 30px;
  border-radius: 15px;
}

#page_tagnow .tags-wrapper span:nth-child(1) {
  display: inline-block;
  max-width: 200px;
  min-width: 60px;
}

#page_user .user-info-cell {
  display: inline-block;
  width: 100px;
  line-height: 20px;
  text-align: center;
}

#page_user .user-info-cell:nth-child(2) {
  width: 20px;
}

#page_user .user-info-cell:nth-child(5) {
  width: 20px;
}

/*思维地图*/
circle.node {
  stroke: #37474f;
  stroke-width: .5px;
  opacity: .7;
}

text.node {
  fill: #000;
  font-size: 12px;
  text-anchor: middle;
  text-length: 80;
  cursor: pointer;
}

line.link {
  stroke: #90a4ae;
  stroke-width: 0.5px;
}

/*loading*/
.ball-pulse > div {
  background: #ffab91;
  width: 6px;
  height: 6px;
}

.ball-clip-rotate > div {
  border: 2px solid #ffab91;
  border-bottom-color: transparent;
  animation: rotate .75s 0s linear infinite;
}

/*search bar*/
.searchbar-bg {
  background: #424242 !important;
  color: white;
  width: 100%;
  height: 56px;
  position: fixed;
  bottom: 0;
  padding: 10px 20px;
  text-align: center;
}

.searchbar-bg .mask {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.searchbar-bg img.current {
  position: fixed;
  left: 60px;
  bottom: 24px;
}

.searchbar-bg .input-container {
  width: 70%;
  height: 34px;
  margin: 1px auto;
}

.searchbar-bg .input-search {
  height: 34px;
  background: whitesmoke;
  color: #424242;
  width: 70%;
  padding: 0 10px;
  display: inline-block;
}

.searchbar-bg .input-search:focus {
  border-bottom: 2px #ffd600 solid;
}

.searchbar-bg .candidate-group {
  position: fixed;
  left: 0;
  top: 30%;
  width: 100%;
  height: 100%;
  text-align: center;
}

.searchbar-bg .candidate-group .func-title {
  background: #cfd8dc;
  padding: 10px 20px;
  border-radius: 10px;
}

.searchbar-bg .candidate-group .candidate-container {
  display: inline-block;
  margin: 10px;
}

.collapse140 {
  height: 140px;
}

/*
	页面独立===============================================================
*/
#page_easymindmap .white-trans-btn {
  width: 60px;
  padding: 4px;
  color: white;
  border: 1px solid white;
  display: inline-block;
  margin: 0 2px;
  font-size: 10px;
}
