﻿.render-body {
    background-color: #fff;
    padding-bottom: 1px;
}

.bg-black {
  background-color: #eeeeef /*rgba(36,40,44,0.99)*/;
  padding-bottom: 30px;
  margin-top: 60px;
}
.bg-black {
  position: relative;
  z-index: 9;
}

.title-main {
  text-align: center;
}
.title-main h3 {
  margin: 0;
  padding: 20px;
  color:/* #fff*/ #028be6;
}
.title-main p {
  color: #028be6 /*#999*/;
  margin-bottom: 30px;
}

.sercah-bar {
  padding: 2px 60px 2px 2px;
  position: relative;
  margin: 0 auto;
}

.sercah-bar input,
.sercah-bar button {
  border: none;
  float: left;
  outline: none;
}
.sercah-bar input {
  padding: 0 15px;
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  background-color: #fff;
}

.sercah-bar,
.sercah-bar button {
  background-color: #028be6 /*#00c1de*/;
}
.sercah-bar button {
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.sercah-bar button:hover {
  background-color: #0099ff; /*#28d0e9*/
}

.bg-white {
  background-color: #fff;
}
.content-1 {
  padding: 0;
}
.datum-list-wrap {
  padding: 0 20px;
  position: relative;
}
.datum-list li {
  border-bottom: 1px solid #333;
}
.item-wrap {
  padding: 30px 0;
}
.item-title {
    margin-top: 0;
}
.item-title a {
    /*color: #fff;*/
    color: #333;
    font-size: 20px;
}
.item-desc {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}

.info-bar {
  color: #999;
  font-size: 13px;
}
.info-bar .glyphicon {
  padding-right: 4px;
}
.info-bar .look-num,
.info-bar .time {
  margin-right: 15px;
}
.tag {
  font-size: 13px;
  border: 1px solid #999;
  color: #999;
  border-radius: 10px;
  padding: 3px 6px;
  margin-right: 8px;
  display: inline-block;
  line-height: 13px;
}
.tag:hover {
  border-color: #028be6; /*#00c1de;*/
}
.item-title a,
.tag {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.item-title a:hover,
.tag:hover {
  color: #028be6 /*#00c1de*/;
}
.info-bar span,
.info-bar a {
  margin-top: 5px;
}

.tag-warp {
  position: relative;
}
.type-tag {
  padding-top: 20px;
  max-width: 300px;
}
.type-tag h4 {
  color: #fff;
}
.tag-warp .tag {
  margin: 10px 10px 0 0;
  font-size: 13px;
}
/*.type-tag.fixed { position: fixed; top: 0; }
.type-tag.static {
    position:absolute;    
}*/
.alltag-container {
}
.alltag-container.fixed {
  position: fixed;
  right: 0;
  top: 0;
}
.alltag-container.static {
  position: absolute;
  right: 0;
}

.pagination-wrap {
  margin: 0 -15px;
}

.type-tag {
  max-width: 400px;
}
.tag-warp .tag {
  margin: 10px 10px 3px 0;
  width: 80px;
  text-align: center;
  padding: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tag.active {
  border-color: #028be6 /*#00c1de*/;
  color: #028be6 /*#00c1de*/;
}
.tag-container {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
#tag-warp2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: stretch;
  padding-left: 10px;
  padding-bottom: 15px;
  background-color: #fff;
}
.container-title {
  color: #fff;
  margin-left: 15px;
}
.container-selected {
  min-width: 80px;
  text-align: center;
  padding: 5px 0 5px 10px;
}
.change-tag {
  margin-left: 15px;
}
.container-icon {
  float: right;
  margin-right: 10px;
  margin-top: -1px;
}
.container-text {
  margin-right: 5px;
}
#tag-warp2 .tag {
  color: #333333;
  background-color: #dbdbdb;
}
#tag-warp2 .tag.active {
  border-color: #028be6 /*#00c1de*/;
  color: #028be6 /*#00c1de*/;
  background-color: #fff;
}

.css-icon {
    display: inline-block;
    height: 1em;
    width: 1em;
    font-size: 20px;
    box-sizing: border-box;
    text-indent: -9999px;
    vertical-align: middle;
    position: relative;
}

.css-icon::before,
.css-icon::after {
    content: '';
    box-sizing: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.css-icon-info::before {
    width: .9em;
    height: .9em;
    border: 2px solid;
    border-radius: 50%;
}

.css-icon-info::after {
    width: 2px;
    height: .5em;
    border-top: .3em solid;
    border-bottom: .1em solid;
}
@media (min-width: 768px) {
  .bg-black {
    padding-bottom: 60px;
  }
  .sercah-bar {
    width: 70%;
  }
  .sercah-bar,
  .tag-container {
    padding: 2px 100px 2px 2px;
  }
  .tag-container {
    margin: auto;
    width: 70%;
  }
  .sercah-bar button {
    width: 100px;
  }
  .content-1 {
    padding: 20px 0;
    max-width: 1400px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tag-warp {
    height: 300px;
    overflow-y: auto;
  }
}

@media (min-width: 992px) {
  .type-wrap h5 {
    text-align: right;
  }
  .datum-list-wrap {
    padding: 0 60px 0 20px;
  }
  .sercah-bar {
    margin-top: 50px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .bg-black {
    padding-bottom: 10px;
  }
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #292929;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.mask.hideing {
  opacity: 0;
}
.mask.hide {
  display: none;
}
.mask .loading {
  padding: 10% 0;
  text-align: center;
}
.mask .loading .circle {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #ccc;
  margin-right: 15px;
  border-radius: 50%;
}

.loading .circle {
  -webkit-animation: ripple 1.8s infinite ease-in-out;
  -moz-animation: ripple 1.8s infinite ease-in-out;
  -ms-animation: ripple 1.8s infinite ease-in-out;
  animation: ripple 1.8s infinite ease-in-out;
}
.loading .circle:nth-child(1) {
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loading .circle:nth-child(2) {
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  -ms-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loading .circle:nth-child(3) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
@-webkit-keyframes ripple {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes ripple {
  0%,
  80%,
  100% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes ripple {
  0%,
  80%,
  100% {
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
