html {
  font-size: 14px;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  display: block;
}
li {
  list-style: none;
}
body {
  font-family: "微软雅黑";
  font-size: 12px;
  line-height: normal;
  background: #fff;
  color: #323232;
  overflow-x: hidden;
}
.clearfix:after,
.cx:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.both_clear {
  clear: both;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.fx {
  display: flex;
  align-items: center;
}
.fx1 {
  flex: 1;
}
.fx2 {
  flex: 2;
}
.fx3 {
  flex: 3;
}
.fx4 {
  flex: 4;
}
.fx5 {
  flex: 5;
}
.fx6 {
  flex: 6;
}
.fx7 {
  flex: 7;
}
.fx8 {
  flex: 8;
}
.fx9 {
  flex: 9;
}
.DN {
  display: none;
}
textarea {
  box-sizing: border-box;
}
button {
  font-size: 12px;
  display: inline-block;
  background: none;
  border: 0;
  line-height: normal;
  outline: none;
}
button:focus {
  outline: none;
}
::-moz-focus-inner {
  border-color: transparent;
}
button::after {
  border: none;
}
::-ms-clear,
::-ms-reveal {
  display: none;
}
button {
  border: 0;
  cursor: pointer;
}
img {
  border: 0;
}
li {
  list-style: none;
}
a:link,
a:visited {
  text-decoration: none;
}
a {
  color: #545454;
}
a:focus {
  outline: none;
}
input,
textarea {
  outline: none;
}
input.text {
  border-color: #CDCDCD #D9D9D9 #E8E8E8 #A4A4A4;
  border-style: solid;
  border-width: 1px;
  color: #444444;
}
.w100 {
  width: 100%;
}
.pointer {
  cursor: pointer;
}
.f-tar {
  text-align: right;
}
.f-tal {
  text-align: left;
}
.f-tac {
  text-align: center;
}
.placeholder {
  color: #999;
}
.DIB {
  display: inline-block;
}
.inner {
  width: 1200px !important;
  margin: 0 auto;
}
.ml20 {
  margin-left: 20px;
}
.d_n {
  display: none;
}
.relative {
  position: relative !important;
}
.absolute {
  position: absolute !important;
  left: 0;
  top: 0;
}
.no_bg {
  background: none !important;
}
.no_border {
  border: none !important;
}
.no_margin {
  margin: 0 !important;
}
.no_margin_r {
  margin-right: 0 !important;
}
.DB,
.d_b {
  display: block;
}
.fixed {
  position: fixed;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.jcc {
  justify-content: center;
}
.jcl {
  justify-content: flex-start;
}
.jcr {
  justify-content: flex-end;
}
.fww {
  flex-wrap: wrap;
}
.jcsb {
  justify-content: space-between;
}
.aifs {
  align-items: flex-start;
}
.aic {
  align-items: center;
}
.aife {
  align-items: flex-end;
}
.mt_10 {
  margin-top: 10px;
}
.mr_10 {
  margin-right: 10px;
}
.ml_10 {
  margin-left: 10px;
}
.mb_10 {
  margin-bottom: 10px;
}
.mt_20 {
  margin-top: 20px;
}
.mr_20 {
  margin-right: 20px;
}
.ml_20 {
  margin-left: 20px !important;
}
.mb_20 {
  margin-bottom: 20px;
}
.fww {
  flex-wrap: wrap;
}
.noData {
  width: 100%;
  height: 500px;
  font-size: 24px;
  text-align: center;
}
.commonTips .fade {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.commonTips .topInfo {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  padding-top: 3.76rem;
}
.commonTips .topInfo .bt {
  font-size: 0.4rem;
  font-family: Mulish-Bold, Mulish;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.commonTips .topInfo .tips {
  width: 5.68rem;
  background: #FFFFFF;
  border-radius: 0.28rem 0.28rem 0.28rem 0.28rem;
  opacity: 1;
  margin: 0 auto;
  margin-top: 1.3rem;
  padding: 0 0.3rem;
}
.commonTips .topInfo .tips .tbt {
  text-align: center;
  font-size: 0.28rem;
  color: #0D9FCC;
  padding: 0.44rem 0;
  border-bottom: 1px solid #F0F0F0;
}
.commonTips .topInfo .tips .tinfo {
  text-align: center;
  padding-top: 0.36rem;
  color: #000000;
  font-size: 0.28rem;
  padding-bottom: 0.36rem;
}
.commonTips .btns {
  border-top: 1px solid #F0F0F0;
}
.commonTips .btns .btn {
  padding: 0.32rem 0;
}
.commonTips .btns .btn.cs {
  font-size: 0.28rem;
  font-family: Mulish-Light, Mulish;
  font-weight: 300;
  line-height: 0.44rem;
  background: linear-gradient(143deg, #FF0000 0%, #850101 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.commonTips .btns .btn.zc {
  font-size: 0.28rem;
  font-family: Mulish-Light, Mulish;
  font-weight: 300;
  line-height: 0.44rem;
  background: linear-gradient(143deg, #0D9FCC 0%, #15255D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.commonTips .btns .btn.btn:nth-child(2) {
  border-left: 1px solid #F0F0F0;
}
.checkFriend .fade {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.checkFriend .popup {
  width: 7.5rem;
  height: 90vh;
  background: #FFFFFF;
  border-radius: 0.6rem 0.6rem 0 0;
  opacity: 1;
  z-index: 2;
  position: fixed;
  bottom: 0;
  left: 0;
}
.checkFriend .title {
  font-size: 0.36rem;
  font-weight: bold;
  padding: 0.3rem 0;
  position: relative;
}
.checkFriend .title .cancel {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  font-size: 0.28rem;
  background: linear-gradient(143deg, #FF0000 0%, #850101 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
}
.checkFriend .search {
  width: 6.6rem;
  height: 5vh;
  background: #F7F7FC;
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  margin-left: 0.48rem;
  padding-left: 0.16rem;
}
.checkFriend .search input.srk {
  border: 0;
  height: 0.5rem;
  background: none;
}
.checkFriend .group {
  padding: 0.3rem 0.56rem;
  height: 85vh;
  overflow: auto;
}
.checkFriend .group .item {
  border-bottom: 0.02rem solid #ECECEC;
  padding-bottom: 0.34rem;
  padding-top: 0.34rem;
}
.checkFriend .group .item .face {
  position: relative;
}
.checkFriend .group .item .face .zhaiyao {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 0.28rem;
  font-weight: bold;
}
.checkFriend .group .item .iconWrap .A {
  display: none;
}
.checkFriend .group .item .iconWrap .B {
  display: block;
}
.checkFriend .group .item.on .iconWrap .A {
  display: block;
}
.checkFriend .group .item.on .iconWrap .B {
  display: none;
}
.checkFriend .group .item .name {
  font-size: 0.28rem;
  font-weight: bold;
  margin-left: 0.32rem;
  color: #0F1828;
}
.shuxian {
  width: 0.02rem;
  height: 0.8rem;
  background: linear-gradient(180deg, #09F4F4 0%, #00C9E0 100%);
  border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
  opacity: 1;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.banquan {
  color: #FFFFFF;
  font-size: 0.18rem;
  margin-top: 0.38rem;
}
.logox {
  margin-top: 0.2rem;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #F5F5F5;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #c8c8c8;
}
.commonChatList {
  background: #f7f7fc;
  padding-bottom: 0.5rem;
}
.commonChatList .mini_tongzhi {
  height: 0.36rem;
  background: #D9F0F8;
  border-radius: 0.26rem 0.26rem 0.26rem 0.26rem;
  padding: 0.2rem;
  font-size: 0.16rem;
  margin-top: 0.2rem;
  color: #0F1828;
}
.commonChatList .mini_tongzhi span {
  margin: 0 0.1rem;
  color: #0e8ebd;
}
.commonChatList .icon_xz {
  align-self: flex-start;
  margin-left: 0.2rem;
  margin-top: 0.3rem;
}
.commonChatList .item {
  padding-left: 0.32rem;
  padding-right: 0.32rem;
  margin-top: 0.2rem;
  user-select: none;
}
.commonChatList .item .face {
  margin-right: 0.2rem;
}
.commonChatList .item .video {
  padding-top: 0.2rem;
}
.commonChatList .item .video .vtime {
  padding: 0 0.2rem;
}
.commonChatList .item .file .icon {
  width: 0.86rem;
  height: 0.86rem;
  background: linear-gradient(143deg, #0D9FCC 0%, #15255D 100%);
  opacity: 1;
  border-radius: 50%;
  margin-right: 0.2rem;
}
.commonChatList .item .mid {
  background: #FFFFFF;
  position: relative;
  max-width: 5rem;
}
.commonChatList .item .mid .wenben_msg {
  padding-top: 0.2rem;
  padding-left: 0.2rem;
  padding-right: 0.12rem;
  padding-bottom: 0.12rem;
}
.commonChatList .item .mid .name {
  font-size: 0.28rem;
  font-weight: bold;
  color: #0d8fbe;
}
.commonChatList .item .mid .xinxi {
  font-size: 0.28rem;
}
.commonChatList .item .mid .xinxi .at {
  color: #105f85;
}
.commonChatList .item .mid .time {
  font-size: 0.2rem;
  color: #ADB5BD;
  line-height: 0.42rem;
  padding-left: 0.2rem;
}
.commonChatList .item .mid .icons {
  position: absolute;
  bottom: -0.2rem;
}
.commonChatList .item .mid .icons img {
  margin-left: -0.05rem;
}
.commonChatList .item .mid .icons.big {
  bottom: -0.4rem;
}
.commonChatList .item .mid .icons.big img {
  margin-left: 0.1rem;
}
.commonChatList .item .mid .video_msg {
  width: 3.7rem;
  position: relative;
}
.commonChatList .item .mid .video_msg .shichang {
  position: absolute;
  width: 0.75rem;
  height: 0.27rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0.18rem 0.18rem 0.18rem 0.18rem;
  left: 0.2rem;
  top: 0.16rem;
  color: #fff;
  font-size: 0.16rem;
}
.commonChatList .item .mid .video_msg .riqi {
  position: absolute;
  width: 0.75rem;
  height: 0.27rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0.18rem 0.18rem 0.18rem 0.18rem;
  right: 0.2rem;
  bottom: 0.16rem;
  color: #fff;
  font-size: 0.16rem;
}
.commonChatList .item .mid .yuyin_msg {
  width: 3.08rem;
  height: 0.92rem;
  background: #FFFFFF;
  opacity: 1;
  position: relative;
}
.commonChatList .item .mid .yuyin_msg .icon {
  margin-left: 0.18rem;
  margin-right: 0.34rem;
}
.commonChatList .item .mid .yuyin_msg .bbb {
  margin-top: 0.05rem;
  font-size: 0.14rem;
  color: #ADB5BD;
}
.commonChatList .item .mid .yuyin_msg .rq {
  position: absolute;
  right: 0.1rem;
  bottom: 0.1rem;
  font-size: 0.14rem;
  color: #ADB5BD;
}
.commonChatList .item .mid .file_msg {
  min-width: 3.08rem;
  height: 0.92rem;
  background: #FFFFFF;
  opacity: 1;
  position: relative;
  padding-right: 0.5rem;
}
.commonChatList .item .mid .file_msg .ttt {
  font-size: 0.24rem;
}
.commonChatList .item .mid .file_msg .icon {
  margin-left: 0.18rem;
  margin-right: 0.34rem;
}
.commonChatList .item .mid .file_msg .bbb {
  margin-top: 0.05rem;
  font-size: 0.14rem;
  color: #ADB5BD;
}
.commonChatList .item .mid .file_msg .rq {
  position: absolute;
  right: 0.1rem;
  bottom: 0.1rem;
  font-size: 0.14rem;
  color: #ADB5BD;
}
.commonChatList .item .mid .img_msg_2 {
  width: 5.14rem;
  position: relative;
}
.commonChatList .item .mid .img_msg_2 .txt {
  padding: 0.16rem;
}
.commonChatList .item .mid .zhuanfa_msg {
  width: 5.14rem;
  position: relative;
}
.commonChatList .item .mid .zhuanfa_msg .icon {
  padding-left: 0.2rem;
  padding-top: 0.14rem;
}
.commonChatList .item .mid .zhuanfa_msg .from {
  padding-left: 0.2rem;
  padding-top: 0.06rem;
  font-size: 0.18rem;
  background: linear-gradient(143deg, #0D9FCC 0%, #15255D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.commonChatList .item .mid .zhuanfa_msg .txt {
  padding: 0.16rem;
}
.commonChatList .item .mid .huifu_msg {
  width: 5.14rem;
  position: relative;
}
.commonChatList .item .mid .huifu_msg .icon {
  padding-left: 0.2rem;
  padding-top: 0.14rem;
}
.commonChatList .item .mid .huifu_msg .from {
  padding-left: 0.2rem;
  padding-top: 0.06rem;
  font-size: 0.18rem;
  background: linear-gradient(143deg, #0D9FCC 0%, #15255D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.commonChatList .item .mid .huifu_msg .txt {
  padding: 0.16rem;
}
.commonChatList .item .mid .huifu_img_msg {
  width: 5.14rem;
  position: relative;
  padding: 0.12rem 0.2rem;
}
.commonChatList .item .mid .huifu_img_msg .huidi_top {
  background: #ededed;
  border-radius: 0.1rem;
  overflow: hidden;
}
.commonChatList .item .mid .huifu_img_msg .huidi_top .xline {
  width: 0.08rem;
  height: 0.64rem;
  border-radius: 0.1rem 0 0 0.1rem;
  overflow: hidden;
}
.commonChatList .item .mid .huifu_img_msg .huidi_top .slt {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 0 0.1rem 0.1rem 0;
  overflow: hidden;
}
.commonChatList .item .mid .huifu_img_msg .huidi_top .hxx {
  padding-left: 0.16rem;
}
.commonChatList .item .mid .huifu_img_msg .huidi_top .hxx .h_name {
  color: #0D5D84;
  font-size: 0.16rem;
  font-weight: bold;
}
.commonChatList .item .mid .huifu_img_msg .huidi_top .hxx .h_xinxi {
  font-size: 0.18rem;
}
.commonChatList .item .mid .huifu_img_msg .huidi_top .hxx .h_yuyin {
  font-size: 0.18rem;
}
.commonChatList .item .mid .huifu_img_msg .huidi_top .hxx .h_wenjian {
  font-size: 0.18rem;
}
.commonChatList .item .mid .huifu_img_msg .txt {
  padding: 0.16rem 0;
}
.commonChatList .item .mid .laidian_msg {
  width: 3.32rem;
  position: relative;
  padding: 0.12rem 0.2rem;
}
.commonChatList .item .mid .laidian_msg .xtime {
  font-size: 0.16rem;
  color: #ADB5BD;
  padding-top: 0.06rem;
}
.commonChatList .item .mid .laidian_msg .xbt {
  font-size: 0.24rem;
  color: #0F1828;
}
.commonChatList .item .mid .tonghua_msg {
  width: 3.32rem;
  position: relative;
  padding: 0.12rem 0.2rem;
}
.commonChatList .item .mid .tonghua_msg .xtime {
  font-size: 0.16rem;
  color: #ADB5BD;
  padding-top: 0.06rem;
}
.commonChatList .item .mid .tonghua_msg .xbt {
  font-size: 0.24rem;
  color: #0F1828;
}
.commonChatList .item .mid .qunliao_msg {
  width: 4.2rem;
  position: relative;
  padding: 0.12rem 0.2rem;
}
.commonChatList .item .mid .qunliao_msg .huidi_top {
  background: #ededed;
  border-radius: 0.1rem;
  overflow: hidden;
}
.commonChatList .item .mid .qunliao_msg .qun_face {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-right: 0.12rem;
}
.commonChatList .item .mid .qunliao_msg .ql_txt {
  padding-top: 0.12rem;
}
.commonChatList .item .mid .qunliao_msg .ql_add {
  border-top: 1px solid #EBEBEB;
  margin-top: 0.2rem;
  padding-top: 0.1rem;
  font-size: 0.2rem;
  font-weight: bold;
  background: linear-gradient(143deg, #0D9FCC 0%, #15255D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.commonChatList .item .mid .qunliao_msg .h_name {
  color: #0D5D84;
  font-size: 0.18rem;
  font-weight: bold;
}
.commonChatList .item .mid .qunliao_msg .h_txt {
  color: #A4A4A4;
  font-size: 0.12rem;
}
.commonChatList .item .mid .qunliao_msg .link {
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 0.31rem;
  background: linear-gradient(143deg, #0D9FCC 0%, #15255D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.commonChatList .item .left {
  justify-content: space-between;
}
.commonChatList .item .left .mid {
  border-radius: 0.32rem 0.32rem 0.32rem 0rem;
  overflow: hidden;
}
.commonChatList .item .right {
  justify-content: flex-end;
}
.commonChatList .item .right .mid {
  border-radius: 0.32rem 0.32rem 0rem 0.32rem;
  overflow: hidden;
  background: linear-gradient(143deg, #0D9FCC 0%, #15255D 100%);
  color: #fff;
}
.commonChatList .item .right .mid .name {
  color: #fff;
}
.commonChatList .item .right .mid .time {
  color: #fff;
}
.commonChatList .item .right .mid .yuyin_msg {
  background: none;
}
.commonChatList .item .right .mid .file_msg {
  background: none;
}
.commonChatList .item .right .mid .bbb {
  color: #fff;
}
.commonChatList .item .right .mid .from {
  background: linear-gradient(142deg, #D9F0F8 19%, #B0E7EE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.commonChatList .item .right .mid .huidi_top {
  background: linear-gradient(142deg, #53B8D8 19%, #06558D 100%);
}
.commonChatList .item .right .mid .huidi_top .xline {
  background: linear-gradient(142deg, #D9F0F8 19%, #B0E7EE 100%);
}
.commonChatList .item .right .mid .huidi_top .h_name {
  color: #fff !important;
}
.commonChatList .item.yidu .right .mid {
  background: linear-gradient(142deg, #D9F0F8 19%, #B0E7EE 100%);
  color: #152033;
}
.commonChatList .item.yidu .right .mid .bbb {
  color: #152033;
}
.commonChatList .item.yidu .right .mid .name {
  color: #0e8fbd;
}
.commonChatList .item.yidu .right .mid .time {
  color: #A4A4A4;
}
.commonChatList .item.yidu .right .mid .from {
  background: linear-gradient(143deg, #0D9FCC 0%, #15255D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.commonChatList .item.yidu .right .mid .huidi_top {
  background: linear-gradient(142deg, #C3E4EE 19%, #84D5E0 100%);
}
.commonChatList .item.yidu .right .mid .huidi_top .xline {
  background: linear-gradient(143deg, #0D9FCC 0%, #15255D 100%);
}
.commonChatList .item.yidu .right .mid .huidi_top .h_name {
  color: #0D5D84 !important;
}
.commonChatList .item.yidu .right .mid .qunliao_msg .h_txt {
  color: #666;
}
[v-cloak] {
  display: none;
}