#wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.chatlist {
  width: 100%;
}

.chatlist li {
  display: block;
  padding: 0.15625rem 0.46875rem;
  font-size: 0;
}

.chatlist li .l {
  display: inline-block;
  width: 36px;
  margin-right: 8px;
  margin-left: 3px;
  vertical-align: top;
}

.chatlist li .l img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.chatlist li .small img {
  width: 23px;
  height: 23px;
  border-radius: 50%;
}

.chatlist li .small {
  display: inline-block;
  width: 23px;
  margin-right: 0px;
  vertical-align: top;
}


.chatlist li .r {
  vertical-align: 0.15625rem;
  display: inline-block;
  width: 7.65625rem;
}

.chatlist li .r .r-header {
  position: relative;
  height: 0.53125rem;
}

.chatlist li .r .r-header span {
  color: #a3a3a3;
}

[data-dpr="1"] .chatlist li .r .r-header span {
  font-size: 15px;
}

[data-dpr="2"] .chatlist li .r .r-header span {
  font-size: 30px;
}

[data-dpr="3"] .chatlist li .r .r-header span {
  font-size: 45px;
}

.chatlist li .r .r-header .name {
  position: absolute;
  left: 0;
}

.chatlist li .r .r-header .time {
  position: absolute;
  right: 0;
}

.chatlist li .r .r-content {
  text-align: justify;
}

[data-dpr="1"] .chatlist li .r .r-content {
  font-size: 16px;
}

[data-dpr="2"] .chatlist li .r .r-content {
  font-size: 32px;
}

[data-dpr="3"] .chatlist li .r .r-content {
  font-size: 48px;
}

.chatlist li .r .r-content .option {
  width: 7.5rem;
}


.chatlist li .r .r-content .option .title {
  color: #a3a3a3;
  margin: 0.078125rem 0;
}

[data-dpr="1"] .chatlist li .r .r-content .option .title {
  font-size: 15px;
}

[data-dpr="2"] .chatlist li .r .r-content .option .title {
  font-size: 30px;
}

[data-dpr="3"] .chatlist li .r .r-content .option .title {
  font-size: 45px;
}

.chatlist li .r .r-content .option .content {
  position: relative;
  padding: 1px 0;
  height: 28px;
  &:hover{
    background: #ddd;
  }
}

.chatlist li .r .r-content .option .content img {
  max-width: 116px;
  max-height: 26px;
  margin-left: 0.078125rem;
  display: inline-block;
  vertical-align: middle;
}


.chatlist li .r .r-content .option .content .name {
  vertical-align: middle;
  font-size: 11px;
}

.chatlist li .r .r-content .option .content .size {
  color: #a3a3a3;
  position: absolute;
  right: 0.15625rem;
  top: 50%;
  margin-top: -0.234375rem;
  font-size: 11px;
}

[data-dpr="1"] .chatlist li .r .r-content .option .content .size {
  font-size: 15px;
}

[data-dpr="2"] .chatlist li .r .r-content .option .content .size {
  font-size: 30px;
}

[data-dpr="3"] .chatlist li .r .r-content .option .content .size {
  font-size: 45px;
}

.chatlist li .r .r-content .option .content:hover {
  background: #ddd;
}

.chatlist .loading-more {
  color: #03a9f4;
  margin: 0.3125rem 0.625rem;
  display: block;
}

[data-dpr="1"] .chatlist .loading-more {
  font-size: 15px;
}

[data-dpr="2"] .chatlist .loading-more {
  font-size: 30px;
}

[data-dpr="3"] .chatlist .loading-more {
  font-size: 45px;
}

.chat-header {
  padding: 0px 10px 0px 28px;
  border-bottom: 1px solid #a3a3a3;
  color: #4d4d4d;
}

.chat-header dt {
  line-height: 2;
  padding: 0.3125rem 0;
}

[data-dpr="1"] .chat-header dt {
  font-size: 21px;
}

[data-dpr="2"] .chat-header dt {
  font-size: 42px;
}

[data-dpr="3"] .chat-header dt {
  font-size: 63px;
}

.chat-header dt i {
  vertical-align: 0;
  margin-right: 0.46875rem;
}

[data-dpr="1"] .chat-header dt i {
  font-size: 20px;
}

[data-dpr="2"] .chat-header dt i {
  font-size: 40px;
}

[data-dpr="3"] .chat-header dt i {
  font-size: 60px;
}

.chat-header i {
  vertical-align: -0.3125rem;
  display: inline-block;
  color: #757575;
  margin-right: 0.3125rem;
}

[data-dpr="1"] .chat-header i {
  font-size: 25px;
}

[data-dpr="2"] .chat-header i {
  font-size: 50px;
}

[data-dpr="3"] .chat-header i {
  font-size: 75px;
}

.chat-header li {
  padding: 0.3125rem 0;
}

.chat-header .r {
  display: inline-block;
  vertical-align: top;
  max-width: 7.1875rem;
}

[data-dpr="1"] .chat-header .r .title {
  font-size: 18px;
}

[data-dpr="2"] .chat-header .r .title {
  font-size: 36px;
}

[data-dpr="3"] .chat-header .r .title {
  font-size: 54px;
}

.chat-header .r .detail {
  color: #a3a3a3;
  text-align: justify;
}

[data-dpr="1"] .chat-header .r .detail {
  font-size: 16px;
}

[data-dpr="2"] .chat-header .r .detail {
  font-size: 32px;
}

[data-dpr="3"] .chat-header .r .detail {
  font-size: 48px;
}

.chat-footer {
  width: 100%;
  bottom: 0;
  border-top: 1px solid #a3a3a3;
  background: #fff;
  display: -webkit-box;
  position: absolute;
  z-index: 3;
}

[data-dpr="1"] .chat-footer {
  min-height: 54px;
}

[data-dpr="2"] .chat-footer {
  min-height: 108px;
}

[data-dpr="3"] .chat-footer {
  min-height: 162px;
}

.chat-footer i {
  display: inline-block;
  color: #757575;
}

[data-dpr="1"] .chat-footer i {
  font-size: 23px;
  margin: 14px 7.5px;
}

[data-dpr="2"] .chat-footer i {
  font-size: 46px;
  margin: 28px 15px;
}

[data-dpr="3"] .chat-footer i {
  font-size: 69px;
  margin: 42px 22.5px;
}

.chat-footer .three {
  -webkit-box-flex: 9;
}

.chat-footer .voice_btn {
  margin: 0.15625rem 0;
  border: 1px solid #a3a3a3;
  width: 100%;
  color: #757575;
  text-align: center;
  border-radius: 0.078125rem;
  display: none;
}

[data-dpr="1"] .chat-footer .voice_btn {
  height: 40px;
  line-height: 40px;
}

[data-dpr="2"] .chat-footer .voice_btn {
  height: 80px;
  line-height: 80px;
}

[data-dpr="3"] .chat-footer .voice_btn {
  height: 120px;
  line-height: 120px;
}

.chat-footer .message-area {
  width: 100%;
  line-height: 1;
  border: none;
  overflow-y: scroll;
  display: inline-block;
}

[data-dpr="1"] .chat-footer .message-area {
  min-height: 20px;
  margin-top: 16px;
  max-height: 95px;
}

[data-dpr="2"] .chat-footer .message-area {
  min-height: 40px;
  margin-top: 32px;
  max-height: 190px;
}

[data-dpr="3"] .chat-footer .message-area {
  min-height: 60px;
  margin-top: 48px;
  max-height: 285px;
}

.chat-footer .four {
  position: absolute;
  top: 0;
  right: 0;
}

.chat-footer .four i {
  display: none;
}

.chat-footer .four .icon-voice {
  display: inline-block;
}

[data-dpr="1"] .chat-footer .five {
  width: 42.5px;
}

[data-dpr="2"] .chat-footer .five {
  width: 85px;
}

[data-dpr="3"] .chat-footer .five {
  width: 127.5px;
}

.chat-footer .tips {
  line-height: 1;
  position: absolute;
  z-index: -1;
  color: #9e9e9e;
}

[data-dpr="1"] .chat-footer .tips {
  margin-top: 17px;
}

[data-dpr="2"] .chat-footer .tips {
  margin-top: 34px;
}

[data-dpr="3"] .chat-footer .tips {
  margin-top: 51px;
}

.facialPane {
  position: absolute;
  z-index: 2;
  height: 5.3125rem;
  width: 100%;
  background-color: #fff;
  visibility: hidden;
  bottom: 0;
}

.facialPane .swiper-slide {
  text-align: center;
  height: 5.3125rem;
  border-top: 1px solid #a3a3a3;
  padding: 0.46875rem 0.3125rem;
}

.facialPane .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.125rem;
}

.facialPane .swiper-pagination-bullet {
  width: 0.1875rem;
  height: 0.1875rem;
}

.facialPane .swiper-pagination-bullet-active {
  background: #a6a6a6;
}

.facialPane .vertical {
  display: -webkit-box;
}

.facialPane .horizontal {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-box-flex: 1.0;
}

.facialPane .horizontal span {
  width: 0.9375rem;
  height: 0.9375rem;
  display: block;
  overflow: hidden;
  margin: auto;
  background-size: 6.5625rem;
  background-image: url(../img/face.jpg);
  background-repeat: no-repeat;
  background-position: -0.9375rem 0;
}

.cp-bg {
  background: rgba(0,0,0,.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: none;
}

.fp-list {
  z-index: 4;
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3.90625rem;
  margin-top: -3.125rem;
  width: 7.8125rem;
  height: 6.25rem;
  background: #fff;
  padding: 0.625rem 0.46875rem;
  border-radius: 0.078125rem;
  -webkit-box-shadow: 0 0 0.15625rem 0.078125rem rgba(0,0,0,.1);
          box-shadow: 0 0 0.15625rem 0.078125rem rgba(0,0,0,.1);
}

.fp-list .fp-title {
  margin-bottom: 0.46875rem;
  padding-left: 0.15625rem;
}

[data-dpr="1"] .fp-list .fp-title {
  font-size: 20px;
}

[data-dpr="2"] .fp-list .fp-title {
  font-size: 40px;
}

[data-dpr="3"] .fp-list .fp-title {
  font-size: 60px;
}

.fp-list .fp-define .filelist li {
  margin: 0.546875rem 0;
  color: #333;
}

.fp-list .fp-define .filelist li i {
  vertical-align: -0.15625rem;
  color: #757575;
  margin-right: 0.3125rem;
}

[data-dpr="1"] .fp-list .fp-define .filelist li i {
  font-size: 30px;
}

[data-dpr="2"] .fp-list .fp-define .filelist li i {
  font-size: 60px;
}

[data-dpr="3"] .fp-list .fp-define .filelist li i {
  font-size: 90px;
}

.record_bg {
  display: none;
  width: 3.4375rem;
  height: 3.4375rem;
  position: absolute;
  background: rgba(0,0,0,0.7);
  left: 50%;
  top: 50%;
  margin-left: -1.71875rem;
  margin-top: -1.5625rem;
  z-index: 5;
  border-radius: 0.15625rem;
  text-align: center;
  padding: 0.46875rem 0.3125rem;
}

.record_bg .icon-voice {
  color: #fff;
}

[data-dpr="1"] .record_bg .icon-voice {
  font-size: 60px;
}

[data-dpr="2"] .record_bg .icon-voice {
  font-size: 120px;
}

[data-dpr="3"] .record_bg .icon-voice {
  font-size: 180px;
}

.record_bg .record_p {
  color: #fff;
  text-align: center;
  margin-top: 0.15625rem;
}

[data-dpr="1"] .record_bg .record_p {
  font-size: 14px;
}

[data-dpr="2"] .record_bg .record_p {
  font-size: 28px;
}

[data-dpr="3"] .record_bg .record_p {
  font-size: 42px;
}

.option_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0,0,0,1);
}

.option_bg .content {
  text-align: center;
}

.option_bg .content img {
  max-width: 100%;
  max-height: 80%;
}

.option_bg .close {
  position: absolute;
  top: 0.15625rem;
  left: 0.15625rem;
  color: #fff;
  line-height: 1;
}

[data-dpr="1"] .option_bg .close {
  font-size: 25px;
}

[data-dpr="2"] .option_bg .close {
  font-size: 50px;
}

[data-dpr="3"] .option_bg .close {
  font-size: 75px;
}

.option_bg .download {
  line-height: 2;
  position: absolute;
  top: 0.15625rem;
  right: 0.234375rem;
  color: #fff;
}

/*弹框样式*/

.imgzoom_pack {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0,0,0,1);
  display: none;
  z-index: 90;
}

.imgzoom_pack .imgzoom_x {
  color: #fff;
  height: 0.9375rem;
  width: 0.9375rem;
  line-height: 0.78125rem;
  background: #000;
  text-align: center;
  position: absolute;
  left: 0.078125rem;
  top: 0.078125rem;
  z-index: 10;
  font-size: 0.78125rem;
  cursor: pointer;
}

.imgzoom_pack .imgzoom_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.imgzoom_pack .imgzoom_img img {
  width: 100%;
  position: absolute;
  top: 50%;
}

.imgzoom_pack .imgzoom_dl {
  color: #fff;
  position: absolute;
  right: 0.625rem;
  top: 0.203125rem;
}

/*phone*/

/*#wrapper{*/

/*bottom: 108px;/*px*/

/*}*/

/*web*/

#chatFooter {
  display: none;
}

#wrapper {
  bottom: 0;
}