.new-consultant-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
    z-index: 100;
}

.new-consultant {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s ease-out;
    pointer-events: auto;
    width: calc(100% - 7% + 12px);
    margin: 0 auto;
    opacity: 0;
}


.new-consultant.show {
    bottom: 95px;
    opacity: 1;
}

.new-consultant .multimedia-panel .entry-bar {
    opacity: 1;
    z-index: 20;
    /*-webkit-transition: opacity 1s ease;*/
    /*transition: opacity 1s ease*/
}

.new-consultant .multimedia-panel .audiobarpc {
    pointer-events: none;
    opacity: 0;
    z-index: 10;
    /*-webkit-transition: opacity 1s ease;*/
    /*transition: opacity 1s ease*/
}

.new-consultant .multimedia-panel.show {
    background: none
}

.new-consultant .multimedia-panel.show .audiobarpc {
    pointer-events: auto;
    opacity: 1;
    z-index: 20
}

.new-consultant .multimedia-panel.show .entry-bar {
    opacity: 0;
    z-index: 10
}

.new-consultant .multimedia-panel.show .ai-audio-bar-pc {
    opacity: 0;
    pointer-events: none
}

.new-consultant .multimedia-panel {
    position: relative;
    /*height: 72px;*/
    border-radius: 4px;
    text-align: center;
    /*pointer-events: none*/
}

.new-consultant .multimedia-panel .new-consultant-list {
	display: flex;
    flex-direction: column-reverse;
}

.new-consultant .multimedia-panel .entry-bar .content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.new-consultant .multimedia-panel .entry-bar .avatar-box {
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    margin: 5px 10px;
}

.new-consultant .multimedia-panel .entry-bar .avatar-box.agent-active {
    cursor: pointer
}

.new-consultant .multimedia-panel .entry-bar .avatar-box i {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    bottom: 0;
    right: 0;
    background-image: url(image/certificate-icon.v6.svg);
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 22;
}

.new-consultant .multimedia-panel .entry-bar .avatar-box .avatar-border {
    position: absolute;
    top: 6%;
    left: 6%;
    width: 44px;
    height: 44px;
    overflow: visible;
    transition: margin-left 0.3s ease-out, opacity 0.5s ease-out;
    z-index: 20;
}

.new-consultant .multimedia-panel .entry-bar .avatar-box .avatar-border .avatar {
    border-radius: 50%;
    box-shadow: -1px 0px 3px 1px rgb(0 0 0);
}

.new-consultant .multimedia-panel .entry-bar .avatar-box .avatar-border:nth-child(2) {
    left: calc(6% - 38px);
    margin-left: 30px;
    z-index: 19;
}

.new-consultant .multimedia-panel .entry-bar .avatar-box .avatar-border:nth-child(3) {
    left: calc(6% - (38px + (34px * 1)));
    margin-left: 57px;
    z-index: 18;
}

.new-consultant .multimedia-panel .entry-bar .avatar-box .avatar-border:nth-child(4) {
    left: calc(6% - (38px + (34px * 2)));
    margin-left: calc(38px + (34px * 2));
    z-index: 17;
}

.new-consultant .multimedia-panel .entry-bar .avatar-box .avatar-border:nth-child(5) {
    left: calc(6% - (38px + (34px * 3)));
    margin-left: calc(38px + (34px * 3));
    z-index: 16;
}

.new-consultant .multimedia-panel .entry-bar .avatar-box .avatar-border:nth-child(6) {
    left: calc(6% - (38px + (34px * 4)));
    margin-left: calc(38px + (34px * 4));
    z-index: 15;
}

.new-consultant .multimedia-panel .entry-bar .avatar-box .avatar-border:nth-child(7) {
    left: calc(6% - (38px + (34px * 5)));
    margin-left: calc(38px + (34px * 5));
    z-index: 14;
}

.new-consultant .multimedia-panel .entry-bar .avatar-box .avatar-border:nth-child(8) {
    left: calc(6% - (38px + (34px * 6)));
    margin-left: calc(38px + (34px * 6));
    z-index: 13;
}

.new-consultant .multimedia-panel .entry-bar .avatar-box .avatar-border:nth-child(9) {
    left: calc(6% - (38px + (34px * 7)));
    margin-left: calc(38px + (34px * 7));
    z-index: 12;
}

.new-consultant .multimedia-panel .entry-bar .avatar-box .avatar-border:nth-child(10) {
    left: calc(6% - (38px + (34px * 8)));
    margin-left: calc(38px + (34px * 8));
    z-index: 11;
}

.new-consultant .multimedia-panel .entry-bar .avatar-box .avatar-border:nth-child(11) {
    left: calc(6% - (38px + (34px * 9)));
    margin-left: calc(38px + (34px * 9));
    z-index: 10;
}

.new-consultant .multimedia-panel .entry-bar .avatar-box .avatar-border:nth-child(n+4) {
    opacity: 0;
}

.new-consultant .multimedia-panel .entry-bar .avatar-box-panel:hover .avatar-box .avatar-border {
    margin-left: 0;
    opacity: 1;
}

.new-consultant .multimedia-panel .entry-bar .avatar-box-panel:hover .avatar-box .avatar-border:hover {
    z-index: 21;
}

.new-consultant .multimedia-panel .entry-bar .avatar-box .avatar-border .avatar {
    width: 100%;
    vertical-align: baseline;
}

.new-consultant .multimedia-panel .entry-bar .agent-info-box {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 83px;
    height: 100%;
    text-align: left;
    white-space: nowrap
}

.new-consultant .multimedia-panel .entry-bar .agent-info-box .agent-name {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    max-width: 83px;
    overflow: hidden;
    text-overflow: ellipsis
}

.new-consultant .multimedia-panel .entry-bar .agent-info-box .agent-title {
    font-size: 12px;
    line-height: 12px;
    color: hsla(0, 0%, 100%, .6);
    margin-top: 4px;
    max-width: 83px;
    overflow: hidden;
    text-overflow: ellipsis
}

.new-consultant .multimedia-panel .entry-bar .agent-info-box.agent-active {
    cursor: pointer
}

.new-consultant-box .entry-bar .entry-btn {
    position: relative;
    display: flex;
    align-items: center;
    opacity: 0.7;
    flex-direction: column;
    justify-content: center;
}

.new-consultant-box .entry-bar .entry-btn:hover {
    opacity: 1
}

.new-consultant-box .entry-bar .entry-btn i {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.new-consultant-box .entry-bar .entry-btn span {
    line-height: normal;
    letter-spacing: 0.5px;
    font-style: normal
}

.new-consultant-box .entry-bar .telephone-btn i {
    background: no-repeat url(image/phone.v6.svg);
    background-position: center center;
}

.new-consultant-box .entry-bar .zixun-btn i {
    background: no-repeat url(/skin/img/system/icon-zixun.svg);
    background-size: 66%;
    background-position: center center;
}

.new-consultant-box .entry-bar .realtime-btn i {
    background: no-repeat url(image/people.v6.svg);
    background-position: center center;
}

.new-consultant-box .entry-bar .audio-btn i {
    background: no-repeat url(image/play.v6.svg);
    background-position: center center;
}

.ui-mobile .bottomtoolbar .toolbarpc .switch {
    display: inline-block;
    position: relative;
    width: 25%;
    text-align: center;
}

.ui-mobile .bottomtoolbar .toolbarpc .switch .icon {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.ui-mobile .bottomtoolbar .toolbarpc .switch:after {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(50%, #fff), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff 50%, hsla(0, 0%, 100%, 0));
    position: absolute;
    top: 8px;
    bottom: 0;
    left: 100%;
    margin: auto 0;
}

.ui-mobile .bottomtoolbar .toolbarpc .switch:last-child:after {
    display: none;
}

.ui-mobile .zixun-icon {
    background: no-repeat 50% url(/skin/img/system/icon-zixun.svg);
    background-size: 75%;
}

.ui-mobile .bottomtoolbar .toolbarpc .switch .tdmod-load-ing {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 13px;
}

.ui-mobile .bottomtoolbar .toolbarpc .switch .opi3 {
    opacity: 0.3;
}

.ui-mobile .bottomtoolbar .bottomtoolbar-main {
    height: 68px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    width: calc(100% - 7% + 12px);
    margin: 0 auto;
}

.ui-mobile .bottomtoolbar .bottomtoolbar-main .toolbarpc {
    display: flex;
    justify-content: space-around;
    margin-left: 0;
    width: 100%;
    height: 63px;
    opacity: 0.7;
}

.ui-mobile .audio-btn-label {
    display: none;
}

@media screen and (max-width: 320px) {
    .ui-mobile .entry-btn span {
        display: none;
    }
}

.ui-mobile .sp-img-groups {
    width: calc(100% - 7%);
    margin: 0 auto;
}

.ui-mobile .app-front .logo.logo-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .9;
    width: 100%;
    bottom: 115px;
    z-index: 20;
    pointer-events: none;
}

.ui-mobile .app-front .logo.logo-mobile .logo-content {
    height: 30px;
    opacity: 0.2;
    margin: 0 auto;
}


.ui-mobile .swiper-container.slide-aim-broker {
    padding-top: 35px;
}

/*手机版前缀.ui-mobile*/

.ui-mobile .datacard-zoom.datacard-zoom-show {
    background-color: transparent;
}

.ui-mobile .datacard .datacard-bar .datacard-modal {
    background-color: transparent;
    backdrop-filter: unset;
    text-align: left;
}

.ui-mobile .app-front a {
    color: #fff;
    text-decoration: none;
}

.ui-mobile .datacard {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    pointer-events: none;
    z-index: 101;
}

.ui-mobile .datacard-bar {
    position: relative;
    text-align: center;
}

.ui-mobile .datacard .datacard-bar .datacard-text {
    display: inline-block;
    pointer-events: auto;
    background: rgba(0, 0, 0, .4);
    max-width: 100%;
    min-width: 100%;
    border-radius: 0;
    font-weight: 400;
    -webkit-transition: background .3s ease, min-width .3s ease, border-radius .3s ease;
    transition: background .3s ease, min-width .3s ease, border-radius .3s ease;
    box-sizing: border-box;
}

.ui-mobile .datacard .datacard-bar .datacard-modal .stage {
    left: -10px;
}

.ui-mobile .datacard .datacard-bar .datacard-modal .stage .piece {
    width: calc(100% - 20px);
    margin-left: 0;
    margin-right: 0;
}

.ui-mobile .hx-info-swiper .swiper-pagination {
    bottom: -50px;
}

.ui-mobile.lp-map-address-room #lp-map-address {
    width: 100%;
}

.ui-mobile.lp-map-address-room .close-btn {
    right: 5px;
    background: rgba(255,255,255,.8);
    -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
    border-radius: 3px;
    width: 29px;
    height: 29px;
}
.ui-mobile.lp-map-address-room .close-btn:before,
.ui-mobile.lp-map-address-room .close-btn:after {
	background-color: #676d73;
    width: 2px;
}

.ui-mobile .datacard-zoom.datacard-zoom-show .datacard .datacard-bar .datacard-text {

}

.ui-mobile .datacard-zoom-show .datacard-bar {
    background-color: rgb(0 0 0 / 30%);
    backdrop-filter: blur(4px);
}

.ui-mobile .datacard.folded .datacard-bar .datacard-text {
    min-width: 100%;
    margin-top: 0;
    margin-bottom: -8px;
    border-radius: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(3%, transparent), color-stop(36%, rgba(0, 0, 0, .15)), color-stop(48%, rgba(0, 0, 0, .18)), color-stop(60%, rgba(0, 0, 0, .15)), color-stop(97%, transparent));
    background: linear-gradient(-90deg, transparent 3%, rgba(0, 0, 0, .15) 36%, rgba(0, 0, 0, .18) 48%, rgba(0, 0, 0, .15) 60%, transparent 97%);
}

.ui-mobile .datacard .datacard-bar .datacard-text span {
    display: inline-block;
    padding-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.ui-mobile .datacard .datacard-bar .datacard-text .datacard-text-arrow {
    width: 14px;
    height: 33px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
    pointer-events: none;
    position: relative;
    visibility: visible;
}

.ui-mobile .datacard .datacard-bar .datacard-text .datacard-text-arrow:after {
    content: "";
    display: block;
    width: 15px;
    height: 21px;
    background-image: url(image/arrow-up.v6.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    -webkit-transition: background-color .1s ease, -webkit-transform .3s ease;
    transition: background-color .1s ease, -webkit-transform .3s ease;
    transition: background-color .1s ease, transform .3s ease;
    transition: background-color .1s ease, transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateZ(0) rotate(0deg);
    transform: translateZ(0) rotate(0deg);
}

.ui-mobile .datacard.folded .datacard-bar .datacard-text .datacard-text-arrow {
    height: 35px;
}

.ui-mobile .datacard.folded .datacard-bar .datacard-text .datacard-text-arrow:after {
    -webkit-transform: translateZ(0) rotate(180deg);
    transform: translateZ(0) rotate(180deg);
}

.ui-mobile .datacard .datacard-bar .datacard-modal {
    margin: auto;
    z-index: 99;
    padding: 10px 0;
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    overflow: hidden;
}

.ui-mobile .datacard.folded .datacard-bar .datacard-modal {
    opacity: 0;
}

.ui-mobile .datacard .datacard-bar .datacard-modal .stage .pie-1 .datacard-info .datacard-label .label-item-right .label-item-right-bottom {
    font-size: 12px;
}

.ui-mobile .datacard .datacard-bar .datacard-modal .stage .pie-1 .datacard-title {
    box-sizing: border-box;
    padding: 0 15px;
}

.ui-mobile .datacard .datacard-bar .datacard-modal .stage .pie-1 .datacard-info {
    padding: 80px 15px 0;
}

.ui-mobile .datacard .datacard-bar .datacard-modal .stage .pie-1 .datacard-info .datacard-label .label-item-right {
    margin-left: 30px;
}

.ui-mobile .datacard .datacard-bar .datacard-modal .stage .pie-1 .datacard-info .datacard-label:nth-child(odd):not(.datacard-label-block) {
    width: 60%;
}

.ui-mobile .datacard .datacard-bar .datacard-modal .stage .pie-1 .datacard-info .datacard-label {
    width: 38%;
}

.ui-mobile .agent-v2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, .65);
}

.ui-mobile .agent-v2 .agent-info-modal .agent-info-modal-panel-close {
    width: 16px;
    height: 16px;
    right: 10px;
    top: -25px;
    position: absolute;
}

.ui-mobile .agent-v2 .agent-info-modal .agent-info-modal-panel {
    display: flex;
    align-items: center;
    position: relative;
    margin: 6px;
    border-radius: 4px;
    background: rgba(0, 0, 0, .15);
    padding-right: 85px;
}

.ui-mobile .agent-v2 .agent-info-modal .agent-info-modal-panel-avatar {
    width: 70px;
    height: 70px;
    flex: 0 0 auto;
}

.ui-mobile .agent-v2 .agent-info-modal {
    background: rgba(0, 0, 0, .2);
    min-width: 320px;
    box-sizing: border-box;
    position: relative;
}

.ui-mobile .agent-v2 .agent-info-modal-title-box {
}

.ui-mobile .agent-v2 .agent-info-modal-title-name {
    vertical-align: middle;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-left: 10px;
}

.ui-mobile .agent-v2 .agent-info-modal-title-position {
    vertical-align: middle;
    display: inline-block;
    font-size: 12px;
    line-height: 17px;
    padding: 0 5px;
    color: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 0 0.7px hsl(0deg 0% 100% / 20%);
    box-shadow: 0 0 0 0.7px hsl(0deg 0% 100% / 20%);
    border-radius: 0.6px;
    margin-left: 5px;
}

.ui-mobile .agent-v2 .agent-info-modal .agent-info-modal-panel .agent-info-modal-panel-avatar .agent-info-modal-panel-avatar-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    overflow: hidden;
}

.ui-mobile .agent-v2 .agent-info-modal .agent-info-modal-panel .agent-info-modal-panel-avatar .agent-info-modal-panel-avatar-image {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    margin: 5px;
}

.ui-mobile .agent-v2 .agent-info-modal .agent-info-modal-panel .agent-info-modal-panel-avatar .agent-info-modal-panel-avatar-image img {
    width: 100%;
    border: none;
    display: block;
}

.ui-mobile .agent-v2 .agent-info-modal-button {
    display: block;
    background: rgba(0, 0, 0, .33);
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    position: absolute;
    padding: 0 14px;
    top: 16px;

    right: 9px;
}

.ui-mobile .new-consultant-list-box .close .close-btn:after,
.ui-mobile .new-consultant-list-box .close .close-btn:before {
    content: "";
    width: 16px;
    height: 1px;
    background: #fff;
    position: absolute;

    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ui-mobile .new-consultant-list-box .close .close-btn:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.ui-mobile .new-consultant-list-box .close .close-btn:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.ui-mobile .agent-v2 .agent-info-modal-board-item em {
    font-style: normal;
}

.ui-mobile .agent-v2 .agent-info-modal-board.clearfix {
    display: flex;
    margin-top: 10px;
}

.ui-mobile .agent-v2 .agent-info-modal-board-item {
    margin: 0 5px;
}

@media screen and (max-width: 320px) {
    .ui-mobile .agent-v2 .agent-info-modal {
        zoom: 0.9;
    }
}

.ui-mobile .bottomtoolbar .toolbarpc .switch .icon > i {
    display: block;
    width: 28px;
    height: 28px;
    position: relative;
    margin: 8px auto 0;
}


.ui-mobile .datacard-modal .swiper-pagination-bullet {
    background: transparent;
}

.ui-mobile .datacard-modal .swiper-pagination-bullet-active {
    background: #fff;
}

.ui-mobile .datacard-modal .swiper-container-horizontal > .swiper-pagination-bullets {
    width: 30%;
    right: 0;
    margin: 0 auto;
    background: rgba(0, 0, 0, .5);
    border: 0 solid rgba(0, 0, 0, .28);
    height: 8px;
    line-height: 0;
    border-radius: 10px;
}

.ui-mobile .datacard-modal .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0;
    width: 33%;
    border-radius: 10px;
}

.ui-mobile .fenxiang-btn {
    position: absolute;
    right: 10px;
    top: 10px;
}

.ui-mobile .fenxiang-icon {
    width: 28px;
    height: 28px;
}

.ui-mobile .fenxiang-btn .fenxiang-icon i {
    background: no-repeat 50%/100% 100% url(image/fenxiang.v6.svg);
    width: 100%;
    height: 100%;
    display: block;
}

.ui-mobile .bottomtoolbar .toolbarpc .tagswitch .open i {
    background: no-repeat 50%/100% 100% url(image/no-tag.v6.svg);
}

.ui-mobile .bottomtoolbar .toolbarpc .tagswitch .close i {
    background: no-repeat 50%/100% 100% url(image/tag.v6.svg);
}


.ui-mobile .bottomtoolbar .toolbarpc .vrswitch .open i {
    background: no-repeat 50%/100% 100% url(image/unvrglasseson.v6.svg);
}

.ui-mobile .bottomtoolbar .toolbarpc .vrswitch .close i {
    background: no-repeat 50%/100% 100% url(image/vrglasseson.v6.svg);
}

.ui-mobile .bottomtoolbar .toolbarpc .zixunswitch .open i {
    background: no-repeat 50%/100% 100% url(image/icon-no-zixun.svg);
}

.ui-mobile .bottomtoolbar .toolbarpc .zixunswitch .close i {
    background: no-repeat 50%/100% 100% url(image/icon-zixun.svg);
}

.ui-mobile .new-consultant-list-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 95px;
    transition: all .3s ease-out;
    pointer-events: auto;
    width: calc(100% - 7% + 12px);
    margin: 0 auto;
}


.ui-mobile .cl-img img {
    width: 100%;
    vertical-align: baseline;
    border-radius: 50%;
    box-shadow: -1px 0px 3px 1px rgb(0 0 0);
}

.ui-mobile .cl-img {
    overflow: visible;
    z-index: 20;
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    margin-left: 20px;
    flex: 0 0 auto;
}

.ui-mobile .cl-card {
    border-radius: 4px;
    background: rgba(0, 0, 0, .15);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    height: 72px;
}

.more-btn {
    opacity: 0;
}

.ui-mobile .cl-card + .more-btn {
    opacity: 1;
}

.ui-mobile .entry-btn-group {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.ui-mobile .cl-info {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 83px;
    height: 100%;
    text-align: left;
    white-space: nowrap;
    flex: 0 0 auto;
    margin-left: 5px;
}

.ui-mobile .cl-name {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    max-width: 83px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-mobile .cl-title {
    font-size: 12px;
    line-height: 12px;
    color: hsla(0, 0%, 100%, .6);
    margin-top: 4px;
    max-width: 83px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-mobile .cs-in .close {
    position: absolute;
    right: 5px;
    top: -30px;
}

.ui-mobile .cs-in .close-btn {
    width: 25px;
    height: 25px;
    background: rgba(0, 0, 0, .15);
    display: block;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .65);
}

.ui-mobile .new-consultant-box .more-btn {
    top: -12px;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.15);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 3px 10px;
    margin: 0 auto;
    right: 0;
}

.ui-mobile .show-logo {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.ui-mobile .logo-box {
    background-image: url(image/logoc.png);
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
}

.ui-mobile .back-btn {
    position: absolute;
    left: 10px;
    top: 10px;
}

.ui-mobile .back-icon {
    width: 20px;
    height: 28px;
}

.ui-mobile .back-btn .back-icon i{
    background: no-repeat 50%/100% 100% url(image/icon-prev.v7.svg);
    width: 100%;
    height: 100%;
    display: block;
}

.minimap.minimap-mobile-ui {
	zoom: 0.6;
    right: 15px;
    top: 95px;
    border-radius: 5px;
}

.minimap.minimap-mobile-ui .nav-groups {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ui-minimap-close-btn.ui-minimap-close-btn-mobile-ui {
	margin-right: 20px;
}
.max-mini-map.ui-mobile,
.lp-map-address-room.ui-mobile,
.ui-mobile .picturepc {
	backdrop-filter: blur(5px);
}
.ui-mobile .picturepc .picture-modal .picture-show-area {
    position: relative;
    width: 100%;
    height: 80vh;
    margin-bottom: unset;
}

.ui-mobile .swiper-container.swiper-hx-slider .swiper-slide .cover-img {
    object-fit: contain;
}


.ui-mobile .picturepc .picture-modal .content .close-btn {
    width: 30px;
    height: 30px;
    right: 10px;
    top: -50px;
}

.ui-mobile .picturepc .picture-modal .content .close-btn:before {
    width: 30px;
    height: 30px;
}

.ui-mobile .picturepc .swiper-pagination-bullet {
    background: #fff;
}