* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

body {
  font: 14px/1 sans-serif;
  background-color: #f5f5f5;
}

.banner-container img,
.bottom-container img {
  display: block;
  width: 100%;
  height: auto;
}

.listener-list-wrapper {
  margin-top: .3rem;
}

.listener-list-header {
  padding: .6rem;
  font-size: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  color: #333;
}

.listener {
  margin-bottom: .2rem;
  padding: 1rem 0;
  background-color: #fff;
}

.listener:last-child {
  margin-bottom: 0;
}

.listener .left {
  float: left;
  position: relative;
  width: 3.2rem;
  text-align: center;
}

.listener .age {
  position: absolute;
  top: 2rem;
  right: .2rem;
  padding: .1rem .2rem;
  font-size: .625rem;;
  border-radius: 3px;
  color: #fff;
}

.listener .age.male {
  background-color: #6ed8eb;
}

.listener .age.female {
  background-color: #feb3c5;
}

.listener .avatar {
  display: inline-block;
  width: 2.56rem;
  height: 2.56rem;
  border-radius: 50%;
}

.listener .right {
  margin-left: 3.2rem;
}

.listener .op {
  float: right;
  text-align: center;
}

.listener .btn {
  display: inline-block;
  padding: .2rem .4rem;
  font-size: .875rem;
  background-color: #f80;
  border-radius: 5px;
  color: #fff;
}

.listener .price {
  margin-top: .28rem;
  font-size: .6875rem;
  color: #f80;
}

.listener .header {
  margin-right: 4rem;
  line-height: .8rem;
}

.listener .label {
  display: inline-block;
  margin-left: .4rem;
  padding: .2rem;
  font-size: .625rem;;
  line-height: 1;
  background-color: #25d1cb;
  border-radius: 3px;
  color: #fff;
}

.listener .username {
  display: inline-block;
  font-size: .875rem;
  color: #333;
}

.listener .sub {
  margin-top: .2rem;
  margin-right: 4rem;
}

.listener .level-icon {
  display: inline-block;
  width: .56rem;
  height: auto;
}

.listener .time {
  margin-left: .6rem;
  font-size: .875rem;
  color: #ccc;
}

.listener .tag {
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.2;
  color: #ccc;
}

.listener .topics {
  margin-top: .1rem;
}

.listener .topic {
  display: inline-block;
  margin-top: .1rem;
  margin-right: .2rem;
  padding: .1rem .2rem;
  font-size: .875rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
}

.listener .topic:last-child {
  margin-right: 0;
}

.listener .topic.male {
  border-color: #6ed8eb;
  color: #6ed8eb;
}

.listener .topic.female {
  border-color: #feb3c5;
  color: #feb3c5;
}

.listener .comment {
  margin-top: .2rem;
  font-size: .75rem;
  color: #aaa;
}

.listener .introduce {
  margin-top: .2rem;
  padding: .2rem .6rem;
  line-height: 1.6;
  color: #ccc;
}

.listener .introduce.unexpanded {
  overflow: hidden;
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.listener-list-bottom {
  margin: 0 .6rem;
  padding: .54rem 0;
  text-align: center;
  background-color: #f4f5f8;
  border-radius: 4px;
  color: #df9c74;
}

.comment-list-wrapper {
  margin-top: .15rem;
  padding: 0 .3rem;
  background-color: #fff;
}

.comment-list-header {
  padding: .3rem 0;
  font-size: 16px;
  color: #333;
}

.comment-list .comment {
  padding: .36rem 0 .18rem;
  border-top: 1px solid #eee;
}

.comment-list .comment .header:before,
.comment-list .comment .header:after {
  content: '';
  display: table;
}

.comment-list .comment .header:after {
  clear: both;
}

.comment-list .comment .avatar {
  float: left;
  display: block;
  width: .56rem;
  height: .56rem;
  border-radius: 50%;
}

.comment-list .comment .username {
  float: left;
  margin-left: .22rem;
  line-height: .56rem;
  color: #8790a5;
}

.comment-list .comment .date {
  float: right;
  line-height: .56rem;
  color: #ddd;
}

.comment-list .comment .content {
  margin-top: .18rem;
  line-height: 1.5;
  color: #333;
}

.comment-list-bottom {
  padding: .27rem 0;
  text-align: center;
  background-color: #f4f5f8;
  border-radius: 4px;
  color: #df9c74;
}

.bottom-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: url('//www.z19m.cn/images/wxdltips.png') rgba(0, 0, 0, .7) no-repeat left bottom;
  background-size: auto 70%;
}
