.mask {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
}

.search-mask {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.search-mask .search-header {
    display: flex;
    align-items: center;
    height: .5rem;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid var(--var-border-color-gray);
}

.search-mask .search-header input {
    height: 0.5rem;
    line-height: .5rem;
    margin-bottom: 0;
}

.back {
    width: .3rem;
    height: 100%;
    min-width: .3rem;
    background: url(../img/ease_mm_title_back.png) no-repeat center;
    background-size: .2rem auto;
}

/**
添加群聊
*/
.tip-wrap {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: .1rem;
    top: .5rem;
    color: #fff;
    padding: .1rem 0;
    background-color: rgba(0, 0, 0, .8);
    border-radius: .06rem;
}

.tip-wrap::after {
    position: absolute;
    top: -0.16rem;
    right: .06rem;
    content: "";
    border-right: .08rem solid transparent;
    border-bottom: .08rem solid rgba(0, 0, 0, .8);
    border-left: .08rem solid transparent;
    border-top: .08rem solid transparent;
}

.tip-wrap .add-friend {
    width: 100%;
    display: flex;
    align-items: center;
    padding: .1rem .2rem;
}

.tip-wrap .add-friend img {
    width: .2rem;
    height: .2rem;
    margin-right: .1rem;
}

.add-friend-mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    font-size: .14rem;
    display: flex;
    flex-direction: column;
}

.add-friend-mask .add-friend-title {
    padding: 0 .1rem;
    height: .5rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .14rem;
    line-height: .5rem;
    border: 1px solid var(--var-border-color-gray);
}

.add-friend-mask .add-friend-title .title {
    flex: 1;
    text-align: center;
    height: 100%;
}

.add-friend-mask .add-friend-title .add-search {
    height: 100%;
    width: .5rem;
    text-align: right;
}

.add-friend-mask .add-friend-input {
    margin: 0 .1rem;
}

.item-wrapper .item-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.item-wrapper .item {
    font-size: .14rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: .1rem;
}

.avator {
    width: .5rem;
    min-width: .5rem;
    height: .5rem;
    background-size: 100% 100%;
    overflow: hidden;
    border-radius: .06rem;
}

.item-wrapper .item .avator img {
    width: 100%;
    height: 100%;
}

.item-wrapper .item .item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex: 1;
    margin-left: .1rem;
    padding: .2rem 0;
    color: var(--var-text-color-gary3);
    border-bottom: 1px solid var(--var-border-color-gray);
}

.search-result {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--var-bg-color-gray);
    font-size: .15rem;
}

.search-result .title-wrap {
    display: flex;
    align-items: center;
    background-color: #fff;
    height: .5rem;
    width: 100%;
    color: #000;
    font-size: .15rem;
}

.search-result .item {
    margin-top: .1rem;
    background-color: #fff;
}

.add-black {
    margin-top: .2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .2rem;
    width: 100%;
    height: .5rem;
    background-color: #fff;
}

.green-btn {
    display: flex;
    justify-content: right;
    align-items: center;
    width: .5rem;
    height: .27rem;
    background: url("../img/nim_slide_toggle_on.png") no-repeat center;
    background-size: 100% 100%;
}

.green-btn .green-on {
    width: .24rem;
    height: .25rem;
    background: url("../img/nim_slide_toggle.png") no-repeat center;
    background-size: 100% 100%;
}

.black-btn {
    display: flex;
    align-items: center;
    width: .5rem;
    height: .27rem;
    background: url("../img/nim_slide_toggle_off.png") no-repeat center;
    background-size: 100% 100%;
}

.black-btn .black-off {
    width: .24rem;
    height: .25rem;
    background: url("../img/nim_slide_toggle.png") no-repeat center;
    background-size: 100% 100%;
}

.add-friend-btn {
    width: 3rem;
    height: .4rem;
    margin: .3rem auto;
    background-color: var(--var-color-blue);
    border-radius: .1rem;
    line-height: .4rem;
    text-align: center;
    font-size: .16rem;
    color: #fff;
}

.add-friend-btn.disable {
    opacity: .5;
}

.search-result .tip {
    width: 100%;
    line-height: .3rem;
    text-align: center;
}

.chat-box {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    font-size: .15rem;
    overflow: hidden;
    word-wrap:break-word;
}

.chat-box .title {
    height: .5rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border-bottom: 1px solid var(--var-border-color-gray);
}

.chat-box .chat-title {
    flex: 1;
    margin-left: .1rem;
}

.chat-box .etc {
    width: .4rem;
    min-width: .4rem;
    height: 100%;
    background: url("../img/action_bar_black_more_icon.png") no-repeat center;
    background-size: 100% 100%;
}

.chat-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    overflow-y: auto;
    background-color: var(--var-bg-color-gray);
}

.chat-content .no-msg {
    line-height: 1rem;
    text-align: center;
}

.chat-footer {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    position: relative;
}

.chat-footer .chat-bar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    padding: .1rem 0 .1rem .1rem;
    background-color: #E3E3E3;
    border-top: 0.01rem solid #CCCCCC;
    /*background-color: var(--var-bg-color-gray);*/
}

.chat-footer .chat-bar textarea {
    border: none;
    margin-right: .1rem;
    margin-bottom: 0;
    padding: 0 .05rem;
    width: 100%;
    height: .4rem;
    line-height: .4rem;
    border-radius: .06rem;
}

.chat-footer img {
    width: .3rem;
    height: .3rem;
    margin-right: .1rem;
}

.chat-footer .chat-send {
    background-color: var(--var-color-blue);
    margin-right: .1rem;
    width: .6rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    font-size: .13rem;
    color: #fff;
    border-radius: .05rem;
}

.chat-footer .chat-option {
    display: flex;
    width: 100%;
    padding: .3rem .2rem;
    background-color: var(--var-bg-color-gray);
}

.chat-footer .chat-option .option-item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.chat-footer .chat-option .option-img {
    width: .4rem;
    height: .4rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-footer .chat-option .option-img img {
    width: .25rem;
    height: .25rem;
    margin-right: 0;
}
.chat-footer .chat-bar .voice{
    text-align: center;
    background: #ffffff;
    margin-right: 0.1rem;
    margin-bottom: 0;
    width: 100%;
    height: 0.3rem;
    border-radius: 0.06rem;
    line-height: .3rem;
}
.chat-footer .timer{
    position: absolute;
    top: -0.6rem;
    left: 1.5rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--var-color-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .12rem;
}
.chat-content .u-msgTime {
    width: 100%;
    text-align: center;
}
.chat-content .u-audio {
    width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chat-content .u-icn-play {
    display: inline-flex;
    width: .2rem;
    height: .2rem;
    background: url("../../assets/img/nim_audio_animation_list_right_3.png") no-repeat center;
    background-size: 100% 100%;
}
.chat-content .left .u-icn-play {
    display: inline-flex;
    width: .2rem;
    height: .2rem;
    background: url("../../assets/img/nim_audio_animation_list_left_3.png") no-repeat center;
    background-size: 100% 100%;
}

.chat-content .item {
  width: 100%;
  /*display: flex;*/
  /*flex-wrap: nowrap;*/
  /*align-items: center;*/
  padding: .1rem;
}

.chat-content .item.item-me {
    flex-direction: row-reverse;
}

.chat-content .j-img {
    width: .5rem;
    min-width: .5rem;
    height: .5rem;
    min-height: .5rem;
    background: url('../img/nim_avatar_default.png') no-repeat center;
    background-size: 100% 100%;
    border-radius: .06rem;
    overflow: hidden;
    border-radius: 50%;
}

.chat-content .item.item-me .j-img {
  /*margin-left: .1rem;*/
}

.chat-content .item.item-me .msg {
    background-color: var(--var-color-blue);
    color: #fff;
}

.chat-content .j-img img {
    width: 100%;
    height: 100%;
}

.chat-content .msg {
  background-color: #fff;
  padding: .1rem;
  line-height: .15rem;
  /* margin: 0 .1rem; */
  margin: 0 0.1rem 0 0.5rem;
  border-radius: .1rem;
  max-width: 2rem;
  position: relative;
  top: -0.35rem;
}

.chat-box .nick {
    position: relative;
    left: 0.6rem;
    top: -0.5rem;
}

.chat-content .msg img {
    width: 100%;
}

.chat-content .u-audio {
    position: relative;
}
.chat-content .read .readMsg {
    display: block;
}
.chat-content .readMsg {
    display: none;
    color: var(--var-color-gray);
}

.personInfo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}

.personInfo .header-personInfo .title {
    height: 0.5rem;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-weight: 600;
    background: #ffffff;
    border-bottom: 1px solid var(--var-border-color-gray);
}

.search-wrap {
    flex: 1;
    width: 100%;
}

/*表情*/
.emojiTag .m-emoji-wrapper {
    width: 3.6rem;
    overflow: hidden;
    margin: 0 auto;
}

.emojiTag .m-emoji-wrapper img {
    margin-right: 0;
}

.emojiTag .m-emoji-picCol {
    max-height: 1.8rem;
    overflow: hidden auto;
}

.emojiTag .m-emoji-chnCol {
    height: .5rem;
    width: 100%;
}

.emojiTag .m-emoji-chnCol-ul img {
    width: .5rem;
    height: .5rem;
}

/*设置*/
.setInfo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--var-bg-color-gray);
}

.setInfo .header-setInfo .title {
    height: 0.5rem;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-weight: 600;
    border-bottom: 1px solid var(--var-border-color-gray);
}

.setInfo .setInfo-wrap {
    background: #ffffff;
}

.setInfo .setInfo-wrap .setInfo-item {
    width: 100%;
    height: 0.6rem;
    display: flex;
    justify-content: space-between;
    padding: 0.15rem;
    align-items: center;
    border-bottom: 1px solid var(--var-border-color-gray);
}

.setInfo .setInfo-wrap .setInfo-item .setInfo-content {
    flex: 1;
}

.setInfo .setInfo-signOut {
    background: #ffffff;
    margin-top: 0.2rem;
    text-align: center;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #f33;
    font-size: 0.18rem;
    font-weight: 600;
}

/**
选择好友
 */
.select-friend {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}

.select-friend .title {
    height: .5rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border-bottom: 1px solid var(--var-border-color-gray);
}

.select-friend-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section-foot {
    display: flex;
    width: 100%;
    height: .5rem;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fafafa;
    padding: .1rem .2rem;
}

.select-friend-li {
    width: 100%;
    height: .7rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid var(--var-border-color-gray);
}

.check-all {
    display: flex;
    align-items: center;
}

.select-friend-li .check-syb,.check-all .check-syb {
    width: .2rem;
    height: .2rem;
    margin-left: 10px;
    padding: 5px;
    border: 1px solid var(--var-border-color-gray);
    border-radius: 50%;
}

.notice-text {
    width: 100%;
    text-align: center;
}

.checkall-text {
    margin-left: .1rem;
}

.select-friend-li .check-syb.check {
    border: 1px solid #39f;
    position: relative;
}

.check-all.check .check-syb {
    border: 1px solid var(--var-color-blue);
    position: relative;
}

.select-friend-li .check-syb.check:before,.check-all.check .check-syb:before {
    content: '';
    position: absolute;
    width: .1rem;
    height: .1rem;
    background: #39f;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.check-all.check .check-syb:before {
    background: var(--var-color-blue);
}

.select-friend-li .select-avatar,.select-friend-li img {
    width: .5rem;
    height: .5rem;
}

.select-friend-li .select-avatar {
    margin: 0 10px;
}

.select-friend-li img {
    border-radius: 5px;
}

.confirm-btn {
    padding: .1rem .2rem;
    border-radius: .05rem;
    background: var(--var-color-blue);
    color: #fff;
}

.msg-wrap {
    position: fixed;
    top: 0;
    display: flex;
    left: 0;
    flex-direction: column;
    align-items: center;
    right: 0;
    bottom: 0;
    background-color: var(--var-bg-color-gray);
}

.msg-wrap .msg-title {
    width: 100%;
    height: .5rem;
    background: #fff;
    display: flex;
    align-items: center;
    border: 1px solid var(--var-border-color-gray);
}

.msg-wrap .msg-title .msg-text {
    margin-left: .1rem;
}
.msg-wrap .msg-container {
    margin-top: .1rem;
    flex: 1;
    width: 100%;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex {
    display: flex;
    align-items: center;
}

.msg-wrap .msg-container .info-card {
    width: 100%;
    height: .8rem;
    background-color: #fff;
    padding: .2rem;
}

.msg-wrap .msg-container img {
    width: 100%;
    height: 100%;
}

.msg-wrap .msg-container .msg-avatar {
    margin-right: .1rem;
    overflow: hidden;
}

.msg-wrap .msg-container .msg-btn {
    width: 100%;
    height: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin-top: .1rem;
}

.msg-wrap .msg-container .delete-btn {
    color: #f33;
}

/*修改昵称页面*/
.update-nickName {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}

.update-nickName .title {
    padding-right: 0.15rem;
    height: .5rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    background: var(--var-color-gray);
    border-bottom: 1px solid var(--var-border-color-gray);
}

.update-nickName .title .left {
    height: .5rem;
    display: flex;
    align-items: center;
}

/*修改性别页面*/
.update-gender {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--var-color-gray);
}

.update-gender .title {
    padding-right: 0.15rem;
    height: .5rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
}

.update-gender .title .left {
    height: .5rem;
    display: flex;
    align-items: center;
}

.update-gender .gender-wrapper {
    margin-top: 0.15rem;
    background: #ffffff;
}

.update-gender .gender-wrapper .gender-item {
    width: 100%;
    height: 0.6rem;
    display: flex;
    justify-content: space-between;
    padding: 0.15rem;
    align-items: center;
    border-bottom: 1px solid var(--var-border-color-gray);
    font-size: 0.16rem;
}

.update-gender .gender-wrapper .gender-item input {
    width: 0.2rem;
    height: 0.2rem;
    margin: 0;
}

.update-line {
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.update-line .title {
    padding-right: 0.15rem;
    height: .5rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.update-line .line-wrapper .line-item {
    width: 100%;
    height: 0.6rem;
    display: flex;
    padding: 0.15rem;
    align-items: center;
    border-bottom: 1px solid var(--var-border-color-gray);
    font-size: 0.16rem;
}

.update-line .line-wrapper .line-item input {
    width: 0.2rem;
    height: 0.2rem;
    margin: 0 0.1rem 0 0;
}

#teams {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: auto;
}

#teams ul.m-panel.j-team {
    display: flex;
    flex-direction: column;
    height: 100%;
}
#teams ul.m-panel.j-team .empty {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#teams .panel_team {
    /* display: flex; */
    /* width: 100%; */
}

#teams li.panel_item {
    display: flex;
    align-items: center;
    padding: .2rem;
    background: #fff;
    border-bottom: 1px solid var(--var-border-color-gray);
}

#teams .panel_avatar {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    margin-right: 10px;
}

#teams .panel_team-title {
    padding: .1rem 0.2rem;
}

#teams .panel_avatar img {
    width: 100%;
    height: 100%;
}

#notice .msg-title {
    justify-content: space-between;
    padding-right: .2rem;
}

#notice .msg-title .msg-text {
    flex: 1;
}

#notice .sys-wrap.j-sysMsg {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
}

#notice .item {
    width: 100%;
    display: flex;
    align-items: center;
    padding: .1rem;
    margin: .1rem 0;
    background: #fff;
}

#notice img {
    width: .5rem;
    height: .5rem;
}

#notice .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-center: center;
    margin-left: .1rem;
}

#notice .text p {
    display: flex;
    justify-content: space-between;
    margin: .05rem;
}
#notice .j-apply {
    margin-right: .1rem;
}
.icon-error {
    display: inline-flex;
    background: url("../img/nim_ic_failed.png") no-repeat center;
    width: .25rem;
    height: .25rem;
    border-radius: 50%;
}

/*修改邮箱页面*/
.update-email {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}

.update-email .title {
    padding-right: 0.15rem;
    height: .5rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    background: var(--var-color-gray);
    border-bottom: 1px solid var(--var-border-color-gray);
}

.update-email .title .left {
    height: .5rem;
    display: flex;
    align-items: center;
}
/*修改签名页面*/
.update-sign {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}

.update-sign .title {
    padding-right: 0.15rem;
    height: .5rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    background: var(--var-color-gray);
    border-bottom: 1px solid var(--var-border-color-gray);
}

.update-sign .title .left {
    height: .5rem;
    display: flex;
    align-items: center;
}

/*投诉建议*/
.save-feedBack {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #edf1f4;
}

.save-feedBack .title {
    padding-right: 0.15rem;
    height: .5rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: var(--var-color-gray);
    border-bottom: 1px solid var(--var-border-color-gray);
}

.save-feedBack .title .left {
    height: .5rem;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #666;
    font-weight: bold;
}
.save-feedBack .feedBack .item{
    padding: 12px 16px;
    text-align: left;
    background: #ffffff;
}
.save-feedBack .feedBack .item .btn{
    width: 100%;
    height: 50px;
    color: #fff;
    background-color: #07c160;
    border: 1px solid #07c160;
    font-size: 16px;
    cursor: pointer;
}
.save-feedBack .feedBack .feedBack-textarea{
    height: 1.4rem;
    border-bottom: none;
    padding: 0 16px;
    color: #323233 !important;
}
.save-feedBack .feedBack .feedBack-input{
    border-bottom: none;
    padding: 0 16px;
    color: #323233 !important;
}

/*安全与隐私*/
.safe-privacy {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #edf1f4;
}

.safe-privacy .title {
    padding-right: 0.15rem;
    height: .5rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: var(--var-bg-color-gray);
    border-bottom: 1px solid var(--var-border-color-gray);
}

.safe-privacy .title .left {
    height: .5rem;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #666;
    font-weight: bold;
}
.safe-privacy .password .item{
    padding: 12px 16px;
    text-align: left;
    background: #ffffff;
}

.safe-privacy .password input{
    margin:0;
    border-bottom: none;
    padding: 0 16px;
    color: #323233 !important;
}
/*日期选择*/
.calendar{
    width: 100% !important;
}

/*群设置*/
.group-setting{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #edf1f4;
    overflow-y:auto;
}
.group-setting .title {
    position: fixed;
    width: 100%;
    padding-right: 0.15rem;
    height: .5rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #fff;
    z-index: 1;
    border-bottom: 1px solid var(--var-border-color-gray);
}

.group-setting .title .left {
    height: .5rem;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #666;
    font-weight: bold;
}
.group-setting .base-setting{
    margin-top: 0.5rem;
    background: #ffffff;
    display: flex;
    align-items: center;
    padding: 10px 30px;
    border-bottom: 1px solid #999;
}
.group-setting .base-setting .imgLabel{
    color:#969799;
    font-size: 14px;
    writing-mode:vertical-rl;
}
.group-setting .base-setting .imgLabel img {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
}
.group-setting .base-setting .base-info{
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}
.group-setting .base-setting .base-info .name{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.group-setting .base-setting .base-info .account{
    font-size: 14px;
    color: #666;
}
.group-setting .group-member{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    padding: 16px 16px;
    justify-content: space-between;
    border-bottom: 1px solid #999;
    background: #ffffff;
}
.group-setting .group-member .group-numberPeople{
    display: flex;
    align-items: center;
}
.group-setting .group-person{
    display: flex;
    align-items: center;
    padding: 16px;
    background: #ffffff;
}
.group-setting .group-person .box{
    width: .4rem;
    height: .4rem;
    position: relative;
}
.group-setting .group-person .box img {
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
}
.member-wrap {
    display: flex;
    flex: 1;
}
.group-setting .group-person .box .icon{
    position: relative;
    display: inline-block;
    font: normal normal normal 14px/1 vant-icon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.group-setting .group-person .box .icon::before{
    content: '\e65d';
}
.group-setting .group-list-main{
    background: #ffffff;
    border-top:20px solid #edf1f4;
}
.group-setting .group-list-main .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    border-bottom: 1px solid #e7e7e7;
    padding:10px 0;
}
.group-setting .group-list-main .item span{
    margin-left: 16px;
}
.group-setting .group-list-main .item  input{
    flex:1;
    width: 80%;
    text-align: right;
    border:0;
    margin:0;
    color:#323233;
}
.group-setting .group-list-main .item .next-link{
    width: 0.15rem;
    height: 0.15rem;
    margin: 0 10px;
}
.group-setting .group-list-main .item .select{
    flex:1;
    text-align: right;
}
.group-setting .group-btn{
    margin: 18px;
    width: 90%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.group-setting .group-btn-primary{
    background-color: #07c160;
    border: 1px solid #07c160;
}
.group-setting .group-btn-danger{
    background-color: #ee0a24;
    border: 1px solid #ee0a24;
}
.group-setting #teamMemberList {
    flex: 1;
    display: flex;
    flex-wrap: nowrap;
}
.group-setting #teamMemberList li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 8px;
}
.group-setting #teamMemberList a {
    position: relative;
    display: flex;
    align-items: center;
}
.group-setting #teamMemberList a img {
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    margin-right: .1rem;
}
.group-setting #teamMemberList a .text {
    margin-top: 10px;
}
.chat-content .right .play-icon {
    position: absolute;
    width: .3rem;
    height: .3rem;
    background: url("../../assets/img/bb.gif") no-repeat center;
    background-size: .3rem .3rem;
    left: -.15rem;
}
.chat-content .left .play-icon {
    position: absolute;
    width: .3rem;
    height: .3rem;
    background: url("../../assets/img/bb.gif") no-repeat center;
    background-size: .3rem .3rem;
    right: -.15rem;
}
.chat-content video {
    position: relative;
    width: 100%;
}
.chat-content .play-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../../assets/img/play.png") no-repeat center;
    background-size: 50px 50px;
}
.search-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--var-bg-color-gray);
    flex: 1;
    overflow: auto;
}
.search-wrap .title {
    width: 100%;
    padding: .1rem .2rem;
    background-color: #fff;
    border-bottom: 1px solid var(--var-border-color-gray);
}
.item-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}
.item-wrap .item {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: .1rem .2rem;
    border-bottom: 1px solid var(--var-border-color-gray);
}
.item-wrap .item span {
    color: var(--var-color-blue);
}
.item-wrap .item  img {
    width: .5rem;
    height: .5rem;
    margin-right: .2rem;
}
.search-team {
    /*margin-top: .1rem;*/
}
#find-iframe {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: var(--var-bg-color-gray);
}
.iframe-wrap {
    flex: 1;
    display: flex;
    width: 100%;
    flex-direction: column;
}
.iframe-wrap iframe {
    width: 100%;
    flex: 1;
}
.header-iframe {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .15rem;
    height: 0.5rem;
    width: 100%;
    background-color: #fff;
    position: relative;
}
.header-iframe  .back {
    position: absolute;
    left: 0;
    width: .5rem;
}
.red-wrap {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}
.red-wrap .red-header {
    height: .5rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: .2rem;
    align-items: center;
    border-bottom: 1px solid var(--var-border-color-gray);
}
.red-wrap .red-header-left, .red-header-right {
    height: 100%;
    display: flex;
    align-items: center;
}
.red-wrap .red-content {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: .5rem;
}
.red-wrap .red-content img {
    width: 1rem;
    height: 1rem;
}
.red-wrap .red-name {
    font-weight: bolder;
}
.red-wrap .red-money {
    margin-top: 50px;
    font-size: 42px;
    font-weight: bolder;
}
.red-wrap .red-no-pwd {
    width: calc(100% - 32px);
    margin: 16px;
    padding: 16px;
    background-color: #07c160;
    border: 1px solid #07c160;
    cursor: not-allowed;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    opacity: .5;
}
.red-wrap .cash-out {
    width: calc(100% - 32px);
    margin: 16px;
    padding: 16px;
    background-color: #07c160;
    border: 1px solid #07c160;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}
.wallet-detail {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}
.wallet-detail .wallet-header {
    height: .5rem;
    width: 100%;
    display: flex;
    padding-right: .2rem;
    align-items: center;
    border-bottom: 1px solid var(--var-border-color-gray);
}
.wallet-detail .wallet-content {
   display: flex;
   flex-direction: column;
   /* align-items: center; */
   flex: 1;
   /* justify-content: center; */
}
.wallet-detail .wallet-content li {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    flex-direction: column;
    border-bottom: 1px solid var(--var-border-color-gray);
    line-height: 24px;
}
.wallet-detail .wallet-content .red-li-title{
    display: flex;
    justify-content: space-between;
}
.wallet-detail .add .red-li-money {
    color: #07c160;
}
.wallet-detail .sub .red-li-money {
    color: #f33;
}
.wallet-detail .wallet-content .red-li-text {
    font-size: 12px;
    color: #999;
}
.wallet-detail .wallet-content .empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.update-wallet-pwd {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}
.update-wallet-pwd .set-pwd-header {
    height: .5rem;
    width: 100%;
    display: flex;
    padding-right: .2rem;
    align-items: center;
    border-bottom: 1px solid var(--var-border-color-gray);
}
.update-wallet-pwd .pwd-content {
    display: flex;
    flex-direction: column;
    padding: 20px;
}
 .submit-btn {
    width: calc(100% - 32px);
    margin: 16px;
    padding: 16px;
    background-color: #07c160;
    border: 1px solid #07c160;
    cursor: not-allowed;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}
.withdrawal-wrap {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #fff;
}
.withdrawal-wrap .withdrawal-title {
    height: .5rem;
    width: 100%;
    display: flex;
    padding-right: .2rem;
    align-items: center;
    border-bottom: 1px solid var(--var-border-color-gray);
}
.withdrawal-wrap .with-content {
    flex: 1;
    margin-top: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}