body {
    font-family: Pingfang SC, Roboto !important;
}
.Message.left .Bubble{
    margin-right: 17%!important;
}
.Message.left .ComponentMessage {
    margin-left: 40px;
}
.Message.left .Avatar + .ComponentMessage {
    margin-left: 0;
}
.Message.left .Card--fluid.LocationMessage{
    margin-right: 18%;
}
.Message .ComponentMessage .GuessYouCard{
    width: 82%;
    max-width: initial;
    min-width: auto;
}
.Scrollcard .SingleSkillCard {
    height: auto !important;
}
.Scrollcard .SingleSkillCard .CardMedia {
    background-size: 50%;
}
/** 主题色及阴影*/
:root {
    --brand-1: #fe3c3b !important;
    --brand-2: #fe3c3b !important;
    --brand-3: #fe3c3b !important;
    --shadow-1: 0 1.5px 3px 0 rgba(0, 0, 0, 0.06),
        0 1.5px 3px 0 rgba(0, 0, 0, 0.08) !important;
}
.Avatar img {
    object-fit: contain;
}

.Message.right .Bubble {
    color: white;
}
.custom-header .avatar .avatar-img {
    border-radius: inherit !important;
}
@media screen and (max-width: 500px) {
    .custom-header .IconBtn {
        padding: 5px !important;
    }
    .custom-header .header-company {
        flex: 1;
    }
    .custom-header .avatar {
        margin-right: 10px !important;
    }
    .custom-header .Navbar-right {
        flex: 0.8 !important;
    }
}


.flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex-1{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.one-thing-zone{
    margin-top: 16px;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}
.one-thing-zone li{
    width: 46%;
    height: 46px;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #f0f1f2;
    /* box-shadow: 0 0 10px 0 rgba(0,0,0,0.3); */
    padding: 12px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}
.one-thing-zone li img{
    line-height: 0;
    font-size: 0;
}
.onething1{
    height: 18px;
}
.onething2{
    height: 20px;
}

.Sidebar::-webkit-scrollbar,.Sidebar *::-webkit-scrollbar{
    width : 0!important;
    display : none!important;
}
/* .kbqa{
    width: 82%!important;
} */
.artificial{
    cursor:pointer;
    color:#3399FF
}