.search-user-container[data-v-b73eb8f8] {
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 99;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.search-user-container .search-user-list[data-v-b73eb8f8] {
  padding-top: 3.125rem;
}
.user-avator[data-v-b73eb8f8] {
  width: 8.125rem;
  margin: 0 auto;
}
.user-avator img[data-v-b73eb8f8] {
  width: 100%;
  height: 100%;
  border-radius: 0.28125rem;
}
.user-item-join-btn[data-v-b73eb8f8] {
  margin-top: 1.875rem;
  font-size: 0.9375rem;
  text-align: center;
  color: #fff;
}
.user-item-cancel-join-btn[data-v-b73eb8f8] {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 2.5rem;
  width: 3.125rem;
  margin: 0 auto;
  text-align: center;
}
.user-item-cancel-join-btn .rombg[data-v-b73eb8f8] {
  width: 100%;
  height: 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #f00;
  color: #fff;
}
.user-item-cancel-join-btn .rombg .i_hangup[data-v-b73eb8f8] {
  color: #fff;
  font-size: 1.5rem;
}
.user-item-cancel-join-btn .calc[data-v-b73eb8f8] {
  display: block;
  text-align: center;
  margin-top: 0.25rem;
  color: #fff;
  font-size: 0.8125rem;
}

.video-call-section[data-v-fdeeffbc] {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 999;
  top: 0;
  background: url(../../static/img/callbg.e6f0a1db.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.video-conference[data-v-fdeeffbc] {
  height: 100%;
  display: none;
}
.video-conference.is-show[data-v-fdeeffbc] {
  display: block;
}
.video-conference-list[data-v-fdeeffbc] {
  height: 100%;
  position: relative;
}
.user-video-container[data-v-fdeeffbc] {
  position: absolute;
}
.vcl div[data-v-fdeeffbc]:nth-child(1) {
  right: 0;
  top: 0;
  width: 6.25rem;
  z-index: 99;
}
.vcl div[data-v-fdeeffbc]:nth-child(2) {
  top: 0;
  width: 100%;
  height: 100%;
}
.video-conference-action[data-v-fdeeffbc] {
  position: absolute;
  margin-top: 0.3125rem;
  width: 60%;
  bottom: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-conference-action .calltimes[data-v-fdeeffbc] {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.video-conference-action .video-rom[data-v-fdeeffbc] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.video-conference-action span[data-v-fdeeffbc] {
  color: #fff;
  font-size: 0.8125rem;
  margin-top: 0.25rem;
}
.video-conference-action .rombox[data-v-fdeeffbc] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-conference-action .rombox .rombg[data-v-fdeeffbc] {
  width: 3.125rem;
  height: 3.125rem;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.video-conference-action .rombox .rombg .icon[data-v-fdeeffbc] {
  font-size: 1.25rem;
}
.video-conference-action .rombox .rombg .i_hangup[data-v-fdeeffbc] {
  color: #fff;
  font-size: 1.4375rem !important;
}
.video-conference-action .rombox .hand[data-v-fdeeffbc] {
  background: #f00;
}

.audio-call-section[data-v-5ac5987c] {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 999;
  top: 0;
  background: url(../../static/img/callbg.e6f0a1db.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.audio-conference[data-v-5ac5987c] {
  height: 100%;
  display: none;
}
.audio-conference.is-show[data-v-5ac5987c] {
  display: block;
}
.audio-conference-list[data-v-5ac5987c] {
  display: none;
}
.user-avator[data-v-5ac5987c] {
  width: 8.125rem;
  height: 8.125rem;
  margin: 0 auto;
  margin-top: 3.125rem;
}
.user-avator img[data-v-5ac5987c] {
  width: 100%;
  height: 100%;
  border-radius: 0.28125rem;
}
.audio-conference-action[data-v-5ac5987c] {
  position: absolute;
  margin-top: 0.3125rem;
  width: 50%;
  bottom: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.audio-conference-action .calltimes[data-v-5ac5987c] {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.audio-conference-action .audio-rom[data-v-5ac5987c] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.audio-conference-action span[data-v-5ac5987c] {
  color: #fff;
  font-size: 0.8125rem;
  margin-top: 0.25rem;
}
.audio-conference-action .rombox[data-v-5ac5987c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.audio-conference-action .rombox .rombg[data-v-5ac5987c] {
  width: 3.125rem;
  height: 3.125rem;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.audio-conference-action .rombox .rombg .icon[data-v-5ac5987c] {
  font-size: 1.25rem;
}
.audio-conference-action .rombox .rombg .i_hangup[data-v-5ac5987c] {
  color: #fff;
  font-size: 1.4375rem !important;
}
.audio-conference-action .rombox .hand[data-v-5ac5987c] {
  background: #f00;
}


.insp {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1.25rem 0;
}

html {
    font-size: 0.5rem
}

body {
    font: 'Source Han Sans CN', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif
}

html,
body,
#app {
    height: 100%;
}

body,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

iframe {
    border: none
}

a {
    color: #333;
    text-decoration: none
}

ul,
ol,
li {
    list-style: none;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

fieldset,
img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

i {
    font-style: normal;
}

textarea {
    font-family: Microsoft YaHei;
}

textarea,
button,
input,
select,
option {
    outline: none;
    border: none;
}

.amap-logo {
    display: none !important;
}

.amap-copyright {
    display: none;
}


/* 图片加载失败交互 */

img {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: #e0e0e0;
}


/* 视频解决黑边 */

video {
    width: 100%;
    height: 100%;
}

.vplvdo {
    object-fit: fill;
}

.pvdo {
    object-fit: contain;
}

video:focus {
    outline: none;
}


/* 取消视频全屏 */

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

.van-list {
    overflow: hidden;
}

.van-list__finished-text {
    clear: both;
}

input:-webkit-autofill {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

.amap-icon img {
    background-color: none;
}
@font-face {
    font-family: "icon"; /* Project id 2564454 */
    src: url('//at.alicdn.com/t/font_2564454_2cwcgbd2b12.woff2?t=1640852246427') format('woff2'),
    url('//at.alicdn.com/t/font_2564454_2cwcgbd2b12.woff?t=1640852246427') format('woff'),
    url('//at.alicdn.com/t/font_2564454_2cwcgbd2b12.ttf?t=1640852246427') format('truetype');
}

.icon {
    font-family: "icon" !important;
    font-size: 0.5rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.i_lhang:before {
    content: "\e67e";
}

.i_lvcr:before {
    content: "\e969";
}

.i_hangup:before {
    content: "\e63b";
}

.i_mic_on:before {
    content: "\e96b";
}

.i_cam_on:before {
    content: "\e87c";
}

.i_cam_off:before {
    content: "\e87d";
}

.i_mic_off:before {
    content: "\e96c";
}

.i_micro:before {
    content: "\e6e1";
}

.i_arrow:before {
    content: "\e62b";
}

.i_down:before {
    content: "\e653";
}

.i_file:before {
    content: "\e63e";
}

.i_close:before {
    content: "\e616";
}

.i_play:before {
    content: "\e606";
}

.i_trian:before {
    content: "\e64c";
}

.i_ycall:before {
    content: "\e686";
}

.i_vcall:before {
    content: "\e652";
}

.i_cyy:before {
    content: "\e636";
}

.i_expres:before {
    content: "\e6ff";
}

.i_switch:before {
    content: "\e60f";
}

.i_keyboard:before {
    content: "\e635";
}

.i_voice:before {
    content: "\e77b";
}

.i_wcamer:before {
    content: "\e61d";
}

.i_wfile:before {
    content: "\e61b";
}

.i_wimage:before {
    content: "\e621";
}

.i_wdel:before {
    content: "\e627";
}

.i_wnews:before {
    content: "\e60a";
}

.i_waddress:before {
    content: "\e614";
}

.i_files:before {
    content: "\e6ad";
}

