﻿.marginl40 {
        margin-left: 35px !important;
    }

    .font-aeaeae {
        color: #aeaeae;
    }

    .font-2c2c2c {
        color: #2c2c2c;
    }

    .fontSize16 {
        font-size: 16px;
    }

    .font-ff609d {
        color: #ff609d;
    }

    .fl {
        float: left;
    }

    .fr {
        float: right;
    }

    .textAlignCenter {
        text-align: center;
    }

    .border-0fa8eb {
        border: 1px solid #0fa8eb;
    }


    .searchUserPopover .infinite-list-wrapper {
        padding: 13px 15px 5px;
        height: 450px;
    }

    .searchUserPopover .infinite-list-item {
        margin-bottom: 20px;
        height: 50px;
    }

    .searchUserPopover .searchUser .el-avatar .headImageUrl {
        display: block;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .searchUserPopover .userInfo {
        margin-left: 10px;
        width: 240px;
        height: 50px;
        display: inline-block;
        vertical-align: super;
        line-height: 22px;
    }

    .searchUserPopover .nickname {
        margin-right: 14px;
        font-size: 18px;
        color: #2c2c2c;
    }

    .searchUserPopover .userCount {
        font-size: 16px;
        color: #aeaeae;
    }

    .userRadio {
        display: inline-block;
        width: 8px;
        height: 58px;
        vertical-align: middle;
    }

        .userRadio .el-radio__inner {
            border: 2px solid #aeaeae;
            border-radius: 100%;
            width: 20px;
            height: 20px;
            background-color: #fff;
            position: relative;
            cursor: pointer;
            display: inline-block;
            box-sizing: border-box;
        }

    .userRadio .el-radio__input.is-checked .el-radio__inner {
        border-color: #aeaeae;
        background: #fff;
    }

    .userRadio .el-radio__inner:after {
        width: 12px;
        height: 12px;
        border-radius: 100%;
        background-color: #ff609d;
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%) scale(0);
        transition: transform .15s ease-in;
    }

    .userRadio .el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
        box-shadow: 0 0 1px 1px #aeaeae;
    }

    .selectUserTitle {
        margin-bottom: 8px;
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #2c2c2c;
    }
    .searchUserPopover  {
        border-radius: 16px;
    }
    .searchUserPopover .selectUserIpt {
        margin: 24px 0 12px;
        text-align: center;
    }

        .searchUserPopover .selectUserIpt .el-input {
            width: 344px;
        }

        .searchUserPopover .selectUserIpt .el-input__inner {
            border-radius: 40px;
        }

        .searchUserPopover .selectUserIpt .el-input--prefix .el-input__inner {
            padding-left: 40px;
        }

        .searchUserPopover .selectUserIpt .el-input__prefix {
            position: absolute;
            left: 16px;
            top: 0;
            color: #c0c4cc;
        }

    .searchUserPopover .invitationWrap {
        padding: 30px;
        background-color: #f8f8f8;
    }

    .searchUserPopover .invitationInfo {
        height: 50px;
    }

    .searchUserPopover .invitationInfoName {
        display: inline-block;
        vertical-align: middle;
        height: 57px;
    }
     .searchBtn{
        padding: 0;
        border: 0;
    }