/**
 * 列表
 *
 * 普通列表base-list
 * ---
 * 蓝色边框列表color-card-list
 * ---
 * 图文列表image-text-list
 */
 
.page-base-list {
	overflow-x: hidden;
	background-image: url(../img/list-bg.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.page-base-list .container {
	padding-right: 15px;
	padding-left: 15px;
}

.page-base-list #loadMore {
	display: block;
	width: 150px;
	margin: 0 auto;
	padding: 6px 0;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	color: #666;
	text-align: center;
	text-decoration: none;
	background: rgba(255, 255, 255, .75);
}

.base-list li {
	display: table;
	width: 100%;
	overflow: hidden;
	margin: 10px 0;
	padding: 15px 10px;
	border-radius: 5px;
	background: rgba(255, 255, 255, .75);
	box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, .25);
}

.base-list li p,
.base-list li .arrow-wrapper {
	vertical-align: middle;
}

.base-list li p {
	display: table-cell;
	position: relative;
	width: 96%;
	padding: 0;
	font-size: 1.6rem;
}

.base-list li.answered p:after {
	content: "已回复";
	position: absolute;
	right: 5px;
	bottom: 0;
	padding: 1px 10px;
	border: 2px solid rgba(255, 0, 0, .5);
	border-radius: 3px;
	color: rgba(255, 0, 0, .75);
	font-size: 1.6rem;
	background: rgba(255, 255, 255, .5);
	-webkit-transform: rotate(-12deg);
	        transform: rotate(-12deg);
}

.base-list li .time {
	color: #666;
	font-size: 1.5rem;
}

.base-list li .arrow-wrapper {
	display: table-cell;
	width: 25px;
	height: 100%;
	text-align: right;
}

.base-list li .arrow-wrapper img {
	width: 22px;
	height: 22px;
}

.page-color-card-list .container {
	padding-right: 15px;
	padding-left: 15px;
}

.color-card-list {
	margin-bottom: 20px;
}

.color-card-list li {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	padding: 15px 0;
	border: 1px solid transparent;
	border-top-width: 8px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .25);
}

.color-card-list li.binded {
	border-color: #009ff0;
}
.color-card-list li.opened {
	border-color: #009ff0;
}

.color-card-list li.unbind {
	border-color: #339967;
}

.color-card-list li.fail {
	border-color: #ff3334;
}
.color-card-list li.unopen {
	border-color: #ff3334;
}

.color-card-list li:after {
	content: "";
	position: absolute;
	top: 13px;
	right: 10px;
	width: 80px;
	height: 80px;
	border: 1px solid #dbdbdb;
	border-radius: 40px;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
	opacity: 0.6;
	-webkit-transform: rotate(-30deg);
	        transform: rotate(-30deg);
}

.color-card-list li.binded:after {
	content: "已绑定";
	border-color: #009ff0;
	color: #009ff0;
}
.color-card-list li.opened:after {
	content: "已开票";
	border-color: #009ff0;
	color: #009ff0;
}

.color-card-list li.unbind:after {
	content: "未绑定";
	border-color: #339967;
	color: #339967;
}

.color-card-list li.fail:after {
	content: "绑定失败";
	border-color: #ff3334;
	color: #ff3334;
}

.color-card-list li.unopen:after {
	content: "未开票";
	border-color: #ff3334;
	color: #ff3334;
}

.color-card-list li img {
	float: left;
	width: 76px;
	height: 76px;
	margin: 0 10px;
}

.color-card-list .account-info {
	float: left;
	width: 100%;
	overflow: hidden;
}

.color-card-list .account-info h4,
.color-card-list .account-info p {
	overflow: hidden;
	padding-right: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.color-card-list .account-info h4 {
	min-height: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.color-card-list .account-info p {
	font-size: 1.5rem;
	line-height: 1.5;
}

/* 图文列表 */
.page-image-text-list {
	background-image: -webkit-linear-gradient(120deg, #4ea0e9, #8eafd9);
}

.page-image-text-list .container {
	padding-top: 0;
}

.image-text-list li {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 3px;
	padding: 10px 32px 10px 10px;
}

.image-text-list li:after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -22px;
    color: rgba(0, 0, 0, .5);
    font-size: 31px;
    font-family: 'FontAwesome';
}

.image-text-list li:nth-of-type(odd) {
	background: #f5f5f5;
}

.image-text-list li:nth-of-type(even) {
	background: #e5e5e5;
}

.image-text-list .inner-wrapper {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.image-text-list .cell {
	display: table-cell;
	vertical-align: middle;
}

.image-text-list .cell:first-of-type {
	width: 90px;
}

.image-text-list .cover-wrapper {
	padding: 3px;
	margin-right: 10px;
	border: 1px solid #ddd;
	background: #fff;
}

.image-text-list .cover {
	width: 72px;
	height: 72px;
	background-size: cover;
}

.image-text-list .title {
	display: -webkit-box;
	max-height: 38px;
	overflow : hidden;
	margin: 8px 0;
	color: #333;
	font-size: 1.7rem;
	font-weight: normal;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.image-text-list time {
	color: #666;
	font-size: 1.5rem;
}

.page-image-text-list #loadMore {
	display: block;
	width: 100%;
	color: #fff;
	line-height: 2;
	background: transparent;
}

/* 第一张图片要放大 */
.page-my-media-list {
	
}

.page-my-media-list .container {
	padding-top: 0;
}

.my-media-list {

}

.my-media-list li {
	display: table;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	table-layout: fixed;
}

.my-media-list li .cell {
	display: table-cell;
	vertical-align: middle;
}

.my-media-list li .cell:first-of-type {
	width: 90px;
}

.my-media-list li .cover-wrapper {
	width: 80px;
	height: 80px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
}

.my-media-list li .cover {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.my-media-list li .cover {
	width: 100%;
	height: 100%;
	background-size: cover;
}

.my-media-list li .title {
	display: -webkit-box;
	max-height: 42px;
	overflow : hidden;
	margin: 6px 0;
	color: #333;
	font-size: 1.7rem;
	line-height: 1.3;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}

.my-media-list li time {
	color: #666;
	font-size: 1.5rem;
}

.page-my-media-list #loadMore {
	display: block;
	width: 100%;
	color: #666;
	line-height: 2;
	background: transparent;
}

/* 第一个li元素 */
.my-media-list li:first-of-type {
	position: relative;
	padding: 0;
}

.my-media-list li:first-of-type .cell {
	display: block;
	width: 100%!important;
}

.my-media-list li:first-of-type .cell:nth-of-type(2) {
	display: block;
	position: absolute;
	bottom: 0;
	max-height: 68px;
	overflow: hidden;
	padding: 15px 10px;
	line-height: 1.8;
	background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .5));;
}

.my-media-list li:first-of-type .cover-wrapper {
	width: 100%;
	height: 200px;
	padding: 0;
	border: none;
	background: none;
}

.my-media-list li:first-of-type .title {
	margin: 0;
	color: #fff;
}

.my-media-list li:first-of-type time {
	display: none;
}



