/* 公共 */
.icon{
    width: 50px;
    height: 50px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
.icon-detail{
    min-width: 17px;
    min-height: 17px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
.width-200{
    width: 200px;
}
.w-05 {
	width: 50%;
}
.height-20{
    height: 20px;
}
.height-250{
    height: 250px;
}
.h-1 {
	height: 100%;
}
.bd-r-e7 {
	border-right: 1px solid #e7e7e7;
}
.mr-t-5 {
	margin-top: 5px;
}
.mr-t-10 {
	margin-top: 10px;
}
.mr-r-15 {
	margin-right: 15px;
}

/* 其他 */
.icon-collection{
    background-image: url(../style/icons/icon-collection.png);
}
.icon-detail-share{
    background-image: url(../style/icons/icon-detail-share.png);
}
.icon-comments{
    background-image: url(../style/icons/icon-comments.png);
}
.icon-like{
    background-image: url(../style/icons/icon-like.png);
}
.icon-reply{
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../style/icons/icon-return-home.png) no-repeat center center / 100%;
}
.logo-box {
	cursor: pointer;
	height: 82px;
}
.my-circle-title{
    border-left: 3px solid #147ae2;
}
.comment-input{
    height: 33px;
}
.comment-btn{
    width: 65px;
    height: 35px;
    background-color: #147ae2;
    border-radius: 5px;
}
.reply-input{
    height: 30px;
}
.empty{
    padding: 200px;
}
.cusContacts-list {
	overflow-y: auto;
}

.cusContacts-list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.cusContacts-list::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.cusContacts-list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #000000;
}
.layui-form-checkbox[lay-skin=primary] {
    padding: 0;
}
.layui-form-checkbox[lay-skin=primary] i{
    width: 18px;
    height: 18px;
}
.layui-form-checkbox[lay-skin=primary]:hover i{
    border-color: #147ae2;
}
.layui-form-checked[lay-skin=primary] i{
    background-color: #147ae2;
    border-color: #147ae2 !important;
}

/*layui弹窗底部按钮自定义*/
.my-btn .layui-layer-btn1 {
	color: #fff;
	margin-left: 180px;
}
.my-btn .layui-layer-btn {
	background-color: #f9f9f9;
}