@charset "utf-8";

/* css document */


/*列表公共样式*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #f4f5f9;
	 -webkit-text-size-adjust:100%!important;
}

body h1,
h2,
h3,
h4,
h5,
h6,
p,
samp,
div,
ul li,
ol li,
a,
dl,
dt,
dd,
select,
input,
button,
textarea {
	font-family: "微软雅黑";
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	list-style: none;
	outline: none;
}

a:hover {
	border: 0px;
}

button {
	cursor: pointer;
}

.clear {
	clear: both;
}

table {
	border-spacing: none;
	border-collapse: collapse;
}

.public-list {
    width: 100%;
    height: auto;
    position: fixed;
    top: 18.6rem;
    bottom: 0;
    background: #fff;
}

.public-list .no-list{ width: 100%; float: left; margin-bottom: 3rem; display: none;}
.public-list .no-list img {
	width: 6rem;
	margin: 0 auto;
	display: block;
	margin-top: 2.5rem;
}

.public-list .no-list p {
	text-align: center;
	font-size: 1.1rem;
	color: #7e7e7e;
	padding-top: 1rem;
}

.public-list .no-list button {
	height: 2.2rem;
	line-height: 2.1rem;
	background: #1c97ff;
	border-radius: 3px;
	padding: 0 1.7rem;
	font-size: 1rem;
	color: #fff;
	margin: 0 auto;
	display: block;
	margin-top: 1rem;
}

.public-list ul {
	width: 100%;
	float: left;
	z-index: 2;
    position: relative;
}

.public-list ul li {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ccc;
	float: left;
}

.public-list ul li .pic {
	float: left;
}

.public-list ul li .pic img {
	width: 7rem;
	height: 7rem;
	margin: .5rem .5rem 0 .5rem;
}

.public-list ul li .intro {
	width: 62%;
	float: left;
}

.public-list ul li .intro h2 {
	width: 100%;
	height: 2.7rem;
	float: left;
	font-size: .95rem;
	color: #333;
	line-height: 1.5rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	overflow: hidden;
    -webkit-line-clamp: 2;
}

.public-list ul li .intro h2 i {
	width: 27px;
	height: 27px;
	float: left;
}

.public-list ul li .intro h2 i.doc {
	background: url(../../image/qrcode/res-doc.png) 0 .2rem no-repeat;
	background-size: 75%;
}

.public-list ul li .intro h2 i.xls {
	background: url(../../image/qrcode/res-xls.png) 0 .2rem no-repeat;
	background-size: 75%;
}

.public-list ul li .intro h2 i.flash {
	background: url(../../image/qrcode/res-flash.png) 0 .2rem no-repeat;
	background-size: 75%;
}

.public-list ul li .intro h2 i.pdf {
	background: url(../../image/qrcode/res-pdf.png) 0 .2rem no-repeat;
	background-size: 75%;
}

.public-list ul li .intro h2 i.img {
	background: url(../../image/qrcode/res-img.png) 0 .2rem no-repeat;
	background-size: 75%;
}

.public-list ul li .intro h2 i.ppt {
	background: url(../../image/qrcode/res-ppt.png) 0 .2rem no-repeat;
	background-size: 75%;
}

.public-list ul li .intro h2 i.txt {
	background: url(../../image/qrcode/res-txt.png) 0 .2rem no-repeat;
	background-size: 75%;
}

.public-list ul li .intro h2 i.video {
	background: url(../../image/qrcode/res-video.png) 0 .2rem no-repeat;
	background-size: 75%;
}

.public-list ul li .intro h2 i.music {
	background: url(../../image/qrcode/res-music.png) 0 .2rem no-repeat;
	background-size: 75%;
}

.public-list ul li .intro h2 i.zip {
	background: url(../../image/qrcode/res-zip.png) 0 .2rem no-repeat;
	background-size: 75%;
}

.public-list ul li .intro p {
	width: 100%;
	height: 1.5rem;
	float: left;
}

.public-list ul li .intro p span {
	float: left;
	font-size: .9rem;
	color: #9c9c9c;
}

.public-list ul li .intro p span.pay-state {
	height: 1.5rem;
	line-height: 1.5rem;
	float: right;
	border: 1px solid #999;
	font-size: .9rem;
	padding: 0 .3rem;
	background: #fff;
	border-radius: 3px;
	color: #999;
	margin-right: .5rem;
	margin-top: -.2rem;
}

.public-list ul li .intro p span.pay-state.no-pay {
	border: 1px solid #ff4200;
	background: #fff8f6;
	color: #ff4200;
}

.public-list ul li .intro .intro-bottom {
	width: 100%;
	float: left;
	margin-top: .7rem;
	line-height: 2rem;
}

.public-list ul li .intro .intro-bottom samp {
	float: left;
	color: #ff4200;
	font-size: .8rem;
}

.public-list ul li .intro .intro-bottom samp b {
	font-size: 1.1rem;
}

.public-list ul li .intro .intro-bottom dl {
	float: right;
	margin-right: .5rem;
}

.public-list ul li .intro .intro-bottom dl dd {
	float: left;
	font-size: .8rem;
	color: #666;
	margin-left: 1rem;
}

.public-list ul li .intro .intro-bottom dl dd img {
	width: 1.1rem;
	float: left;
	margin-right: .2rem;
	margin-top: .4rem;
}

.public-list ul li .intro .intro-bottom dl dd img.preview {
	margin-top: .6rem;
}


.mescroll-empty {
	width: 100%;
    height: auto;
    float: left;
    margin-bottom: 2rem;
}
.mescroll-empty .empty-icon {
	width: 6rem;
    margin: 0 auto;
    display: block;
    margin-top: 2.5rem;
}
.mescroll-empty .empty-tip {
	text-align: center;
    font-size: 1.1rem;
    color: #7e7e7e;
    padding-top: 1rem;
    margin-top: 0px;
}


@media only screen and (width: 320px) {
	.public-list ul li .pic img {
		width: 6rem;
		height: 6rem;
	}
	.public-list ul li .intro {
		width: 64%;
		float: left;
	}
	.public-list ul li .intro h2 {
		font-size: .8rem;
		line-height: 1.2rem;
		height: 2.3rem;
	}
	.public-list ul li .intro .intro-bottom samp {
		font-size: .5rem;
	}
	.public-list ul li .intro .intro-bottom samp b {
		font-size: .9rem;
	}
	.public-list ul li .intro h2 i.doc {
		background: url(../../image/qrcode/res-doc.png) 0 .2rem no-repeat;
		background-size: 70%;
	}
	.public-list ul li .intro .intro-bottom {
		width: 100%;
		float: left;
		margin-top: .7rem;
		line-height: 1rem;
	}
	.public-list ul li .intro .intro-bottom dl dd {
		font-size: .5rem;
		margin-left: .8rem;
	}
	.public-list ul li .intro .intro-bottom dl dd img {
		width: .9rem;
	}
	.public-list ul li .intro p a {
		height: 1.2rem;
		line-height: 1.2rem;
		font-size: .5rem;
		padding: 0 .3rem;
	}
	.public-list ul li .intro .intro-bottom dl dd img.preview {
		margin-top: .2rem;
	}
	.public-list ul li .intro .intro-bottom dl dd img {
		margin-top: .1rem;
	}
}

@media only screen and (width: 360px) {
	.public-list ul li .intro .intro-bottom samp b {
		font-size: 1.1rem;
	}
	.public-list ul li .intro h2 {
		font-size: .95rem;
	}
	.public-list ul li .intro p a {
		height: 1.2rem;
		line-height: 1.2rem;
		font-size: .7rem;
		margin-top: 0;
	}
}
@media only screen and (width: 412px) {
	.public-list ul li .intro {
		width: 68%;
	}
}
@media only screen and (width: 414px) {
	.public-list ul li .intro {
		width: 68%;
	}
}

@media only screen and (width: 480px) {
	.public-list ul li .intro {
		width: 72%;
	}
}

@media only screen and (width: 533px) {
	.public-list ul li .intro {
		width: 75%;
	}
}

@media only screen and (width: 568px) {
	.public-list ul li .intro {
		width: 76%;
	}
}

@media only screen and (width: 600px) {
	.public-list ul li .intro {
		width: 77%;
	}
}

@media only screen and (width: 640px) {
	.public-list ul li .intro {
		width: 79%;
	}
}

@media only screen and (width: 667px) {
	.public-list ul li .intro {
		width: 80%;
	}
}

@media only screen and (width: 732px) {
	.public-list ul li .intro {
		width: 82%;
	}
}

@media only screen and (width: 736px) {
	.public-list ul li .intro {
		width: 82%;
	}
}

@media only screen and (width: 768px) {
	.public-list ul li .intro {
		width: 82%;
	}
}

@media only screen and (width: 800px) {
	.public-list ul li .intro {
		width: 83%;
	}
}

@media only screen and (width: 960px) {
	.public-list ul li .intro {
		width: 86%;
	}
}

@media only screen and (width: 1024px) {
	.public-list ul li .intro {
		width: 87%;
	}
}

@media only screen and (width: 1280px) {
	.public-list ul li .intro {
		width: 89%;
	}
}

@media only screen and (min-width: 1366px) {
	.public-list ul li .intro {
		width: 90%;
	}
}