*,
*:after,
*:before {
  border: 0 none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
}
a,
b,
body,
i,
img,
li,
p,
ul {
  padding: 0;
  margin: 0;
}
html,
body {
  height: 100%;
}
body {
  line-height: 1;
}
.border-mobile {
  position: relative;
}
.scale-half,
.border-mobile:before {
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz--transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform: scaleY(0.5);
  -webkit-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  -moz-transform: scaleY(0.5);
  -o-transform: scaleY(0.5);
}
.border-mobile:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  z-index: 2;
}
#ctmedia-index {
  height: 100%;
  max-width: 640px;
  margin: 0 auto;
  background-color: #f4f4f4;
}
.p-background-img{
  background: transparent url() center/cover no-repeat;
}
.icon-loading {
  display: inline-block;
  vertical-align: middle;
  margin: -0.16rem 0.16rem 0;
  width: 0.8rem;
  height: 0.8rem;
  font-style: normal;
  background: transparent url(images/ctmedia/loading.png) center / cover no-repeat;
  animation: Load 2s linear infinite;
  -webkit-animation: Load 2s linear infinite;
  -moz-animation: Load 2s linear infinite;
  -ms-animation: Load 2s linear infinite;
  -o-animation: Load 2s linear infinite;
}
@keyframes Load {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes Load {
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes Load {
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes Load {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes Load {
  100% {
    transform: rotate(360deg);
  }
}
.index-head,
.index-navbar,
#content {
  background-color: #fff;
}
.index-head {
  height: 13.9467rem;
  background: #9DD6AE url("") center / cover no-repeat;
  text-shadow: -1px 1px 0px #ababab;
  overflow: hidden;
  padding: 0 0.5333rem;
  color: white;
  text-align: center;
  position: relative;
}
.index-head .head-pic {
  width: 4.96rem;
  height: 4.96rem;
  margin: 2.3467rem auto 0;
  border-radius: 50%;
  position: relative;
  background: inherit;
  background-image: url('images/ctmedia/avatar.gif');
  background-color: #ccc;
}
.index-head .head-pic:before {
  border-width: 1px;
  border-style: solid;
  border-color: #EBF4EE;
}
.index-head .head-pic:before {
  border-radius: inherit;
}
.index-head .head-pic .head-pic-id {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.index-head .head-glass-wrap {
  width: 100%;
  height: 100%;
  opacity: .5;
  background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.01) 40%, rgba(0, 0, 0, 0.95));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 40%, rgba(0, 0, 0, 0.95));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 40%, rgba(0, 0, 0, 0.95));
}
.index-head .head-glass-wrap,
.index-head .head-glass {
  position: absolute;
  top: 0;
  left: 0;
}
.index-head .head-glass {
  width: 120%;
  height: 120%;
  margin: -10% auto auto -10%;
  background: inherit;
  background-image: url('images/ctmedia/bg.png');
  background-color: #f4f4f4;
  -webkit-filter: blur(0.5333rem);
  -moz-filter: blur(0.5333rem);
  -ms-filter: blur(0.5333rem);
  -o-filter: blur(0.5333rem);
  filter: blur(0.5333rem);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=false);
}
.index-head .head-name {
  position: relative;
  height: 1.0667rem;
  font-size: 1.0667rem;
  margin: 0.6667rem auto 0;
  width: 10.1333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-head .head-fans {
  position: relative;
  height: 0.6933rem;
  font-size: 0.6933rem;
  margin-top: 0.48rem;
}
.index-head .head-des {
  height: 0.64rem;
  font-size: 0.64rem;
  margin-top: 2.1333rem;
  position: relative;
  padding: 0 2.24rem;
  display: inline-block;
  max-width: 100%;
  min-width: 55%;
}
.index-head .head-des .head-des-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.24rem;
  height: 100%;
  border-bottom: 1px solid #fff;
}
.index-head .head-des .head-des-line.p-right {
  right: 0;
  left: auto;
}
.index-head .head-des p {
  padding: 0 0.5333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-navbar {
  padding: 0 0.5333rem;
  position: relative;
  font-size: 0.8rem;
}
.index-navbar:before {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #d8d8d8;
}
.index-navbar .navbar-title {
  height: 1.7333rem;
  line-height: 1.7333rem;
  color: #3577c7;
}
.index-navbar .navbar-item {
  height: 2.32rem;
  line-height: 2.32rem;
  color: #777;
  font-size: 0;
  overflow: hidden;
  position: relative;
}
.index-navbar .navbar-item:before {
  border-width: 1px 0 0;
  border-style: dashed;
  border-color: #c8c8c8;
}
.index-navbar .navbar-item ul {
  position:relative;
  z-index:3;
  height: 100%;
  white-space: nowrap;
  transform: translate3d(-0.8rem, 0, 0);
  -webkit-transform: translate3d(-0.8rem, 0, 0);
  transition: transform 0.2s ease-out;
  -webkit-transition: transform 0.2s ease-out;
}
.index-navbar .navbar-item li {
  height: 100%;
  font-size: 0.8rem;
  display: inline-block;
  padding: 0 0.8rem;
}
.index-navbar .navbar-item li.active {
  color: #6f98d3;
}
.index-list {
  background-color: #f4f4f4;
}
.index-list .index-list-item {
  background-color: #fff;
  padding: 0.48rem;
  font-size: 0;
  position: relative;
}
.index-list .index-list-item:before {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #E6E6E6;
}
.index-list .index-list-item.item-style1 {
  height: 4.8rem;
}
.index-list .index-list-item.item-style1 .list-item {
  width: 69%;
  float: left;
}
.index-list .index-list-item.item-style1 .list-item-right {
  float: right;
  height: 100%;
  width: 26.8%;
}
.index-list .index-list-item.item-style1 .list-item-right > div {
  width: 100%;
  height: 100%;
}
.index-list .index-list-item.item-style1 .item-text {
  height: 2.8533rem;
  margin-top: -0.1867rem;
}
.index-list .index-list-item.item-style1 .item-tool {
  margin-top: 0.8533rem;
}
.index-list .index-list-item.item-style2 .item-text {
  margin-top: -0.1867rem;
}
.index-list .index-list-item.item-style2 .item-image {
  margin-top: 0.4rem;
}
.index-list .index-list-item.item-style0 .item-text {
  margin-top: 0.2133rem;
}
.index-list .index-list-item.item-style3 {
  padding: 0.4rem;
}
.index-list .index-list-item.item-style3 .item-text {
  min-height: 2em;
}
.index-list .index-list-item .item-top-image {
  height: 8rem;
  font-size: 0;
}
.index-list .index-list-item .item-top-image > div {
  width: 100%;
  height: 100%;
}
.index-list .index-list-item .item-image {
  height: 4.5867rem;
  font-size: 0;
}
.index-list .index-list-item .item-image > div {
  display: inline-block;
  width: 32.4%;
  height: 100%;
  margin-right: 1.4%;
}
.index-list .index-list-item .item-image > div:last-child {
  margin-right: 0;
}
.index-list .index-list-item .item-text {
  min-height: 1.2267rem;
  max-height: 2.4533rem;
  line-height: 1.2267rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 0.9067rem;
  color: #5c5c5c;
}
.index-list .index-list-item .item-tool {
  margin-top: 0.5333rem;
  height: 0.5867rem;
  line-height: 0.5867rem;
  font-size: 0.5867rem;
  color: #bbb;
}
.index-list .index-list-item .item-tool .p-left {
  float: left;
}
.index-list .index-list-item .item-tool .p-right {
  float: right;
}
.index-list .index-list-item .item-tool .p-send {
  padding: 0.08rem;
  text-align: center;
  color: #D91818;
  position: relative;
  font-size: 0.48rem;
  border-radius: 3px;
  margin-top: -0.16rem;
}
.index-list .index-list-item .item-tool .p-send:before {
  border-width: 1px;
  border-style: solid;
  border-color: #D91818;
}
.index-list .index-list-item .item-tool .p-send:before {
  border-radius: inherit;
}
.index-list .index-list-item .item-tool .p-look {
  margin-right: 0.8rem;
}
.index-list .index-list-item .item-tool .p-look > img {
  height: 0.5867rem;
  margin-right: 0.2667rem;
  float: left;
}
.index-list .index-list-item .item-tool .p-time {
  margin-right: 0.5333rem;
}
.index-list .item-load {
  display: none;
  font-size: 0.6667rem;
  padding: 0.6667rem 0;
  color: #999;
  text-align: center;
}
.index-list .item-load.active {
  display: block;
}
.index-list .item-load.item-load-more {
  background-color: #f4f4f4;
}
