html {
  font-size: 100px;
  margin: 0;
}
body {
  font-size: .14rem;
  font-family: '微软雅黑';
  background: #efefef;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.content {
  max-width: 12rem;
  margin: 0 auto;
}
a[href] {
  color: inherit;
  text-decoration: inherit;
}
.top {
  background: #86217f;
}
.top .content {
  padding-left: 1rem;
  height: .58rem;
  line-height: .68rem;
  font-size: .23rem;
  color: #fff;
  background: url('../img/utalk_logo.png') left top no-repeat #86217f;
  background-size: auto 100%;
}
.main .list-content {
  background: #fff;
  margin: .2rem 0 .4rem;
  padding: .4rem .65rem;
}
.main .ul-list .ul-title {
  font-size: 1.5em;
  color: #86217f;
  font-weight: bold;
  line-height: 2;
  border-bottom: 1px solid #ddd;
}
.main .ul-list .list {
  line-height: 4;
}
.main .ul-list .list li {
  list-style-type: none;
  cursor: pointer;
  position: relative;
  padding-right: 12em;
  padding: 0 .05rem;
}
.main .ul-list .list li::before {
  content: "●";
  color: #86217f;
}
.main .ul-list .list li .time {
  position: absolute;
  right: 0;
  color: #999;
}
.main .ul-list .list li:hover {
  background: #c9eaff;
  color: #86217f;
}
.main .ul-list .list a:nth-child(1) li .text::after {
  content: "NEW";
  background: #ff9733;
  margin: 0 .5em;
  font-size: .8em;
  color: #fff;
  padding: 0 .08rem;
  border-radius: .2rem;
}
.main .text-title {
  font-size: .2rem;
  text-align: center;
}
.main .text-content {
  margin: .28rem 0;
  padding: .2rem .3rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: .34rem;
}
.main .text-content .date {
  color: #666;
}
.main .text-content .date a[href] {
  color: #86217f;
  margin-left: .5em;
}
.main .text-content .detail img {
  margin: .1rem 0;
  max-width: 100%;
}
.footer {
  line-height: 2;
}
.footer .f-ul li {
  list-style-type: none;
  padding-left: 2em;
  background: url('../img/login_wx.png') left center no-repeat;
  background-size: auto auto;
}
.footer .f-ul li:nth-child(2) {
  background-image: url('../img/login_mail.png');
}
.footer .f-ul li:nth-child(3) {
  background-image: url('../img/login_message.png');
}
.footer .f-ul a {
  color: #86217f;
}
@media screen and (max-width: 1200px) {
  .main .list-content {
    padding: .2rem .15rem;
  }
  .main .list-content .text-content {
    line-height: 2;
  }
  .main .list-content .text-content .date a {
    display: block;
    margin-left: 0;
  }
  .main .ul-list {
    font-size: .2rem;
    line-height: 2;
  }
  .main .ul-list .list {
    line-height: 2;
    margin: .5em 0;
  }
  .main .ul-list .list li {
    padding-right: 0;
  }
  .main .ul-list .list li .time {
    position: inherit;
    padding-left: 1em;
    display: block;
  }
}
