*{padding:0;margin:0; box-sizing:border-box; outline: none;font-size:14px;font-family:Microsoft YaHei,'微软雅黑',Arial,PingFangSC-Regular, Verdana,'宋体';text-decoration: none;}
ul,dl,ol{list-style:none;}
body{
	background:#f5f5f5;
}
.header{
	display:flex;
	height:45px;
	background:#f8f8f8;
	align-items:center;
	justify-content:space-between;
	position:relative;
	z-index:999;
}
.header .center{
	font-size:16px;
	font-weight:700;
}
.header .left,.header .right{
	width:45px;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
.header .left .layui-icon,.header .right .layui-icon{
	font-size:22px;
	color:#666;
	
}
.header .left .layui-icon:active,.header .right .layui-icon:active{
	color:#be1e21;
}

.list{
	display:flex;
	flex-wrap:wrap;
	padding:7px;
	margin:0 auto;
}
.list .item{
	width:50%;
}
.list .item .content{
	margin:7px;
	background:#fff;
	padding:15px 15px 10px 15px;
	border-radius:5px;
}
.list .item .top{
	display:flex;
	align-items:center;
	margin-bottom:15px;
}
.list .item .top .icon img{
	width:34px;
	height:34px;
	border-radius:5px;
	display:block;
}
.list .item .top .icon{
	margin-right:10px;
}
.list .item .top .name{
	font-size:16px;
	line-height:18px;
	color:#333;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.list .item .bottom{
	text-align:center;
	border-top:1px solid #eee;
	padding-top:7px;
	color: #be1e21;
}


.showBox{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	background:rgba(0,0,0,0.5);
	flex-direction:column;
	z-index:998;
	display:none;
}
.showBox .content{
	background:#fff;
	padding:35px;
	border-radius:10px;
}
.showBox .content .ewm{
	height:180px;
	width:180px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 auto 10px auto;
}
.showBox .content .ewm img{
	display:block;
	margin:0 auto;
	max-width:180px;
	max-height:180px;
}
.showBox .content .tips{
	font-size: 14px;
    color: #333;
}
.showBox .content .or{
	border-bottom:1px solid #e0e5ec;
	display:flex;
	justify-content:center;
	margin:15px 0;
}
.showBox .content .or span{
	margin-bottom:-8px;
	background:#fff;
	padding:0 8px;
	color:#333;
}
.showBox .content .copy{
	display:flex;
	margin:25px 0 15px 0;
	justify-content:center;
}
.showBox .content .copy .number{
	color: #b80d47;
    border: #be1e21 solid 0.5px;
    box-sizing: border-box;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
	padding:2px 10px;
}
.showBox .content .copy .btn{
	background-image: linear-gradient(90deg,#ba1013,#e75153);
    color: #fff;
    font-size: 13px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
	flex-shrink:0;
	padding:0 10px;
	height:25px;
	line-height:25px;
	cursor:pointer;
}

.showBox .closeBtn{
	padding-top:25px;
}
.showBox .closeBtn img{
	height:30px;
	width:30px;
}

/* 列表页 */
.pageList{
	padding:10px 0;
}
.pagebox{
	overflow:hidden;
	padding:5px 10px;
}
.pagebox .className{
	font-size:14px;
	height:25px;
	line-height:25px;
	padding:0 5px;
}
.pagebox .item{
	float:left;
}
.pagebox .item.w1{
	width:100%;
}
.pagebox .item.w2{
	width:50%;
}
.pagebox .item .content {
	display:flex;
	justify-content:space-between;
	background:#fff;
	margin:5px;
	height:90px;
	padding:10px;
	border-radius:10px;
	overflow:hidden;
}
.pagebox .item .content .text{
	width:100%;
}
.pagebox .item .content .text .title{
	font-size:16px;
	font-weight:700;
	margin-bottom:5px;
	color:#fff;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.pagebox .item .content .text .desc{
	font-size:13px;
	opacity:0.7;
	color:#fff;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.pagebox .item .content .icon{
	width:35%;
	display:flex;
	align-items:flex-end;
	justify-content:flex-end;
	flex-shrink:1;
	padding-left:2%;
	opacity:0.9;
}
.pagebox .item .content img{
	max-width:100%;
	max-height:70px;
	display:block;
}

@media screen and (min-width:750px) and (max-width:1200px){
	.list .item{
		width:25%;
	}
	.pagebox .item.w1,.pagebox .item.w2{
		width:33.333%;
	}
}


@media screen and (min-width:1200px) and (max-width:1920px){
	.list .item{
		width:20%;
	}

	.pagebox .item.w1,.pagebox .item.w2{
		width:20%;
	}
	
}

























