[data-v-9b5d3c51] .el-dialog__header {
    display: none
}

.content[data-v-9b5d3c51] {
    display: flex;
    height: 600px;
    border-radius: 4px;
    overflow: hidden
}

.content .sidebar[data-v-9b5d3c51] {
    display: flex;
    flex-direction: column;
    width: 240px;
    background-color: #f1f1f1
}

.content .sidebar .flag[data-v-9b5d3c51] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 6px 10px;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #1f2329
}

.content .sidebar .friend-list[data-v-9b5d3c51] {
    flex: 1;
    overflow-y: auto
}

.content .sidebar .friend-list[data-v-9b5d3c51]::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.content .sidebar .friend-list[data-v-9b5d3c51]::-webkit-scrollbar-track {
    background-color: transparent
}

.content .sidebar .friend-list[data-v-9b5d3c51]::-webkit-scrollbar-thumb {
    background-color: #999
}

.content .sidebar .friend-list .item[data-v-9b5d3c51] {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 62px;
    padding: 6px 6px 6px 10px;
    line-height: 1;
    cursor: pointer
}

.content .sidebar .friend-list .item[data-v-9b5d3c51]:hover {
    background-color: #bbdefb80
}

.content .sidebar .friend-list .item.selected[data-v-9b5d3c51] {
    background-color: #bbdefb
}

.content .sidebar .friend-list .item .avatar[data-v-9b5d3c51] {
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff
}

.content .sidebar .friend-list .item .avatar .msg-unread[data-v-9b5d3c51] {
    position: absolute;
    left: 100%;
    bottom: 100%;
    box-sizing: border-box;
    background-color: red;
    transform: translate3d(-4px, 4px, 0) scale(.5);
    color: #fff;
    height: 24px;
    min-width: 24px;
    font-size: 20px;
    text-align: center;
    padding: 0 2px;
    line-height: 24px;
    border-radius: 12px;
    transform-origin: left bottom
}

.content .sidebar .friend-list .item .friend-info[data-v-9b5d3c51] {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 10px
}

.content .sidebar .friend-list .item .friend-info .info[data-v-9b5d3c51] {
    display: flex;
    align-items: center
}

.content .sidebar .friend-list .item .friend-info .info .name[data-v-9b5d3c51] {
    color: #1f2329;
    font-size: 14px;
    line-height: 20px;
    flex: 1 1;
    display: flex;
    align-items: center;
    overflow: hidden
}

.content .sidebar .friend-list .item .friend-info .info .date[data-v-9b5d3c51] {
    color: #8f959e;
    font-size: 12px;
    margin-left: 10px;
    -webkit-user-select: none;
    user-select: none
}

.content .sidebar .friend-list .item .friend-info .status[data-v-9b5d3c51] {
    font-size: 13px;
    line-height: 18px;
    color: #8f959e;
    margin-top: 3px;
    font-weight: 300;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.content .chat-room[data-v-9b5d3c51] {
    flex: 1;
    display: flex;
    flex-direction: column
}

.content .chat-room .head[data-v-9b5d3c51] {
    box-sizing: border-box;
    display: flex;
    height: 60px;
    padding: 0 20px;
    border-bottom: 1px solid #ddd;
    line-height: 60px
}

.content .chat-room .head .name[data-v-9b5d3c51] {
    flex: 1
}

.content .chat-room .head .status[data-v-9b5d3c51] {
    flex: 1;
    text-align: center
}

.content .chat-room .head .right[data-v-9b5d3c51] {
    flex: 1;
    text-align: right
}

.content .chat-room .msg-list[data-v-9b5d3c51] {
    flex: 1;
    padding: 10px 15px 30px;
    border-bottom: 1px solid #ddd;
    overflow-y: auto
}

.content .chat-room .msg-list[data-v-9b5d3c51]::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.content .chat-room .msg-list[data-v-9b5d3c51]::-webkit-scrollbar-track {
    background-color: transparent
}

.content .chat-room .msg-list[data-v-9b5d3c51]::-webkit-scrollbar-thumb {
    background-color: #999
}

.content .chat-room .msg-list .item[data-v-9b5d3c51] {
    display: flex;
    padding-top: 20px;
    padding-bottom: 10px
}

.content .chat-room .msg-list .item.self[data-v-9b5d3c51] {
    flex-direction: row-reverse
}

.content .chat-room .msg-list .item.self .msg[data-v-9b5d3c51] {
    margin-left: 150px;
    margin-right: 15px
}

.content .chat-room .msg-list .item.self .msg .date[data-v-9b5d3c51] {
    left: auto;
    right: 0;
    transform-origin: right
}

.content .chat-room .msg-list .item .avatar[data-v-9b5d3c51] {
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff
}

.content .chat-room .msg-list .item .msg[data-v-9b5d3c51] {
    position: relative;
    margin-left: 15px;
    margin-right: 150px;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.6em;
    background-color: #13c2c2;
    border-radius: 5px;
    color: #fff
}

.content .chat-room .msg-list .item .msg.file[data-v-9b5d3c51] {
    background-color: transparent
}

.content .chat-room .msg-list .item .msg:hover .date[data-v-9b5d3c51] {
    opacity: 1
}

.content .chat-room .msg-list .item .msg .date[data-v-9b5d3c51] {
    opacity: 0;
    position: absolute;
    bottom: 100%;
    white-space: pre;
    left: 0;
    transform: scale(.5);
    transform-origin: left;
    font-size: 20px;
    color: #a7a0a0;
    transition: all .2s
}

.content .chat-room .tool[data-v-9b5d3c51] {
    display: flex;
    justify-content: space-between;
    height: 35px;
    border-bottom: 1px solid #e3e3e3
}

.content .chat-room .tool .left[data-v-9b5d3c51] {
    display: flex
}

.content .chat-room .tool .left .item[data-v-9b5d3c51] {
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    margin-left: 3px
}

.content .chat-room .tool .right[data-v-9b5d3c51] {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #ccc;
    margin-right: 15px
}

.content .chat-room .input-area[data-v-9b5d3c51] {
    box-sizing: border-box;
    height: 125px;
    padding: 5px;
    border: none;
    resize: none;
    font-size: 14px;
    color: #666
}

.content .chat-room .input-area[data-v-9b5d3c51]:focus {
    border: none;
    outline: none
}

.content .chat-room .input-area[data-v-9b5d3c51]::-webkit-input-placeholder {
    color: #dccdcd;
    font-size: 12px;
    font-weight: 400
}

.open-chat[data-v-88be8459] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #13c2c2
}

._safe-area[data-v-88be8459] {
    width: 1200px
}

.header[data-v-88be8459], .middle[data-v-88be8459], .footer[data-v-88be8459] {
    color: #000
}

.header[data-v-88be8459] *, .middle[data-v-88be8459] *, .footer[data-v-88be8459] * {
    box-sizing: border-box;
    font-weight: 400
}

.header img[data-v-88be8459], .middle img[data-v-88be8459], .footer img[data-v-88be8459] {
    vertical-align: baseline
}

.swiper[data-v-88be8459] {
    height: 600px
}

ul li[data-v-88be8459] {
    list-style: none
}

.head-bg[data-v-88be8459] {
    width: 100%
}

.header[data-v-88be8459] {
    background: url(/assets/head-bg-BYUf2cZp.png);
    background-size: 100% 100%
}

.header .logo[data-v-88be8459] {
    color: #1c73e5;
    font-size: 18px;
    margin-right: 188px
}

.header .logo img[data-v-88be8459] {
    width: 44px;
    color: #1c73e5;
    margin-right: 15px
}

.nav[data-v-88be8459] {
    padding-top: 21px
}

.nav .top-nav ul[data-v-88be8459] {
    display: flex;
    font-size: 14px;
    color: #727374;
    font-weight: 700
}

.nav .top-nav ul .item[data-v-88be8459] {
    margin-right: 100px;
    cursor: pointer
}

.nav .top-nav ul .active-a[data-v-88be8459] {
    color: #2978e5
}

.header .tags[data-v-88be8459] {
    display: flex;
    margin: 42px 0 38px
}

.header .tags span[data-v-88be8459] {
    background: #0f73ff;
    border-radius: 15px;
    color: #fff;
    font-size: 18px;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding-left: 10px;
    margin-right: 39px
}

.header .yong[data-v-88be8459] {
    font-weight: 700;
    color: #2978e5;
    font-size: 60px;
    margin-bottom: 46px
}

.header .zhuli[data-v-88be8459] {
    font-size: 24px;
    color: #333
}

.header .zhuli span[data-v-88be8459] {
    color: #2978e5
}

.header .code[data-v-88be8459] {
    padding: 60px 0 90px;
    display: flex
}

.header .code .download[data-v-88be8459] {
    margin-left: 47px;
    padding-top: 18px
}

.header .code .download .btn-download[data-v-88be8459] {
    display: block;
    background: #2978e5;
    border-radius: 6px;
    color: #fff;
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header .code .download .btn-download img[data-v-88be8459] {
    width: 38px;
    margin-right: 22px
}

.header .code .download .btn-download .download-text[data-v-88be8459] {
    color: #1c73e5;
    font-size: 18px;
    margin-top: 20px;
    text-align: center
}

.middle .h1[data-v-88be8459] {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #000;
    line-height: 52px
}

.middle .h2[data-v-88be8459] {
    margin: 0;
    font-size: 22px;
    text-align: center;
    font-weight: 100;
    color: #000;
    line-height: 30px
}

.middle .about[data-v-88be8459] {
    padding: 60px 0 88px;
    background: #fff
}

.middle .about-content[data-v-88be8459] {
    margin-top: 50px;
    display: flex
}

.middle .about .video[data-v-88be8459] {
    width: 616px;
    height: 346px;
    background: #393a3a;
    margin-right: 64px;
    display: flex;
    align-items: center;
    justify-content: center
}

.middle .about video[data-v-88be8459] {
    width: 100%;
    height: 100%
}

.middle .about-text .first-p[data-v-88be8459] {
    color: #2978e5;
    font-size: 23px;
    margin-top: 15px;
    margin-bottom: 46px;
    font-weight: 700;
    line-height: 30px
}

.middle .about-text .two-p[data-v-88be8459] {
    color: #333;
    font-weight: 700;
    font-size: 24px;
    line-height:48px;
    width: 430px;
    letter-spacing: 2px;
    margin-bottom: 50px
}

.middle .about .play[data-v-88be8459] {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 3px solid #fff;
    position: absolute;
    cursor: pointer
}

.middle .about .play[data-v-88be8459]:before {
    content: "";
    position: absolute;
    top: 25px;
    left: 35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 50px 20px 30px;
    border-color: transparent transparent transparent #fff
}

.middle .more[data-v-88be8459] {
    background: #2978e5;
    width: 159px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 6px;
    font-size: 16px
}

.middle .function[data-v-88be8459] {
    padding-top: 50px;
    background: #f7f7f7
}

.middle .function .about-text[data-v-88be8459] {
    margin-left: 400px
}

.middle .function .about-text .first-p[data-v-88be8459] {
    margin-bottom: 20px
}

.middle .function .about-text .p1[data-v-88be8459] {
    color: #333;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    width: 440px;
    letter-spacing: 1px
}

.middle .function .about-text .p2[data-v-88be8459] {
    color: #333;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    width: 440px;
    letter-spacing: 1px;
    margin: 20px 0
}

.middle .feature[data-v-88be8459] {
    padding-top: 72px;
    background: #fff;
    padding-bottom: 90px
}

.feature-content[data-v-88be8459] {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap: 32px 24px;
    margin-top: 64px
}

.feature-content li[data-v-88be8459] {
    padding: 0 29px;
    width: 383px;
    height: 260px;
    border-radius: 16px;
    box-shadow: 0 0 20px #091c5f4d;
    cursor: pointer
}

.feature-content li[data-v-88be8459]:hover {
    background: url(/assets/feature-bg-MqIjX-Q-.png) no-repeat;
    background-size: 420px 300px;
    background-position: -20px -20px
}

.feature-content li .span[data-v-88be8459] {
    font-size: 22px;
    font-weight: 700;
    color: #393a3a
}

.feature-content li .top-h1[data-v-88be8459] {
    height: 120px
}

.feature-content li .desc[data-v-88be8459] {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px
}

.kefu[data-v-88be8459] {
    background: #2978e5;
    min-height: 150px;
    display: flex
}

.kefu .jian[data-v-88be8459] {
    color: #fff;
    font-size: 67px;
    line-height: 88px
}

.kefu .concat[data-v-88be8459] {
    background: #fff;
    width: 220px;
    height: 40px;
    border-radius: 20px;
    color: #2978e5;
    text-align: center;
    margin-top: 10px
}

.project[data-v-88be8459] {
    background: url(/assets/project-bg-DAQatBjo.png);
    background-size: 100% 100%;
    font-size: 20px;
    font-weight: 700;
    padding-top: 40px;
    padding-bottom: 189px;
    position: relative
}

.left-r[data-v-88be8459] {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #d4e4fd, transparent) no-repeat;
    position: absolute;
    background-size: 100% 100%;
    background-position: 0%;
    z-index: 1;
    top: 0%;
    left: 0
}

.right-r12[data-v-88be8459] {
    content: "";
    width: 50%;
    height: 100%;
    background: radial-gradient(#d4e4fd, transparent) no-repeat;
    position: absolute;
    background-size: 100% 200%;
    background-position: 0% 100px;
    z-index: 1;
    top: 0%;
    right: 0
}

.project .num[data-v-88be8459] {
    color: #2978e5;
    font-weight: 700;
    font-size: 32px;
    margin-right: 15px
}

.project .num[data-v-88be8459]:after {
    content: "+";
    position: absolute;
    font-size: 20px;
    margin-top: -3px
}

.flex[data-v-88be8459] {
    display: flex
}

.footer[data-v-88be8459] {
    background: #131925
}

.footer .infos[data-v-88be8459] {
    padding-top: 45px;
    display: flex;
    color: #fffc
}

.footer .infos .apk p[data-v-88be8459] {
    text-align: center;
    font-size: 16px;
    margin-top: -20px
}

.footer .introduce[data-v-88be8459] {
    margin-left: 200px;
    display: flex
}

.footer .introduce .name[data-v-88be8459] {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff
}

.middle .function .mobile-pic[data-v-88be8459] {
    width: 230px;
    height: 461px
}

.concat-us[data-v-88be8459] {
    margin-left: 128px
}

.concat-us li[data-v-88be8459] {
    display: flex;
    align-items: center
}

.concat-us li.name[data-v-88be8459] {
    margin-bottom: 30px
}

.concat-us li[data-v-88be8459]:not(.name) {
    color: #2978e5
}

.concat-us li img[data-v-88be8459] {
    display: none;
    width: 20px;
    margin-right: 11px
}

.copyright[data-v-88be8459] {
    color: #fffc;
    font-size: 16px;
    text-align: center;
    border-top: 1px solid #fff;
    margin-top: 29px;
    padding: 29px 0
}
