.mobile_show {
	display: none;
}
/* 會員 for all ---*/

.container #wrapper {
	width: 100%;
}

.member_albumpage {
	display: block;
	margin: 0 auto;
	width: 100%;
	margin-bottom: -17px;
	color: #21262a;
	font-size: 16px;
}

.member_albumpage h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 800;
	text-align: center;
	padding: 80px 0 0 0;
}

.member_albumpage > span {
	display: block;
	text-align: center;
	padding: 20px;
	color: #666;
	line-height: 1.5em;
}

.member_albumpage h3 {
	font-size: 1em;
	font-weight: 600;
	line-height: 1.5em;
}

.member_albumpage .additem {
	/*font-size: 1em;
	line-height: 1.5em;
	font-weight: 200;*/
    height: 30px;
    display: block;
    overflow: hidden;
    padding: 8px 0 15px 0;
    font-weight: 800;
}

/* 會員 相簿頁 --------------------------------*/

.member_albumpage {
	display: block;
	position: relative;
	max-width: 960px;
	min-width: 320px;
	width: 100%;
	height: 100%;
	margin: auto;
}

.member_albumpage_content {
	display: block;
	position: relative;
	width: 100%;
	background: #eaeaea;
	margin-bottom: 40px;
}
/* 會員 btn ---*/

.member_albumpage_content .btn {
	display: block;
	position: relative;
	float: right;
	text-align: center;
	margin-top: 20px;
}

.member_albumpage_content .btn > a {
	display: inline-block;
	margin-left: 10px;
	padding: 7px 10px;
	color: #21262a;
	background-color: #f9ce3d;
}

.member_albumpage_content a {
    cursor: pointer;
    word-break: break-all;
}
	.member_albumpage_content .page_view_inner a {
		word-break: keep-all;
	}
	.member_albumpage_content .page_view_inner .page_allResult {
		float:unset;
		position:unset;
	}

.member_albumpage_content .btn > a:hover {
	background-color: #cb9d00;
}

.member_albumpage_content .btn a i {
	padding: 5px;
}

/* 會員 相簿項目 ---*/

.member_albumpage_state {
	display: block;
	position: relative;
	padding: 20px 40px;
}

.albumpage_content_item {
	padding: 60px 30px 30px 30px;
	box-sizing: border-box;
	font-size: 0;
}

.albumpage_content_item:after {
	content: "";
	clear: both;
	display: block;
}

.albumpage_content_item .album_item {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	min-width: 125px;
	height: auto;
}

.album_cover {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 66.6%;
	overflow: hidden;
}

.album_cover_mask {
	display: block;
	position: absolute;
	width: 100%;
	padding-top: 66.6%;
	z-index: 99;
}

.album_cover_mask .mask_bg {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.album_cover_mask .mask_bg > span {
	display: block;
	height: 100%;
	margin-right: 20px;
	border: 1px solid gray;
	background: url(../images/black-bg.png) 0 0 repeat;
	background: rgba(0, 0, 0, .4);
}

.album_cover_mask .mask_bg span > a {
	display: block;
	position: relative;
	width: 38%;
	padding-top: 38%;
	margin: 12.5% auto;
	border: 3px dotted #fff;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	behavior: url(PIE.htc);
	z-index: 101;
}

/*.album_cover_mask .mask_bg span > a:hover {
	display: block;
	height: auto;
	background-color: #00796b;
}*/

.album_cover_mask .mask_bg span a i {
	display: block;
	position: absolute;
	text-align: center;
	width: 100%;
	margin: auto 0;
	top: 20%;
	font-size: 20px;
}

.album_cover_mask .mask_bg span a i span {
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 22px;
}

.album_cover a {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #dedede;
}

.album_cover img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: auto;
    height: 100%;
}

.album_item .album_cover a:hover,
.album_item .album_summary a:hover {
	opacity: 0.7;
}

.album_item .album_summary {
	display: block;
	background: #fff;
	height: 88px;
    width: 100%;
	padding: 15px;
	margin: auto;
	text-align: left;
	line-height: 1.5em;
	font-size: 14px;
/*	overflow: hidden;*/
	box-sizing: border-box;
}
.album_item .album_title {
	display: block;
	margin: auto;
	width: 100%;
	padding: 0 15px 15px 15px;
	background: #fff;
	text-align: left;
	line-height: 1.5em;
	font-size: 14px;
	box-sizing: border-box;
}

.album_item .album_title h3 {
	height: 30px;
	display: block;
	border-top: 1px solid #d1d1d1;
	overflow: hidden;
	padding: 8px 0 15px 0;
	font-weight: 800;
}

.album_cover {
	display: block;
	position: relative;
}

.album_cover .tag_item {
	position: absolute;
	margin: 0px;
	z-index: 99;
}

.album_item .album_summary .pen i .editor_close{
	/*display: inline;*/
	margin-right: 4px;
}

.album_item .album_summary .pen {
	color: #999;
}

.album_item .album_summary .pen:hover {
	color: #009688;
}
/* 會員 新增項目 ---*/

.add {
	display: block;
	margin: auto;
	height: 150px;
}

.add .album_cover_mask .mask_bg span > a {
	background-color: #f62171;
}

.add .album_cover_mask .mask_bg span > a:hover {
	background-color: #f62171;
	background: #ff488c;
}

.add .album_cover_mask .mask_bg > span {
	background: rgba(255, 255, 255, 1);
	border: 1px solid #fff;
}

.add .album_summary > a {
	display: block;
	margin: auto;
	text-align: center;
}

.add .album_cover_mask .mask_bg > span {
	padding-top: 33%;
}

.add .album_title h3 {
	border: none;
}

/* 會員 相簿 編輯狀態 ------------------------*/

.member_albumpage_content .editor{
	 /*display: none;*/
	/* 編輯狀態-開 */
    /*display: inline;*/
	margin-right: 4px;
}

.member_albumpage_content .editor_close
 {
       display: none;
	/* 編輯狀態-關 */
}

.album_item .album_summary a:hover {
	/*	opacity: 1;*/
	/* 編輯狀態-關 */
}

.album_item .album_summary:hover a {
	/*	color: #009688;*/
	/* 編輯狀態-關 */
}

i.fa.fa-pencil-alt.editor {
    background-color: #f9ce3d;
    padding: 3px 7px;
}


/* tag begin */
i.fa:after {
    padding-left: 5px;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Microsoft JhengHei', 微軟正黑體, Verdana, Geneva, sans-serif;
}
i.fa.fa-inbox.folderitem:after {
    content: '產品';
}
i.fa.fa-picture-o.folderitem:after {
    content: '圖片';
}
i.fa.fa-play-circle.folderitem:after {
    content: '影音';
}
i.fa.fa-pencil-alt.folderitem:after {
    content: '文章';
}
i.fa.fa-list.folderitem:after {
    content: '主題';
}

.album_cover .tag_case {
    position: absolute;
}
.album_cover .tag_article {
    position: absolute;
}
.album_cover .tag_item {
    position: absolute;
}
.album_cover .tag_video {
    position: absolute;
}
.album_cover .tag_hot_search {
    position: absolute;
}
/* tag end */

@media (max-width: 960px) {
    .albumpage_content_item .album_item{
	    width:33%;
    }
}
@media (max-width: 768px) {
    .albumpage_content_item .album_item{
	    width:100%;
    }
}
