@charset "UTF-8";

/* SmartHash */

.smarthash {
  margin: 0 auto;
  width: 100%;
}

.smarthash ul {
  letter-spacing: -0.4em;
  padding: 0 10px;
}

.smarthash li {
  overflow: hidden;
  word-break: break-all;
  box-sizing: border-box;
  letter-spacing: 0;
  text-align: center;
  vertical-align: top;
  padding: 20px 10px 0;
  width: 50%;
  display: inline-block;
}

.smarthash li a{
  display: block;
}

.smarthash li p {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
}

.smarthash li .description {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ddd;
  display: block;
  text-align: left;
  font-size: 12px;
  color: #999;
}

.smarthash li .hash_tag {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ddd;
  display: block;
  text-align: right;
  font-size: 12px;
}

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

.smarthash_zoom {
  display: none;
}


/* zoom */

.data {
  clear: both;
  margin: 0;
  width: 100%;
  float: none;
  overflow: visible;
}

.data_head {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  font-size: 12px;
}

.dateBox span {
  display: block;
}

.data a {
  color: #000;
}

.dateBox a:before {
  font-family: FontAwesome;
  color: #ccc;
  margin-right: 5px;
  content: "\f007";
}

.dateBox span:before {
  font-family: FontAwesome;
  color: #ccc;
  margin-right: 5px;
  content: "\f017";
}

.appOoen {
  text-align: right;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.appOoen a {
  border-radius: 2px;
  font-size: 75%;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  display: inline-block;
  background: #333;
}

.data dt.imgBox {
  position: relative;
  width: 100%;
}

.data dt.imgBox img,
.data dt.imgBox video {
  width: 100%;
}

.data dd {
  padding: 10px;
  word-break: break-all;
}

.data .commentBox {
  font-size: 12px;
}

.data .item_name {
  margin: 10px 0 10px 0;
}

.data .item_img {
  margin: 10px 0 10px 0;
}

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

.data .item_url {
  margin: 20px 0 10px 0;
}

.data .item_url a {
  background-color: #c72425;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  width: 100px;
  display: block;
  margin: 20px auto;
  padding: 8px 40px;
}

#cboxWrapper #cboxClose {
  text-indent: 0;
  color: #fff;
  font-size: 24px;
  top: -35px;
}


/* more_btn */

.smarthash_more_btn {
  box-sizing: border-box;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
  color: #222;
  text-align: center;
  margin: 20px auto 0;
  padding: 45px 0 0;
  border: 2px solid #ddd;
  width: 120px;
  height: 120px;
  display: block;
  clear: both;
}

.smarthash_more_btn:hover {
  opacity: 0.8;
  text-decoration: none;
}