
.container123 {
	margin: auto;
	position: relative;
	display: flex;
	min-height: 60vh;
	padding-bottom: 50px;
	max-width: 360px;
}

.center {
	text-align: center;
}

.center .avatar {
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid #f2f2f2;
}

.center .avatar img {
	width: 100%;
	height: 100%;
	max-width: 100px;
	max-height: 100px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}

.text h3 {
	color: #3e4357;
	font-size: 24px;
	margin: 12px 0 15px;
	word-break: break-word;
}
.text h3 span{
	display: block;
	margin: 5px 0;
}



.desc {
	color: #777;
	font-size: 20px;
	line-height: 30px;
	min-height: 30px;
	margin-bottom: 12px;
	word-break: break-word;
	/*white-space: pre-wrap;*/
}

.cmpt-button-buttonLink {
    counter-reset: buttonLinkSort;
}
.item {
    margin: 18px 0;
    color: #5f5f5f;
    border-radius: 0;
    min-height: 55px;
    line-height: 55px;
    background-color: #fff;
    position: relative;
}
.item .ctm-style {
    position: relative;
}
.button-item .ctm-style a {
   display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 56px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 16px 66px;
    text-align: center;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    vertical-align: middle;
    word-break: break-word;
    -webkit-box-orient: vertical;
}
.item .btn-icon {
    position: absolute;
    height: 44px;
    left: 3%;
    width: 44px;
    line-height: 44px;
    top: 8px;
}
.item .btn-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    vertical-align: baseline;
}
.shaking {
	-webkit-animation:shake 3s linear 3s infinite;
	animation:shake 3s linear 3s infinite;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-perspective:1000px;
	perspective:1000px;
}
.item .btn-text {
    width: 100%;
    line-height: 1.6em;
}

.btn-text p{
	margin: 0;
}